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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
body {
	background-color: #003663;
	background-image: url(graphics/main-background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 0;
	margin: auto;
}

#topbanner {
	height: 156px;
	width: 926px;
	background-image:url(graphics/top-banner.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	margin: auto;
}

#textbox  {	
	color: #CCC;
	text-align: right;
	padding-top: 85px;
	padding-right: 5px;
}

#textbox a {
	color: #CCC;
	font-weight: bold;
	text-decoration: none;
}
#textbox a:hover {
	text-decoration: underline;
	color: #fff;
}

	
#menubar {
	height: 35px;
	width: 926px;
	margin: auto;
}

#front-pic {
	width: 926px;
	height: 326px;
	margin: auto;
}

#main-container {
	width: 874px;
	min-height: 300px;
	margin: auto;
	
}

#main-container .subtitle {
	color: #0b2e4b;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	font-weight:bold;
	margin-top: 13px;
}

#main-container .subtitle2 {
	color: #0b2e4b;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight:bold;
}

#main-container .announcement {
	font-size: 80%;
	line-height: 15px;
}


	
#footer {
	width:874px;
	margin:auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:right;
	color: #ccc;
}

#fall-banner {
	width: 926px;
	height: 120px;
	margin: auto;
	background-image:url(graphics/fall-banner.jpg)
}

#winter-banner {
	width: 926px;
	height: 120px;
	margin: auto;
	background-image:url(graphics/winter-banner.jpg)
}

#spring-banner {
	width: 926px;
	height: 120px;
	margin: auto;
	background-image:url(graphics/spring-banner.jpg)
}

td.menu {
	color: #FFF;
	font-weight: bold;
}

td.menu a {
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	margin-left: 15px;
	color: #FFF;
}

td.menu a:hover {
	text-decoration: underline;
	color: #CCC;
	
}

#main-container tr.heading  {
	color: #FFF;
}

#main-container .smalltext {
	font-size: 95%;
	font-style:italic;
}

select.directions {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	background-color:#FFC;
	height: 25px;
}

select.directions option {
	margin-bottom: 6px;
	margin-top: 3px;
}

tr.even {background-color: #CDDCE8;}

