@charset "utf-8";
/* CSS Document */

body {
	margin: 0px; 
	padding: 0px;
	text-align: center; 
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	background-color: #f9f8f3;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

h1 {
	color: #1e5591;
	margin-top: 5px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
}

a:link {
	color: #2D626A; 
	text-decoration: underline;
}

a:hover {
	color: #0033CC;
	text-decoration: none;
}

a:active {
	color: #0033cc;
	text-decoration: none;
}

a:visited {
	color: #0033cc;
	text-decoration: underline;
}

/*Print*/

div#printheader {
	display: none;
	position: absolute;
}

div#printfooter {
	display: none;
}

/*Header*/

div#header {
	width: 780px;
	background-color: #F9F8F3;
	margin: 0px auto;
	margin-top: 15px;
	height: 130px;
	color: #3971AC;
	text-align: left;
	background-image: url(header.jpg);
	padding: 0px 10px 0px 10px;
	background-repeat: no-repeat;
	font-size: 16px;
	font-family: Helvetica, sans-serif;
}

div#header a:link, div#header a:active, div#header a:visited {
	color: #1e5591;
	text-decoration: none;
}

div#header a:hover {
	color: #1e5591;
	text-decoration: underline;
}

div#header.spring {
	background-image: url(springheader.jpg);
	background-color: #F9F8F3;
	background-repeat: no-repeat;
	width: 780px;
}

div#header.fall {
	background-image: url(fallheader.jpg);
	background-color: #F9F8F3;
	background-repeat: no-repeat;
	width: 780px;
}

/*Menu*/

.menu {
	font-family: tahoma, sans-serif;
	width:780px;
	height:100px;
	position:relative;
	font-size:11px;
	z-index:100;
}
.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#1E5591;
	width:104px;
	height: 30px;
	text-align:center;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #d6d6d6;
	line-height:30px;
	font-size:11px;
	overflow:hidden;
	background: #f9f8f3;
}
.menu ul {
	padding:0;
	margin:0;
	list-style: none;
}
.menu ul li {
	float:left;
	position:relative;
}
.menu ul li ul {
	display: none;
}
/* specific to non IE browsers */
.menu ul li:hover a {
	color:#1E5591;
}
.menu ul li:hover ul {
	display:block;
	position:absolute;
	top: 30px;
	left:0;
	width:105px;
}
.menu ul li:hover ul li a.hide {
	color:#1E5591;
}
.menu ul li:hover ul li:hover a.hide {
	color:#1E5591;
}
.menu ul li:hover ul li ul {
	display: none;
}
.menu ul li:hover ul li a {
	display:block;
	color:#1E5591;
}
.menu ul li:hover ul li a:hover {
	color:#1E5591;
}
.menu ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:105px;
	top:0;
}
.menu ul li:hover ul li:hover ul.left {
	left:-105px;
}


/*Content Area */

div#container {
	width: 800px;
	margin: 0px auto;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #d6d6d6;
}

div#content {
	width: 700px;
	text-align: left;
	padding: 10px;
	background-color: #ffffff;
	color: #666666;
	margin: 0px auto;
}

.highlight {
	padding: 15px 8px 15px 8px;
	border: 1px dotted #ff0000;
}

.number {
	font-size: 12px;
	width: 25px;
	padding: 5px;
	color: #ffffff;
	background-color: #1680e8;
	font-family: Times New Roman;
	border: 1px solid #c2c2c2;
}

div#content li.w {
	padding-top: 15px;
}

/*Footer */

div#footer {
	width: 780px;
	margin: 0px auto;
	margin-top: 10px;
	text-align: center;
	margin-bottom: 15px;
	padding: 10px 10px 0px 10px;
	font-size: 10px;
	color: #999999;
}

div#footer a:link, div#footer a:hover, div#footer a:active, div#footer a:visited {
	color: #999999;
	text-decoration: underline;
}

/* Tables */

table.schedule {
	border-spacing: 0;
	border-bottom: #c2c2c2 4px solid;
	border-right: #c2c2c2 1px solid;
	border-left: #c2c2c2 1px solid;
	color: #333333;
}

table tr.spring th {	
	background-color: #7fb539;
	color: #ffffff;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
}

table tr.fall th {
	background-color: #F8AD01;
	color: #ffffff;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
}

table td {
	padding: 2px 5px 2px 5px;
	margin: 0px;
}

table tr.alt td {
	background-color: #FFFFFF;

}


table td.schedule {
	border: 1px dotted #c2c2c2;
	text-align: center;
	font-weight: bold;
}

table td.b {
	border-bottom: 1px dotted #c2c2c2;
}

table td.s {
	border: 1px dotted #c2c2c2;
	text-align: center;
	font-weight: bold;
	background-color: #6A9630;
}

table td.f {
	border: 1px dotted #c2c2c2;
	text-align: center;
	font-weight: bold;
	background-color: #F68B1F;
}
