@charset "utf-8";
/* CSS Document */
body {
	background:#2b2b2b url(../images/bg.gif) repeat-y scroll 50% 0px;
	padding:0pt;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:90%;
	line-height:1.5em;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #666;
}
p {	text-align:justify;}
h2 { 
	font-size:1.2em;
	color: #c2181d;
	border-top: 1px solid #dbdcdd;
	padding-top:10px;
}
a {
	color: #c2181d;
	}

#logoLink {
	background:transparent url(../images/spacer.gif) no-repeat scroll left top;
	float:left;
	width:286px;
	height:195px;
	_height:163px
}
.hide  { 
	display:none;
}

#contactInfo{float:right; font-size: 12px; line-height: 16px; color:#fff; margin:30px 50px 0 0;}
#contactInfo a{color:#fff;}


.oneColFixCtrHdr #container {
	width: 900px;  
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #e2001a url(../images/header.gif) no-repeat; 
	height: 163px;
	_height:140px;
	padding: 0px;
}

.oneColFixCtrHdr #mainContent {
	width: 650px;
	background: #fff;
	margin-left: auto;
	margin-right:auto;
}
.oneColFixCtrHdr #footer {
	
	background:#c2181d;
	width: 871px;
	margin-left: 14px;
}
.oneColFixCtrHdr #footer p {
	margin: 0;
	padding: 10px 0;
	font-size: 10px;
	text-align:center;
	color:#fff;
}