/* CSS Document */

body {
	background-image: url(images/back.gif);
	background-repeat: repeat-x;
	background-color: #001564;
	margin: 0px;
	padding: 0px;
	font-family:Tahoma, Verdana;
	font-size:small;
	color: #222;
}

#page {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#topbar {
	min-width: 780px;
	width: 100%;
	height: 85px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/header/bg_top.gif);
}

#logo {
	float: left;
}

#topbuttons {
	width: 200px;
	float: right;
	margin: 0px;
	padding: 0px;
}

#center_top {
	width: 200px;
	margin-left: 8%;
	float: left;
}

#topright {
	width: 130px;
	margin-right: 10px;
	float: right;
}

#progress {
	width: 45px;
	margin: 0px;
	margin-right: 5px;
	padding: 0px;
	float: right;
}

.buttongap {
	margin-bottom: 1px;
}

p {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#midbar {
	min-width: 780px;
	background-color: #fff;
	background-image: url(images/header/bg_bottom.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 150px;
	margin: 0px;
	padding: 0px;
}

#midleft {
	float: left;
}

#pagetitle {
	margin-bottom: 94px;
}

#penguins {
	float: right;
}

#mainbox {
	width: 100%;
	background-image: url(images/mainback.gif);
	background-position: right;
	overflow: auto;
}

#topmain {
	width: 100%;
	margin-top: 10px;
	background-color: #fff;
	background-image: url(images/maintop.gif);
	background-repeat: repeat-x;
}

#content {
	float: left;
	background-color: #fff;
	/*margin-left: 10px;*/
	width: 65%;
}

#content p {
	margin: 0px;
	padding: 0px;
	margin-top: -4px;
	margin-left:10px;
	font-family: Tahoma, Verdana;
	font-size: 14px;
	color: #222;
}

#content h2 {
	font-family: "Comic Sans MS";
	font-size: 16px;
	color: #1767c1;
	margin: 0px;
	padding: 0px;
	margin-bottom: 3px;
	margin-left:10px;
}

#content h3 {
	font-family: "Arial";
	font-size: 15px;
	font-style:bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
	margin-bottom: 3px;
	margin-left:10px;
}

#content h4 {
	font-family: "Verdana";
	font-size: 14px;
	font-style:italic;
	color: #333;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	margin-left:10px;
	background:#C3D9FF;
}
#content h5 {
	font-family: "Verdana";
	font-size: 14px;
	color: #333;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	margin-left:10px;
	background:#66DD66;
}

#nav {
	float: right;
	background-image: url(images/navback.gif); 
	width: 254px;
}

#topcontent {
	float: left;
}

#topnav {
	background-color: #7e9acd;
	width: 262px;
	float: right;
}

.rightmargin {
	width: 8px;
	float: right;
}

#bottom {
	background-image: url(images/bottomback.gif);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #001565;
	color: #fff;
	width: 100%;
	height: 40px;
}

#bottom p {
	padding-top: 28px;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	padding-right: 10px;
}

.clear {
	clear: right;
	margin: 0px;
	padding: 0px;
}

.navbutton {
	margin-left: 19px;
	margin-bottom: 1px;
}

#random {
	margin-left: 27px;
	/*margin-bottom: -19px;*/
}

a, a:visited{
	text-decoration:underline;
	color:#004399;
}
a:hover{
	text-decoration:none;
	color:#FF9600;
}
#student_list a:link, a:visited {
	text-decoration:none;
	color:#0000ff;
}
#student_list a:hover {
	text-decoration:none;
	color:#ccc;
}
#student_list{
	font-family: Arial;
}
#student_list td{
	font-size: 12px;
}
#student_list th{
	font-size: 14px;
}
#student_list th a:link, #student_list th a:visited, #student_list th a:hover{
	font-size: 14px;
	color: #fff;
}
.scores_legend{
	font-family:Comic Sans MS;
	font-size:medium;
	color:#1767C1;
}
#scores p{
	font-weight:bold;
}
.scores_list{
	list-style:none;
}
.bold{
	font-weight:bold;
}
.contacts_list{
	margin-left:10px;
	list-style:none;
	padding-left:0px;
}
.links_margin{
	margin-bottom:10px;
}
.bcgrad_menu{
	margin-bottom:5px;
}

fieldset{
	margin-left:20px;
	margin-right:100px;
}
.course_item1{
	margin-left:10px;
	background-color:#E2E2E2;
	border:1px black solid;
	border-bottom:none;
}
.course_item2{
	margin-left:10px;
	background-color:#FFFFFF;
	border:1px black solid;
	border-bottom:none;
}

.course_description{
	margin-top:5px;
	background-color:#7E9ACD;
	border:1px black solid;
	font-family:Tahoma, Verdana;
	font-size:small;
	color:#2D2D2D;
}
.course_table{
	font-size:small;
}

.linkimg {
	float: left;
	border: 0px;
	clear: both;
}
#registration_form fieldset{
	border:none;
	margin:0px;
	padding:0px;
}
#registration_form legend{
	color:#000000;
	border:none;
	margin:0px;
	padding:0px;
	font-size:10px;
}
.row_color1{
	background-color:#CCCCCC;
}
.row_color2{
	background-color:#EBEBEB;
}

.leftspace{
	margin-left:10px;
}

#admin_nav {
	width: 100%;
	height: 36px;
	background-image: url(admin/images/nav_bg.jpg);
	background-position: left;
}
#search fieldset{
	float:left;
	margin:0px;
	padding:0px;
	border: none;
	margin-left: 15px;
}
.green{
	color: #0058ff;
	font-weight: bold;
}
.green_bright{
	color: #0058ff;
}
.red{
	color: red;
}
.grey{
	color: #999;
}
.logout:link, .logout:visited{
	color: #333;
	text-decoration: underline;
	font-size: 16px;
}
.logout:hover{
	color: #01489E;
}
.scroller{
	overflow: auto;
	width: 100%;
	height: 343px;
}