body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
 	font-family: Arial, Helvetica, sans-serif;
 	background: #205577;
}

#headerMain {
	width: 800;
	height: 53px;
	background-color: #000000;
	padding: 15px;
	color: #FFFFFF;
}

#leftNav {
	background-color: #FFFFFF;
}

#leftNav a, #leftNav a:link, #leftNav a:visited {
	color: #205577;
}

#contentArea {
	background-color: #FFFFFF;
}

#contentArea a, #contentArea a:link, #contentArea a:visited {
	color: #205577;
}

#footer {
	background-color: #000000;
	color: #FFFFFF;
}

#footer a, #footer a:link, #footer a:visited{
	color: #FFFFFF;
	text-decoration: underline;
}

.heading {
	font-weight: bold;
}

#searchBox {
	background-color: #fdf7e7;
	color: #000000;
}

#bigCalHeader, #bigCalHeader a, #bigCalHeader a:link {
	color: #FFFFFF;
}

/* --------- quote styles --------- */

#qotdHeader {
	
}

#qotdContent {
	background: #205577;
	padding: 6px 6px 6px 6px;
	color: #FFFFFF;
}

#qotdFooter {

}

/* ------- end quote styles ------- */

<% Response.ContentType = "text/css" %>
