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

<style type="text/css">

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: #000000;
	background-image: url(../images_new/bluebody_bgshort.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 707px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background-color: #578a9e;
	height: 54px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #e1e2e5;
	padding: 0;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-image: url(images_new/topnav.jpg);
}
#hnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #FFF;
	border: 1px none #E1E2E5;
	height: auto;
	width: 707px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	text-align: center;
	background-image: url(images_new/hnavbg.jpg);
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #675C47;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	padding-top: 10px;
	background-color: #fff;
	background-repeat: repeat-x;
	border: 1px solid #e1e2e5;
}
#slides {
	border: 1px solid #e1e2e5;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 7px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.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 */
}

#hnav a:link {
	color: #FFF;
	text-decoration: none;
}
#hnav a:hover {
	font-style: italic;
	text-decoration: none;
	color: #FFF;
}
#hnav a:visited {
	text-decoration: none;
	color: #FFF;
}

#mainContent a:link {
	color: #0e2634;
	text-decoration: underline;
}
#mainContent a:hover {
	font-style: italic;
	text-decoration: underline;
	color: #0e2634;
}
#mainContent a:visited {
	text-decoration: underline;
	color: #0e2634;
}

	
</style>
h1 {
	font-size: 12pt;
	font-weight: bold;
	color: #659A8A;
	font-family: Verdana, Geneva, sans-serif;
}
.title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #0f2737;
}

.subtitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #163f56;
	text-decoration: none;
}
.hometitle {
	font-size: 12pt;
	font-weight: bold;
	color: #0f2737;
}

body {
	background-image: url(images_new/bluebody_bgshort.jpg);
	background-repeat: repeat-x;
}
.small {
	font-size: 8pt;
}
