/***********************************************/
/* MAIN ELEMENTS                           */
/***********************************************/ 

body {
	color: #423939;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #FFFFFF;
	background-image:url(../images/bg_main.gif);
	background-repeat: repeat;
}

#main {
	background-image:url(../images/bg_overlay.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 30px;
}

#content {
	background-color:#000000;
	width: 960px;
	margin:0 auto;
	text-align: center;
	border: 1px #FFFFFF solid;
}


#header {
	width: 937px;
	margin-top: 10px;
	height: 193px;
}


a {
	color: #0099CC;
	font-weight: bold;
	text-decoration: none; 
}

a:hover {
	color: #0099CC;
	font-weight: bold;
	text-decoration: underline; 
}


h1 {
	font-size: 12px;
}


h2 {
	color: #0099CC;
	font-weight: bold;
	text-decoration: none; 
	font-size: 12px;
}

p, td {
	color: #423939;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}






/***********************************************/
/* FOOTER                           */
/***********************************************/ 
#footer {
	background-color:#CDCDCD;
	width: 940px;
	margin-bottom: 10px;
	height: 20px;
	border-bottom: 1px solid #FFFFFF;
	
}

#footer td {
	color: #000000;
	font-weight: bold;
}

a.footerLink {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a.footerLink:hover {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}






/***********************************************/
/* NAV                           */
/***********************************************/ 
#nav {
	border: 1px #000000 solid;
	background-color: #FFFFFF;
}


#nav td {
	border-right: 1px #000000 solid;
}




/***********************************************/
/* HOME PAGE                          */
/***********************************************/ 
#homeSubNav {
	background-color: #F5E52F;
	height:30px;
	width: 937px;
	margin-bottom: 20px;
}

#homeContent {
	width: 937px;
	background-color: #FFFFFF;
}



/***********************************************/
/* SUBNAVS/BAR UNDER MAIN NAV                  */
/***********************************************/ 
#coursesSubNav {
	background-color: #C52028;
	height:30px;
	width: 912px;
	margin-bottom: 20px;
	text-align: left;
	padding-left: 25px;
	padding-top: 10px;
}


#studyNotesSubNav {
	background-color: #00A3DB;
	height:30px;
	width: 912px;
	margin-bottom: 20px;
	text-align: left;
	padding-left: 25px;
	padding-top: 10px;
}

#examPrepSubNav {
	background-color: #82BD83;
	height:30px;
	width: 912px;
	margin-bottom: 20px;
	text-align: left;
	padding-left: 25px;
	padding-top: 10px;
}

#priceListSubNav {
	background-color: #00488E;
	height:30px;
	width: 912px;
	margin-bottom: 20px;
	text-align: left;
	padding-left: 25px;
	padding-top: 10px;
}

#seminarsSubNav {
	background-color: #E05C26;
	height:30px;
	width: 912px;
	margin-bottom: 20px;
	text-align: left;
	padding-left: 25px;
	padding-top: 10px;
}

#contEduSubNav {
	background-color: #176E2D;
	height:30px;
	width: 932px;
	margin-bottom: 20px;
	text-align: left;
	padding-left: 5px;
	padding-top: 10px;
}

#contEduSubNavNew {
	background-color: #176E2D;
	height:20px;
	width: 932px;
	margin-bottom: 20px;
	text-align: left;
	padding-left: 5px;
	padding-top: 5px;
}

#onlineLearningSubNav {
	background-color: #FAA512;
	height:30px;
	width: 912px;
	margin-bottom: 20px;
	text-align: left;
	padding-left: 25px;
	padding-top: 10px;
}

#contentLicSubNav {
	background-color: #3DB2A0;
	height:30px;
	width: 912px;
	margin-bottom: 20px;
	text-align: left;
	padding-left: 25px;
	padding-top: 10px;
}




/***********************************************/
/* NEWS                                        */
/***********************************************/ 

#news {
	background-color: #FFFFFF;
}






/***********************************************/
/* SUB PAGE ELEMENTS                           */
/***********************************************/ 

#subPageColumn {
	padding: 1px;
}

#subPageHeader {
	color: #666666;
	font-size: 17px;
	font-weight: bolder;
	text-transform: uppercase;
	padding-left: 25px;
	background-color: #FFE704;
}

#subPageContent {
 	padding-left: 25px;
 	padding-right: 20px;
 	color: #666666;
} 

#subPageContentWide {
 	padding-left: 25px;
 	padding-bottom: 20px;
 	padding-right: 50px;
 	color: #666666;
}






/***********************************************/
/* BUY ONLINE                                  */
/***********************************************/ 
#buyOnlineTable {
	border-left: 1px solid #BDBDBD;
	border-bottom: 1px solid #BDBDBD;
}

#buyOnlineTable th {
	border-right: 1px solid #BDBDBD;
	border-top: 1px solid #BDBDBD;
	background-color: #E6E6E6;
	padding: 5px;
	font-weight: bold;
	color: #333333;
}

#buyOnlineTable td {
	border-right: 1px solid #BDBDBD;
	border-top: 1px solid #BDBDBD;
	padding: 5px;
}








/***********************************************/
/* ABOUT US                                    */
/***********************************************/ 
#aboutUsHeader {
	color: #666666;
	font-size: 17px;
	font-weight: bolder;
	text-transform: uppercase;
	padding-left: 25px;
}





/***********************************************/
/* MISC ITEMS                                  */
/***********************************************/ 

.reg16 {
	font-size: 16px;
}

.blue11 {
color: #0098D0;
font-size: 11px;

}

.blue15 {
color: #0098D0;
font-size: 15px;

}

.footnote {
	font-size: 10px;
}

.loginFormField {
	width: 160px;
	height: 14px;
	font-size: 11px;
}
.bluetitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#0098d0;
	margin:0;
	padding:0;
}
.bluesubtitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	color:#0098d0;
	margin:0;
	padding:0;
}
.blacktitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	margin:0;
	padding:0;
}