@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #949274;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	overflow:scroll;
}
.twoColHybLtHdr #container { 
	width: 700px;  /* this will create a container 70% of the browser width */
	background: #F0F4F0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	border: 5px solid #FFCC00;
	text-align: center; /* this overrides the text-align: center on the body element. */
} 
.twoColHybLtHdr #body-text {
	width:80%;
	margin: 0 auto;
}
	
.twoColHybLtHdr #header { 
	background: #003399; 
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColHybLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FFF;
}
.twoColHybLtHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.twoColHybLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColHybLtHdr #menu {
	height:30px;
	background:#003399;
	border-bottom: 3px solid #FFCC00;
}
	.nav_container {
	margin:0 auto;
	width: 700px;
	padding-top:5px;
}
	#navMenu{
	display: inline;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 5;
	width:700px;
}
#navMenu li{
	display: inline;
	float:left;
	padding-left:1%;
	padding-right:1%;
}
a.navHome, a.navHome_a{
	display:block;
	float:left;
	width:60px;
	height:30px;
	background: url("/images/nav.png") -12px -15px;
	background-repeat:no-repeat;
}
a.navHome:hover{
	background: url("/images/nav.png") -12px -57px;
}
a.navHome_a{
	background: url("/images/nav.png") -12px -57px;
}

a.navCalendar, a.navCalendar_a{
	display:block;
	float:left;
	width:80px;
	height:30px;
	background: url("/images/nav.png") -116px -15px;
	background-repeat:no-repeat;
}
a.navCalendar:hover{
	background: url("/images/nav.png") -116px -57px;
}
a.navCalendar_a{

	background: url("/images/nav.png") -116px -57px;
}

a.navEvents, a.navEvents_a{
	display:block;
	float:left;
	width:67px;
	height:30px;
	background: url("/images/nav.png") -242px -15px;
	background-repeat:no-repeat;
}
a.navEvents:hover{
	background: url("/images/nav.png") -242px -57px;
}
a.navEvents_a{
	background: url("/images/nav.png") -242px -57px;
}
a.navPictures, a.navPictures_a{
	display:block;
	float:left;
	width:70px;
	height:30px;
	background: url("/images/nav.png") -350px -15px;
	background-repeat:no-repeat;
}
a.navPictures:hover{
	background: url("/images/nav.png") -350px -57px;
}
a.navPictures_a{
	background: url("/images/nav.png") -350px -57px;
}
a.navHistory, a.navHistory_a{
	display:block;
	float:left;
	width:110px;
	height:30px;
	background: url("/images/nav.png") -466px -15px;
	background-repeat:no-repeat;
}
a.navHistory:hover{
	background: url("/images/nav.png") -466px -57px;
}
a.navHistory_a{
	background: url("/images/nav.png") -466px -57px;
}
a.navUsefulWebsites, a.navUsefulWebsites_a{
	display:block;
	float:left;
	width:140px;
	height:30px;
	background: url("/images/nav.png") -623px -15px;
	background-repeat:no-repeat;
}
a.navUsefulWebsites:hover{
	background: url("/images/nav.png") -623px -57px;
}
a.navUsefulWebsites_a{
	background: url("/images/nav.png") -623px -57px;
}

a.navContact, a.navContact_a{
	display:block;
	float:left;
	width:70px;
	height:30px;
	background: url("/images/nav.png") -810px -15px;
	background-repeat:no-repeat;
}
a.navContact:hover{
	background: url("/images/nav.png") -810px -57px;
}
a.navContact_a{
	background: url("/images/nav.png") -810px -57px;
}


.twoColHybLtHdr #form {
	padding-left:10%;
	padding-right:10%;
	font-size:12px;
	width:auto;
}
.error {
	color: red;
	font-weight: bold;
}
.formrequired {
	color:#FF0000;
	font-weight:bold;
}
.forminputformat {
	font-size:09px;
	color:#333;
}
