/* CSS Document */

body {
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#a21d00;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.main {
	width:760px;
	margin:10px auto auto auto;
}
.topper {
	height:131px;
	width:760;
	background-color:#f8ab1f;
}
.topperLocation {
	padding:105px 0 0 545px;
	width:205px;
	text-align:center;
	color:#a21d00;
	font-size:10px;
}
.mainNav {
	background-image:url(../images/topNav_bg.jpg);
	background-color:#f8ab1f;
	width:760;
	height:21px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding-top:3px;
}
.mainNav a:link, .mainNav a:active, .mainNav a:visited {
	text-decoration:none;
	color:#FFFFFF;
}
.mainNav a:hover {
	text-decoration:none;
	color:#f8ab1f;
}
.content {
	width:740px;
	height:auto;
	float:left;
	background-color:#f8ab1f;
	padding:10px 10px 10px 10px;
}
.subNav {
	width:160px;
	float:left;
}
.subNavTopper {
	width:160px;
	height:21px;
	background-image:url(../images/subNav_topper_bg.jpg);
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	padding-top:3px;
}
.subNavTopper2 {
	width:160px;
	height:24px;
	background-image:url(../images/subNav_topper_bg.jpg);
}
.subNavLinks {
	width:150px;
	background-color:#00a6b6;
	padding:5px 5px 5px 5px;
	font-size:12px;
	font-weight:bold;
}
.subNavLinks a:link, .subNavLinks a:active, .subNavLinks a:visited {
	text-decoration:none;
	color:#FFFFFF;
}
.subNavLinks a:hover {
	text-decoration:none;
	color:#f8ab1f;
}
.subNavLinksSelected {
	/* color:#a21d00; */
	color:#FFFFFF;
}
.subNavFooter {
	width:160px;
	height:24px;
	background-image:url(../images/subNav_footer_bg.jpg);
	margin-bottom:10px;
}
.contentTextArea {
	width:550px;
	height:auto;
	background-color:#FFFFFF;
	padding:10px 10px 10px 10px;
	float:left;
	margin-left:10px;
	line-height: 18px;
	clip:   rect(   );	
}
.footer {
	width:760px;
	height:40px;
	background-image:url(../images/footer_bg.gif);
	float:left;
	font-size:10px;
	text-align:center;
	color:#a21d00;
}
.footer a:link, .footer a:active, .footer a:visited {
	color:#a21d00;
	text-decoration:none;
}
.footer a:hover {
	color:#a21d00;
	text-decoration:underline;
}
.headline {
	color:#a21d00;
	font-size:14px;
	font-weight:bold;
}
.subHeadline {
	color:#a21d00;
	font-size:12px;
	font-weight:bold;
}