html,body
{
	font-size:12px;
	color: #000000; 
	background-repeat:repeat-x;
	background-color:#252525;
	height:100%; /* needed for container min-height */
	margin-top:0px;
	margin-left:0px;
	font-family:Arial, Helvetica, sans-serif;

}
#wrapper {
	margin:auto;
	width: 801px;
	height:auto !important; 
	height:100%; 
	min-height:100%; 
	background:#FFFFFF;
}
#topInfo {
	width:801px;
	height:20px;
	color:#acacac;
}
#topUPCINav {
	width:501px;
	height:20px;
	background:#000000;	
	float:left;
}
#topHomeNav {
	width:300px;
	height:20px;
	background:#847b02;
	float:left;
	color:#d5d2ab;
	font-weight:bold;
}
#topHomeNav a {
	color:#d5d2ab;
	text-decoration:none;
	font-weight:bold;
}
#topHomeNav a:hover {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

#topLogo {
	width:801px;
	height:100px;
	background-image:url(/images/bkg_logo.jpg);
}
#topMenu {
	margin:auto;
	width:801px;
	height:32px;
	background-image:url(/images/bkg_topMenu.jpg);
	color:#636363;
	text-align:center;
	padding-top:5px;
	font-weight:bold;
}
#topMenu a {
	color:#636363;
	text-decoration:none;
	font-weight:bold;
}
#topMenu a:hover {
	color:#7a141c;
	}
#promo {
	width:801px;
	vertical-align:top;
	}
#content {
	width:481px;
	float:left;
	background:#FFFFFF;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */
	padding:10px;
	color:#000000;
}
#content H3 {
	color:#9e0b0f;
	display:inline;
}
#content H4 {
	color:#847b02;
	display:inline;
}
#content a {
	color:#9e0b0f;
	text-decoration:none;
}
#content a:hover {
	color:#847b02;
}
#contentFullWidth {
	float:left;
	background:#FFFFFF;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */
	padding:10px;
	color:#000000;
}
#contentFullWidth H3 {
	color:#9e0b0f;
	display:inline;
}
#contentFullWidth H4 {
	color:#847b02;
	display:inline;
}
#contentFullWidth a {
	color:#9e0b0f;
	text-decoration:none;
}
#contentFullWidth a:hover {
	color:#847b02;
}
#rtColumn {
	width:300px;
	float:left;
	background:#FFFFFF;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */
	color:#7d7d7d;
	font-size:10px;
}
#rtColumn a {
	color:#9e0b0f;
	text-decoration:none;
}
#rtColumn a:hover {
	color:#847b02;
}
#rtColumn H4 {
	color:#9e0b0f;
	font-variant:small-caps;
	display:inline;
	font-weight:bold;
	font-size:11px;
}
#footer {
	height:150px;
	background:url(/images/bkg_footer.jpg);
	color:#ae8184;
	padding:15px;
}
#footer, #footer a{
	color:#ae8184;
	text-decoration:none;
}
#footer a:hover {
	color:#FFFFFF;
}
#footer UL {
	display:inline;
}
.grayContent
{
	color:#666666;
}