@charset "UTF-8";
body {
	font: 100.1% 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: padding:20px 0px;
	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;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #aaa;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 0 1px 0 2em;
}
#navbar1  ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float:left;
	width: 780px;
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #aaa;
}
#navbar1  li {
	float: left;
	margin-left: 2em;
	}
#navbar1 li a:link,#navbar1 li a:visited {
	display: block;
	padding: .2em .5em;
	font:1.3em/1.2 Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #6f6f6f;
	margin-right: 1em;
	}
#navbar1 li a:hover,#navbar1 li a:active {
	color: #233763;
	}
	
.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;
	color: #8490a8;
	font-size: 3em;
	font-weight: normal;
	display: block;
	text-decoration: none;
}


#container #header h1 a:link,#header h1 a:visited,#header h1 a:hover,#header h1 a:active {
	text-decoration: none;
	color: #8490a8;
	}
	
	
	
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	font-size: 0.7em;
	color: #999999;
}
#footer p {
	margin-top: 0em;
	text-align: center;
}
#footer p a:link,#footer p a:visited,#footer p a:hover,#footer p a:active {
	text-decoration: none;
	color: #8dbad4;
	}
#arrows {
	float: right;
	margin-right: 4.5em;
	margin-bottom: 1em;
	border-style: none;
	text-decoration: none;
	border-width: 0px;
}

a img {border:none;} 


.clearfloat {
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	clear: both;
}
