@charset "utf-8";
/* CSS Document */

<!--
body {
	font-family: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/backgroundC.gif);
	background-repeat: repeat-x;
	background-color: #FFFFCD;  /*#FEEDE6*/
	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;
}
.oneColFixCtrHdr #container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #9DC8CC;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-image: url(../images/header_barA.jpg);
	background-repeat: no-repeat;
	width: auto;
	height: 80px; 
}
.oneColFixCtrHdr #header h5 {
	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 */
}
h5{
	height: 15px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #5ABBCE;
}
.oneColFixCtrHdr h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 80%;
}
.oneColFixCtrHdr #top_navbar {
	width: inherit;
	height: 30px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	} 
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
}
p{
font-family:Arial, Helvetica, sans-serif;
font-size: 87%;/*14px*/
line-height: 1.2em;/*16px*/
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #CC9900; 
}
.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: 7px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */  
	vertical-align: baseline;
	text-align: center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 83%;/*12px*/
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 6px;
	padding-right: 6px;
}
a:hover {
	color: #5ABBCE;
	background-color:#FFFFFF;
	text-decoration: underline;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 8px;
}
a:visited {
	color: #5ABBCE;
	background-color:#FFFFFF;
	text-decoration: none;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 8px;
}
#footerlogo {
text-align: center;
width: inherit;
height: 80px;
}
-->


