@charset "utf-8";
body {
	background-color: #2f3e5b;
	background-attachment: fixed;
	background-image: url(../images/bg_bottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
	margin-top: 0px;
}
a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #2f3e5b;
	text-decoration: underline;
}
div#header {
	width: 950px;
	text-align: right;
	margin: 0 auto;
}
div#top {
	width: 950px;
	text-align: left;
	margin: 0 auto;
}
div#top1 {
	text-align: left;
	height: 30px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
div#top2 {
	background-color: #FFFFFF;
	text-align: left;
	margin: 0 auto;
}
div#top3 {
	background-color: #ABB1BD;
	height: 15px;
}
div#main {
	width: 950px;
	text-align: left;
	margin: 0 auto;
}
div#main-left {
	width: 200px;
	background-color: #FFFFFF;
	float: left;
	height: 300px;
}
div#main-middle {
	background-color: #FFFFFF;
	width: 600px;
	float: left;
	height: 300px;
}
div#main-right {
	background-color: #ABB1BD;
	float: left;
	width: 150px;
	height: 300px;
}
div#footer {
	width: 950px;
	text-align: left;
	margin: 0 auto;
}
div#news {
	font-family: Tahoma;
	font-size: 12px;
	padding: 20px;
}
div#submain-top {
	background-image: url(../images/submain_topbg.png);
}
div#submain-middle {
	background-color: #FFFFFF;
	padding: 10px;
	font-family: Tahoma;
	font-size: 12px;
	letter-spacing: 0.01em;
}
div#submain-bottom {
	background-image: url(../images/submain_bottombg.png);
}
div#submain-right-top {
	height: 25px;
	
}
.menu {
	background-color: #abb1bd;
	font-weight: bolder;
	font-variant: small-caps;
	font-size: 14px;
	font-family: Tahoma;
}

.menu  ul  {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
.menu li  {
	padding: 5px;
	float: right;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	height: 20px;
}
.menu a:link, .menu a:visited, .menu a:active  {
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:hover {
	color: #2f3e5b;
	text-decoration: underline;
}
.right-menu {
	background-color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	margin: 0px;
	background-image: url(../images/rightmenu_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 5px;
}
.right-menu ul{
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.right-menu li {
	margin: 0px;
	padding: 0px;
}

.mid-header {
	height: 20px;
	background-color: #ffffff;
	background-image: url(../images/mid_header.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-variant: small-caps;
	font-weight: bold;
	padding-left: 18px;
	color: #2f3e5b;
}
.left_images {
	padding-top: 10px;
	padding-bottom: 10px;
}
.subright-menu{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 190px; /* width of menu */
}

.subright-menu li a{
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana;
	display: block;
	color: white;
	width: auto;
	padding: 5px 0; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 8px;
	text-decoration: none;
}

.subright-menu li a:visited, .subright-menu li a:active{
	color: white;
}

.subright-menu li a:hover{
	background-image: url(../images/subrightmenu_bg_uns.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #2f3e5b; /*color of menu onMouseover*/
	color: white;
}
.selected {
	background-image: url(../images/subrightmenu_bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana;
	display: block;
	width: auto;
	padding: 5px 0; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 8px;
	color: #2f3e5b;
	background-color: #FFFFFF;
}
.course_topcodecre_botnamedesc {
	font-family: Tahoma;
	font-size: 9px;
	color: #6060ae;
	font-weight: bold;
}
.course_botcode_topheader {
	font-family: Tahoma;
	font-size: 11px;
	color: #000066;
	font-weight: bold;
}
.course_topname_botprereq {
	font-family: Tahoma;
	font-size: 9px;
	color: #8484c1;
	font-weight: bold;
}
.stylelink {
	font-size: 12px;
	color: #8484C1;
}
.stylelinkhead {
	font-size: 13px;
	color: #000066;
	font-weight: bold;
}

