@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #003264;
	background-color: #E0F8FA;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: auto;
	background: url(background.jpg) no-repeat;
	margin: 10px auto 0; /* the auto margins (in conjunction with a width) center the page */
	border: thin solid #519aa1;
	text-align: left;
}
.oneColFixCtrHdr #header {
	background: url(none);
	 /* 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. */
	height: 300px;
}


/* navigation */

#navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 10px;
	background-image: url(menuback.gif);
}
#navbar ul {
	margin: 0px;
	padding: 10px;
	text-align: center;
}
#navbar li {
	display: inline;
	list-style-type: none;
	margin-right: 14px;
	margin-left: 14px;
}

#navbar a:link, a:visited {
	color: #3267B3;
	text-decoration: none;
}

#navbar a:hover{
	color: #003B64;
	text-decoration: none;
}

/* end of navigation */



.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	font-size: 90%;
	text-align: left;
}

	
.oneColFixCtrHdr #footer {
	background-image: url(menuback.gif);
}
.oneColFixCtrHdr #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 */
	font-size: 75%;
	text-align: center;
	font-weight: bold;
}
.oneColFixCtrHdr #footer2 {
	margin: 0;
	padding-top: 10px;
	padding-left: 20px;
}
.floatright {
	float: right;
	padding: 0px 0px 10px 20px;
	margin: 0px;
}

.floatleft {
	float: left;
	margin: 0px;
	padding-left: 20px;
	padding-bottom: 10px;
}
.clear {
	clear: both;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 100%;
}


/* outhouse design */

#outsidecontainer {
	width: 780px;
	margin: 0 auto;
}

#outhouse {
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	margin: 0;
	font: 9px Verdana, sans-serif;

	color: #666;
	padding-right: 15px;
}



#outhouse a {
	color: #666;
	text-decoration: none;
}

#outhouse a:visited {
	color: #666;
}

#outhouse a:hover {
	color: #333;
}

/* links */

a:link, a:visited {
	color: #3267B3;
	text-decoration: none;
}

a:hover{
	color: #003B64;
	text-decoration: none;
}
