@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;
}

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: 530px;
	margin: 0px auto;
	margin-top: 15px;
	padding: 0px 10px 0px 10px;
}

div#header a:link, div#header a:active, div#header a:visited {
	color: #ffffff;
	text-decoration: none;
}

div#header a:hover {
	color: #ffffff;
	text-decoration: underline;
}

div#header.spring {

}

div#header.fall {
	background-image: url(fallheader.jpg);
	background-color: #FBB168;
	border: 1px solid #fbb168;
	background-repeat: no-repeat;
	width: 780px;
}


/*Content Area */

div#container {
	width: 550px;
	margin: 0px auto;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #d6d6d6;
}

div#content {
	width: 530px;
	text-align: left;
	padding: 10px;
	background-color: #ffffff;
	color: #666666;
}

/*Footer */

div#footer {
	width: 530px;
	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;
}

