@charset "UTF-8";
/* CSS Document */

html {
	height:100%;
}

body {
	padding: 0;
	margin: 0 auto;
	color: #555555;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	height: 100%;
	background-color:#F8F8F8;
}

td {
	color: #555555;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

a:link {
	color: #005984;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #939ba1;
}
a:visited {
	text-decoration: none;
	color: #005984;
}
h1 {
	color:#005984;
	border-bottom: 4px solid #78A22F;
}
h2 {
	color:#F3901D;
}
h3 {
	color:#003366;
	line-height:10px;
}
h3 a:link {
	text-decoration: none;
	color:#003366;
}
h3 a:hover {
	text-decoration: underline;
	color:#003366;
}
h3 a:visited {
	text-decoration: none;
	color:#003366;
}
li.indexList{
	font-weight:bold;
	line-height:20px;
	padding-top:5px;
	padding-bottom:7px;
	text-indent: -16px;
}

/* DIVS */

#header{
	padding-left:10px;
	height:92px;
	background: rgb(0,89,131); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,89,131,1) 0%, rgba(0,50,89,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,89,131,1)), color-stop(100%,rgba(0,50,89,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,89,131,1) 0%,rgba(0,50,89,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,89,131,1) 0%,rgba(0,50,89,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,89,131,1) 0%,rgba(0,50,89,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,89,131,1) 0%,rgba(0,50,89,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005983', endColorstr='#003259',GradientType=0 ); /* IE6-9 */
}
#menu {
	padding:10px 15px 10px 15px;
	height:14px;
	font-size:14px;
	border-bottom: solid 4px #DFDFDF;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}
#main {
	padding:15px 20px 5px 20px;
}
#courseMenu {
	width:250px;
	float:left;
}
#courseText {
	background-color:white;
	border: 1px solid #CCCCCC;
	margin-left: 250px;
	padding: 0px 20px 10px 25px;
	/* Rounded Corners */
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* CLASSES */

.error {
	color:red;
}
.floatingBox {
	padding: 0px;
	width:93%;
}
.floatingBoxHeader {
	/* Div Stuff */
    padding: 5px;
	text-align: center;
    /* Rounded Corners */
	-webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	/* Font Stuff */
	font-weight:bold;
	font-size:14px;
	color:#FFFFFF;
	/* Drop Shadow */
	-webkit-box-shadow: 0 1px 2px 0 #C2C2C2;
	-moz-box-shadow: 0 2px 2px 0 #C2C2C2;
	box-shadow: 0 1px 2px 0 #C2C2C2;
	/* Background */
	background: rgb(51,102,153); /* Old browsers */
	
}
.floatingBoxBody {
	background-color: #FFFFFF;
	padding: 10px;
	font-size:14px;
	/* Border */
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
    /* Rounded Corners */
	-webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    /* Drop Shadow */
	-webkit-box-shadow: 0 1px 2px 0 #C2C2C2;
	-moz-box-shadow: 0 2px 2px 0 #C2C2C2;
	box-shadow: 0 1px 2px 0 #C2C2C2;
}
.floatingBoxMenu {
	background-color: #FFFFFF;
	font-size:14px;
	/* Border */
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
    /* Rounded Corners */
	-webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    /* Drop Shadow */
	-webkit-box-shadow: 0 1px 2px 0 #C2C2C2;
	-moz-box-shadow: 0 2px 2px 0 #C2C2C2;
	box-shadow: 0 1px 2px 0 #C2C2C2;
}
.newsBox {
	padding-top: 15px;
	padding-left: 30px;
}

/* LINKS */

a.menu:link {
	color: #005983;
	font-weight:bold;
	text-decoration: none;
}
a.menu:hover {
	text-decoration: underline;
	font-weight:bold;
	color: #78a22f;
}
a.menu:visited {
	text-decoration: none;
	font-weight:bold;
	color: #005983;
}

/* DIV BOX DECORATIONS */

.smallrounded {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:5px 10px 5px 10px;
}
.largerounded {
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	padding:10px 15px 10px 15px;
}
.letter {
	background-color:#EFEFEF;
}
.yellow {
	background-color:#FFFACD;
}
.faintborder {
	border: 1px solid #DEDEDE;
}