* { margin: 0; padding: 0; }


img { display: block; border: 0; }

html {
	background: url(../images/background.gif) repeat 0 0;
	padding-top: 8px !Important;
}

body {
	font: 10px Verdana, Arial, Sans-Serif;
	height: 100%;
}

.overlib_fg {
	background: #005C97 url(../images/bg_overlib.gif) repeat-x 0 0;
	color: #fff;
	border: 2px double #BA943A;
}

.overlib_text {
	color: #fff;
	padding: 10px;
}

.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
.gold { color: #BA943A; }
.green { color: #00ff00; }
.center { text-align: center; width: 100%; }
.error { color: #ff0000; font-weight: bold; font: 14px Verdana, Sans-Serif !Important; }


h2 { font-size: 15px; }
h3 { font-size: 13px;  }


a.module_title { 
	color: #000066;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
a.module_title:hover { 
	color: #000066;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 3px solid #fc3;
	cursor: normal !Important;
}

span.bullet {
	color: #000066;
	font: 15px Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	padding-left: 15px;
	background: url(../images/course_bullet.gif) no-repeat 0 2px;
}

#container {
	margin: 0 auto;
	width: 755px;
	padding-left: 6px;
	padding-right: 6px;
	background: #fff url(../images/bg_container.gif) repeat-y 0 2px;
	height: 100%;
	position: relative;
}

#header {
	height: 65px;
}

#navbar {
	float: right;
}

#navbar a {
	display: block;
	height: 20px;
	background: #FF9B00 url(../images/bg_tab.gif) repeat-x 0 0;
	margin-right: 8px;
	padding-left: 7px;
	padding-right: 7px;
	float: left;
	font: 12px Arial;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding-top: 4px;
	text-align: center;
}
#navbar a:hover { background: #FFBC00; }

#sidebar {
	width: 194px;
	padding-top: 50px;
	padding-left: 10px;
	padding-right: 10px;
	background: url(../images/bg_sidebar.gif) repeat-y 0 0;
	height: 100%;
	float: left;
	display: inline;
	min-height: 700px;
}

#sidebar .button {
	margin-top: 10px;
	width: 204px;
	text-align: center;
}

#sidebar .button img { display: inline !Important; }

#main {
	font: 11px Verdana, Sans-Serif;

	height: 100%;
	padding-left: 25px;
	padding-right: 25px;
	width: 480px;
	float: right;
	background: #fff;
}


#footer {
	background: url(../images/footer.gif) no-repeat 0 0;
	height: 6px;
	clear: both;
}


ol#module_list {
	margin-left: 25px;
	font-size: 14px;
	font-weight: bold;
}

ol#module_list li {
	line-height: 22px;
}



