@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	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;
}
.oneColFixCtr #container {
	width: 945px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top:35px;
	background-image:url(images/background_stripe.gif);
	background-repeat:repeat-y;
}
.oneColFixCtr #logo{
	padding: 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:left;
}
.oneColFixCtr #navBar{
	padding: 20px 10px 5px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-right: 83px;
	float:right;
}
#navigation_text {
	text-align:right;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	clear:both;
	margin-right: 83px;
	margin-left:10px;
}
.oneColFixCtr #horizontalRule{
	border-top: 1px  solid #E44145;
	height: 1px;
	clear:both;
}
.oneColFixCtr #footerRule{
	border-top: 1px  solid #E44145;
	height: 1px;
	clear:both;
	width:250px;
}
.oneColFixCtr #footer {
	padding: 10px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 9px;
	width:945px;
	margin: 20px auto;
	text-align:left;
}
.bodycopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;	
}
.textlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E44145;	
	text-decoration:none;
}
.textlink:hover {
	color: #3C78B2;
}
.navlinks {
	font-family: century gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3C78B2;
}
.navlinks a {
	color: #E44145;
	text-decoration: none;	
}
.navlinks a:hover {
	color: #3C78B2;
}