/* CSS Document */

@import url(_fonts.css);
@import url(_forms.css);
	
body {
	text-align: center;
	margin: 0px; padding: 6px 0px 0px 0px;
	background-image:url(../images/pages/page-background.gif);
	background-repeat:repeat-x;
	background-color: #BDC2A7;
	}
	
.layClear {
	clear: both;
	height: 1px;
	margin-top: -1px;
	line-height: 0px;
	font-size: 0px;
}
	
/* Global Structure */	
#pageGlobalWrapper {
	margin: 0px auto;
	width: 791px;
	text-align: left;
	background-color:#FFFFFF;
	}
	
	
/* Content Structure */	

#pageHeader {
	width: 791px; height: 117px;
	}	
	
#pageLowerWrapper {
	width: 791px;
	background-image:url(../images/pages/content-background.jpg);
	background-repeat: repeat-y;
	text-align: center;
	}
	
#pageWrapperFooter {
	width: 761px; height: 17px;
	background-image:url(../images/pages/wrapper-footer.jpg);
	background-repeat: no-repeat;
	padding: 10px 15px;
	overflow: hidden;
	background-color: #BDC2A7;
	text-align: right;
	font-size: 9px;
	color: #666;
	}
	
#pageWrapperFooter a {
	color: #666;
	}
	
#pageLeftBackground {
	float: left;
	width: 10px;
	}
	
#pageContentWraper {
	float: left;
	width: 771px;
	text-align: left;
	}
	
#pageRightBackground {
	float: left;
	width: 10px;
	}
	
/* Left Navigation */	
#pageLeftNavWrapper {
	float: left;
	width: 260px;
	}
	
.pageLeftNavButton {
	width: 250px;
	padding: 5px 0px 5px 5px;
	margin: 1px 3px 0px 2px;
	background-color: #E0E4CF;
	}
	
	.pageLeftNavButton a, .pageLeftNavButton a:active, .pageLeftNavButton a:visited{
		color: #913910;
		text-decoration: none;
	}
	
	.pageLeftNavButton a:hover{
		color: #000000;
		text-decoration: none;
	}
	
.pageLeftNavButtonSelected {
	width: 248px;
	padding: 5px 0px 5px 5px;
	margin: 1px 3px 0px 2px;
	background-color: #949C81;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #BDC2A7;
	}
	
.pageLeftNavButtonSec {
	width: 236px;
	padding: 5px 0px 5px 19px;
	margin: 1px 3px 0px 2px;
	background-color: #E0E4CF;
	}
	
	.pageLeftNavButtonSec a, .pageLeftNavButtonSec a:active, .pageLeftNavButtonSec a:visited{
		color: #913910;
		text-decoration: none;
	}
	
	.pageLeftNavButtonSec a:hover{
		color: #000000;
		text-decoration: none;
	}
	
.pageLeftNavButtonSecSelected {
	width: 234px;
	padding: 5px 0px 5px 19px;
	margin: 1px 3px 0px 2px;
	background-color: #949C81;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #BDC2A7;
	}
	
#pageLeftContent {
	width: 225px;
	padding: 15px 15px;
	margin: 1px 3px 0px 2px;
	border-top: 1px solid #BDC2A7;
	border-bottom: 1px solid #BDC2A7;
	line-height: 1.5em;
	}
	
#pageContent {
	float: left;
	width: 507px;
	}
	
#pageContentFeature{
	width: 507px; height: 187px;
	padding: 0px;
	background-color: #FFFFFF;
	overflow: hidden;
	}
	
#pageContentTitle{
	width: 475px; height: 30px;
	padding: 10px 16px;
	overflow: hidden;
	}

#pageContentText {
	width: 471px;
	padding: 0px 18px;;
	}
	
	
	
/* Footer Structure */
#pageFooterWrapper {
	margin: 0px auto;
	width: 766px;
	background-color: #60694B;
	}
	
#pageFooterLinks {
	float: left;
	text-align: left;
	width: 478px;
	padding: 6px;
	color: #FFFFFF;
	font-size: 9px;
	}
	
	#pageFooterLinks a, #pageFooterLinks a:active, #pageFooterLinks a:visited{
		color: #FFFFFF;
		}
	
	#pageFooterLinks a:hover{
		color: #FFFFFF;
		}
	
#pageFooterCopyright {
	float: left;
	width: 263px;
	padding: 6px;
	font-size: 9px;
	color: #FFFFFF;
	text-align: right;
	}
	
	#pageFooterCopyright a, #pageFooterCopyright a:active, #pageFooterCopyright a:visited{
		color: #FFFFFF;
		}
	
	#pageFooterCopyright a:hover{
		color: #FFFFFF;
		}