@charset "UTF-8";
/* CSS Document */
body {
	background-color: #85857c;
	background-image:url(images/mid_bkgd_rpt.jpg);
	background-position: top;
	background-repeat: repeat-y;
	height: 100%;
}
#mainArea {
	width: 812px;
	height: 100%;
	position: relative;
	background-image:url(images/entire_bkgd.jpg);
	background-position: top;
	background-repeat: no-repeat;

}
#header {
	width: 812px;
	height: 175px;
	position: relative;
}
#bodyArea {
	width: 812px;
	height: 812px;
	position: relative;
}
#navigation {
	width: 170px;
	height: auto;
	position: relative;
	float: left;
	margin-left: 52px;
}
#textArea {
	position: relative;
	float: left;
	height: auto;
	width: 475px;
	padding-left: 40px;
	text-align: left;
}
#quoteArea {
	position: relative;
	float: left;
	height: auto;
	width: 435px;
	padding-left: 20px;
	padding-right: 18PX;
	text-align: left;
	padding-bottom: 20px;
}
#footer {
	width: 812px;
	position: relative;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #e3e1d9;	
	font-variant: small-caps;
	padding-left: 55px;
	text-align: left;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	line-height: 22px;
	text-align: left;
}
.quoteText {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	font-weight:bold;
	font-style:italic;
}
.articleText {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #cccccc;
	font-size: 11px;
	line-height: 18px;
	text-align: left;
}
.disclaimerText {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	font-size: 10px;
	font-style:italic;
	line-height: 14px;
	text-align: left;
}
.headlineText {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #e2d03b;
	font-size: 18px;
	line-height: 30px;
	text-align: left;
}
.navHeaderText {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	color: #e2d03b;
	font-size: 10px;
	line-height: 22px;
	text-align: left;
}
.navText {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	font-size: 11px;
	line-height: 20px;
	text-align: left;
}
.subNavText {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #ffffff;
	font-size: 11px;
	line-height: 20px;
	text-align: left;
}
a:link {  
	text-decoration: none; 
	color: #ffffff;
	}
	
a:visited { 
	text-decoration: none; 
	color: #ffffff;
	}
	
a:hover, a:active { 
	text-decoration: underline; 
	color: #ffffff;
	}
hr {
	color: #a7a79f;
	background-color: #a7a79f;
	height: 1px;
	border:none;
	float: left;
}
.photo{
	border:1px solid #585858;
	padding:5px;
	background:#ffffff;
	margin: 7px;
}
.footerRight {
	width: 250px;
	float: right;
	margin: 0px 50px 10px 0px;
}