@charset "utf-8";
/* CSS Document */
html,body,p,div,table,br,span,ul,li{
	margin:0; padding:0; border:0;
	}
img, div { 
	behavior: url(iepngfix.htc);
	}
.bggrapics{
	background-color:#00243b; background-image:url(images/bgrpt.jpg); background-repeat:repeat-x; 
	}
#container{
	width:807px; height:100%; margin:32px auto 77px auto; overflow:hidden;/* border:1px solid #fff;*/
	}
#header01{
	width:auto; height:166px; background:url(images/topgraphics.png) no-repeat;
	}
#top_navbar{
	width:auto; height:127px;  
	}
#content_outerbox{
	width:auto; height:100%; overflow:hidden; margin-top:-3px; clear:both;
	}
#boxtop{
	width:auto; height:21px; background-image:url(images/content_top.png); background-repeat:no-repeat;
	}
#maincontent{
	width:auto; height:100%; overflow:hidden; background:url(images/cntbg.png) repeat-y; 
	margin-top:-4px;
	}
#contentholder{
	width:auto; height:100%; overflow:hidden;
	}
#boxbottom{
	width:auto; height:21px; background-image:url(images/content_bottom.png); background-repeat:no-repeat;
	}
#sidenav{
	width:145px; height:100%;padding:0 9px 0 15px; overflow:hidden; float:left;
	}
#rightcolumn{
	width:575px; height:100%; float:right; padding-right:25px; padding-top:15px;
	}
#bottomnav{
	width:575px; height:22px; float:right; padding-right:25px; margin-top:27px; padding-bottom:26px;
	}
.exambuttons{
	width:100% height:21px; float:left;
	}
.footer1{
	width:auto; height:auto; font-family:Arial, Helvetica, sans-serif; color:#44667c;
	text-align:center; text-transform:uppercase; font-size:9px;
	}
	
/*topmenu*/
#topmenu_navbar{
	margin:0; padding:0 9px 0 18px; width:auto; height:auto;
	}
#navlist li {
	display:inline;padding:0 .9em;border-right:1px solid #009; margin:0; list-style:none;
	width:160px;height:31px; overflow:hidden;
	}
#navlist li.last {
	border:none;list-style:none;
}
#navlist {
	font-family:"Century Gothic"; 
    font-size:11px;
    font-weight:bold;
	text-align:left; 
    vertical-align:middle; 
}
#navlist a {
	color:#009;text-decoration:none;
}
#navlist a:hover {
	color:#39F;text-decoration:underline;
}
/*end of topmenu*/

/*sidenav*/
#sidelinks li {
	display:block;padding:5px 0 5px 0;border-bottom:1px solid #d9d9d9; margin:0; list-style:none;
	width:auto;height:100%; overflow:hidden;
	}
#sidelinks li.end {
	border:none;list-style:none;
}

#sidelinks {
        font-family:"Century Gothic";font-size:10px;font-weight:bold;
        text-align:left; vertical-align:middle;
}
#sidelinks a {
	color:#002f4d;text-decoration:none;
}
#sidelinks a:hover {
	color:#002f4d;text-decoration:underline;
}
/*end of sidenav*/

/* added by gnuwings for incomplete course view */
#courselist li {
    display:block;padding:5px 0 5px 0; margin:0; list-style:none;
    width:auto;height:100%; overflow:hidden;
    }
#courselist li.end {
    border:none;list-style:none;
}

#courselist {
        font-family:"Century Gothic";font-size:10px;font-weight:bold;
        padding-left:20px; padding-right:20px; padding-top:5px;
        text-align:left; vertical-align:middle;
}
#courselist a {
    color:#002f4d;text-decoration:none;
}
#courselist a:hover {
    color:#002f4d;text-decoration:underline;
}
