/* CSS Document */
/* ŠJerry Harper / NoteGraphics 2007 */
/***********************************************************************************************/
/**************************         COMMON ELEMENTS - START         ****************************/
/***********************************************************************************************/
body{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	background-color: #38529C;
	font-weight: bold;
}
#centerwrapper{
	margin: 10px auto 0 auto;
	text-align: left;
	width: 790px;
	height: 680px;
	position: relative;
	border: solid #FFFFFF 1px;
}
#topbanner{
	width: 790px;
	height: 120px;
}
#navigation {
	position: absolute;
	width: 790px;
	height: 25px;
	top: 121px;
	border-bottom: solid #FFFFFF 2px;
	border-top: solid #FFFFFF 2px;
	background-color: #2B3D74;
	font-size: 0.8em;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
}
#navigation li {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;   
}
#navigation li a {
	display: block;
	width: 157px;
	height: 20px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 5px;
	border-right: solid #FFFFFF 1px;
	text-decoration: none;
	background-color: #2B3D74;
}
#navigation li a:hover {
	color: #2B3D74;
	background-color: #FFFFFF;
	height: 20px;
}
#breadcrumbs{
	position:absolute;
	height: 15px;
	width: 760px;
	top: 160px;
	border: solid #667bb8 1px;
	padding-left: 10px;
	padding-bottom: 6px;
	left: 10px;
}
#breadcrumbs a{
	font-size: 0.6em;
	color:#C2CBE2;
	text-decoration: none;
}
#breadcrumbs a:hover{
	color:#FFFFFF;
}
/***********************************************************************************************/
/**************************           COMMON ELEMENTS - END         ****************************/
/***********************************************************************************************/

/***********************************************************************************************/
/**************************                  CLASSES                ****************************/
/***********************************************************************************************/
.inlinelink a{
	color: #FFFFFF;
	text-decoration: none;
	padding-left:40px;
}
.inlinelink a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
/***********************************************************************************************/
/**************************           PAGE ELEMENTS - START         ****************************/
/***********************************************************************************************/
#courseheaders{
	position:absolute;
	height: 448px;
	width: 750px;
	top: 200px;
	padding: 10px;
	border: solid #667bb8 1px;
	left: 10px;
	font-size: 0.8em;
}
#courselist{
	position:absolute;
	height: 234px;
	width: 488px;
	left: 162px;
	top: 60px;
}
#courselist ul{
	list-style-type: none;
	}
#courselist li{
	display: block;
	padding-bottom: 10px;
	}
#courselist a{
	border-left: solid #FFFFFF 20px;
	padding: 0 0 0 15px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 1.2em;
	}
#courselist a:hover{
	border-left: solid #00FF00 20px;
	color: #00FF00;
	}
