@charset "UTF-8";

body  {
	margin:0px auto;
	padding:0px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	background-color: #FFF;
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
}

a {
	text-decoration: none;
	color: #05255A;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #05255A;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #05255A;
	font-weight: bold;
}



h1, h2, h3, h4, h5, h6 {
	color: #002157;
	font-weight: normal;
}

h1 {	font-size: 160%;	}
h2 {	font-size: 150%;	}
h3 {	font-size: 140%;	}
h4 {	font-size: 130%;	}
h5 {	font-size: 120%;	}
h6 {	font-size: 110%;	}


img {
	margin: 5px;
	border: none;
}






#pageWrapper {
	margin:0px auto 10px auto;
	padding:0px;
	width: 960px;
	color: #333;
	background-color: #FFF;	
	
	border: 1px solid #000;
}

#mastHead {
	margin: 0px 10px;
	padding:0px;
}


#mainNavigation {
	margin-top: 10px;
	margin-bottom: 10px;
	padding:10px;
	clear:both;
	background-color: #E5E5E5;
	background-image: url(../img/nav-bg-160-35.png);
	background-repeat: repeat-x;
	
	background-size: 100%;		/*  	this is a CSS3 effect to inherit last  */

}
#mainBody {
	margin:5px;
	padding:10px;
}

#footer {
	text-align: center;
	clear:both;
}
#colophon {	
	margin:10px;
	padding:0px;
	text-align: center;
	clear:both;
}





#registrationWrapper {
	margin:0;
	padding:0;
	float: left;
	clear: both;
	al
}

#classroomTraining {
	background-image: url(../img/classes.jpg);
}

#onlineLearning {
	background-image: url(../img/online.jpg);
	
}


#affiliateProgram {
	background-image: url(../img/affiliate.jpg);
}

/*#pageWrapper #mainBody #registrationWrapper #classroomTraining a {
	color: #fff;
	font-size: 1.2em;
	font-weight: bolder;
}
#pageWrapper #mainBody #registrationWrapper #onlineLearning a {
	color: #fff;
	font-size: 1.2em;
	font-weight: bolder;
}
#pageWrapper #mainBody #registrationWrapper #affiliateProgram a {
	color: #fff;
	font-size: 1.2em;
	font-weight: bolder;
}
*/



.registrationButton {
	width: 220px;
	height: 203px;
	color: #fff;
	margin: 30px 90px;
	font-size: 1.2em;
	font-weight: bold;
	background-repeat: no-repeat;
	float: left;
	padding: 10px 15px;
}

#nopurchase {
	color: #ff0000;
}
