@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	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: 881px;   /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
		margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
 
	height:60px;
	padding: 0px 10px 30px 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. */
} 
.oneColFixCtrHdr #header h1 {
	font-family:Arial Narrow;
	float:left;
	color:#ffffff;
	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-bottom: 30px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColFixCtrHdr .menu{
text-transform:capitalize;
color:#FFFFFF;
font-size:10px;
text-align:left;
}

.oneColFixCtrHdr .menu td{
text-align:center;
font-weight:bold;
}

.oneColFixCtrHdr .menu .menubg{
background-image:url(../images/menu_bg.jpg);
background-repeat:repeat-x;
height:55px;
vertical-align:middle;

}
.oneColFixCtrHdr .menu .menubg a{
padding-top:20px;
padding-bottom:20px;
padding-left:15px;
padding-right:15px;
text-decoration:none;
color:#ffffff;
}

.oneColFixCtrHdr .menu .menubg a:visited{
color:#ffffff;
}

.oneColFixCtrHdr .menu .menubg a:hover{
color:#ffffff;
background-image:url(../images/hover_bg.jpg);
background-repeat:repeat-x;
height:55px;
}

.oneColFixCtrHdr .menu .menubg_active{
color:#ffffff;
background-image:url(../images/hover_bg.jpg);
background-repeat:repeat-x;
height:55px;
}

.oneColFixCtrHdr .menu .menubg_active a{
padding-top:20px;
padding-bottom:20px;
padding-left:15px;
padding-right:15px;
text-decoration:none;
color:#ffffff;
}

.oneColFixCtrHdr .menu .menubg_active a:visited{
color:#ffffff;
}
.oneColFixCtrHdr #header div{
	margin: 0;
	padding:30px 0;
	text-align:right;
	font-size:12px;
	color:#ffffff;
	width:851px;

}

.oneColFixCtrHdr #header img {
	margin:0;
	padding:0;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

.oneColFixCtrHdr #mainContent h1, #mainContent h2{
	color:#41484E;
	font-family:Arial Narrow;
	padding: 0 20px;

} 
.oneColFixCtrHdr #mainContent p{
	color:#101010;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 0 20px;

} 

.oneColFixCtrHdr #mainContent .greentext{
	color:#339900;
	text-decoration:underline;
}

.oneColFixCtrHdr #mainContent .news_headline{
	font-weight:bold;
	color:#102743;
}
.oneColFixCtrHdr #mainContent .news{
	color:#101010;
	font-size:10px;
}

.oneColFixCtrHdr #mainContent .readmore{
	color:#3A71AA;
	font-size:12px;
}
.oneColFixCtrHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff; 
	background-image:url(../images/footer_bar.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:4px;
	font-size:10px;
	color:#101010;
	text-align:center;

} 
.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: 15px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
