/******************************
  Text options
******************************/

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 13px;
	line-height: 20px;
	color: #5e5e61;
}
.olive_smallheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #675e00;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: 22px;
	color: #5e5e61;
}
.pageheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 28px;
	color: #675e00;
}

/******************************
  Link Options
*******************************/

A:link {
  text-decoration: none;
  color: #143969;
}

A:visited {
  color: #143969;
  text-decoration: none;
}

A:hover {
	text-decoration: underline;
}


/******************************
  Body
******************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	background-color: #c2bf99;
	
}
#footer {
	text-align: right;
	padding: 0px;
	margin: 0;
	color: #5c5a5d;
	font-size: 11px;
	width: 989px;
	margin-left: auto;
	margin-right: auto;
}
#overall {
	width: 989px;
	height: 619px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background-color: #FFFFFF;
}
#mainoverall {
	width: 989px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background-color: #FFFFFF;
	overflow: hidden;
}
#outerglow {
	width: 1029px;
	background-image: url(images/shadow.gif);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
}
#bottomglow {
	width: 1029px;
	height: 20px;
	background-image: url(images/shadow_bottom.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}
#topglow {
	width: 1029px;
	height: 20px;
	background-image: url(images/shadow_top.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}
#toppadding {
	width: 1029px;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px
}
#topnav {
	float: right;
	width: 760px;
	height: 78px;
	padding-top: 0px;
	padding-right: 40px;
}
#homebodytext {
	float: left;
	width: 504px;
	color: #5e5e61;
	font-size: 13px;
	line-height: 20px;
	margin-top: 80px;
}
#mainbodytext {
	float: left;
	width: 504px;
	margin-top: 80px;
}
#homequotebox {
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: 22px;
	color: #5e5e61;
	background-color: #dfdfdf;
	width: 166px;
	height: 382px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 15px;
	margin-right: 40px;
	margin-top: 80px;
}
#subpagequotebox {
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: 22px;
	color: #5e5e61;
	background-color: #dfdfdf;
	width: 166px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: 40px;
	margin-top: 80px;
}
#subpagequotebox_bottom {
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: 22px;
	color: #5e5e61;
	background-color: #dfdfdf;
	width: 166px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: 40px;
	margin-top: 50px;
}
#subpagequotebox_underlinks {
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: 22px;
	color: #5e5e61;
	background-color: #dfdfdf;
	width: 166px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 25px;
}
#mainsidebar {
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: 22px;
	color: #5e5e61;
	width: 216px;
	height: 347px;
	margin-right: 40px;
	margin-top: 80px;
}

