@charset "UTF-8";
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #f6f8fa;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

#header {
	width: 977px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-top: 0;
	text-align: left;
}

#nav {
	width: 977px;
	height: 30px;
	background-image: url(images/n_bg.gif);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-top: 0;
	text-align: left;
	clear: both;
}

#nav a {
	color: #879637;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

#nav a:hover {
	text-decoration: underline;
}

#content {
	width: 977px;
	background-image: url(images/h_body.gif);
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	margin-top: 0;
}

#content a {
	color: #5b7e92;
	text-decoration: none;
}
a {
	color: #5b7e92;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#maincontent {
	float: left;
	width: 549px;
	text-align: left;
	margin-top: 0;
}

#txtindent {
	padding-left: 70px;
}

#rightcol {
	float: right;
	width: 427px;
}

#footer {
	width: 977px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-top: 0;
	text-align: left;
}

#footertxt {
	width: 817px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: center;
	font-size: 11px;
	line-height: 24px;
	color: #5b7e92;
}

#footertxt a {
	text-decoration: none;
	color: #879637;
}

#footertxt a:hover {
	text-decoration: underline;
}


 SUBPAGE STYLES 

#subheader {
	width: 905px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-top: 0;
	text-align: center;
}

#subnav {
	width: 905px;
	height: 30px;
	background-image: url(images/sn_bg.gif);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-top: 0;
	text-align: left;
	clear: both;
}

#subnav a {
	color: #879637;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

#subnav a:hover {
	text-decoration: underline;
}

#subwrapper {
	width: 905px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url(images/s_body.gif);
}

#submaincontent {
	width: 480px;
	float: left;
	text-align: left;
}

#submaincontent p {
	margin-left: 21px;
}

#submaincontent a {
	color: #5b7e92;
	text-decoration: none;
}

#submaincontent a:hover {
	text-decoration: underline;
}

#subrightcol {
	float: right;
	width: 172px;
	margin-top: 275px;
}

#subleftcol {
	float: left;
	width: 239px;
}

#subfooter {
	width: 905px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-top: 0;
	text-align: center;
	clear: both;
}

#subfootertxt {
	width: 905px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: center;
	font-size: 11px;
	line-height: 24px;
	color: #5b7e92;
}

#subfootertxt a {
	text-decoration: none;
	color: #879637;
}

#subfootertxt a:hover {
	text-decoration: underline;
}

#spacer {
	clear: both;
}

.smblueitalic {
	color: #5b7e92;
	font-style: italic;
	font-size: 11px;
	line-height: 13px;
}

.readmore {
	color: #f89829;
	font-style: italic;
	font-size: 12px;
}

.reducemargin {
	margin-top: -5px;
}

.formtext {
	font-size: 10px;
	font-weight: bold;
}

.required {
	color: #f89829;
	font-size: 9px;
	font-weight: bold;
}

.subnav {
	color: #5b7e92;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

 EASY CLEARING METHOD 

.clear:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.clear { 
	min-height: 1px;
}

* html .clear {
	height: 1px;
}

.pgtitlecaps {
	font-size: 14px;
	font-weight: bold;
	color: #f89829;
}
