/* Main Layout Elements */

html, body { 
	margin: 0px; 
	padding: 0px; 
	text-align: center;
	background-color: #F1F0EB; 
} 
 
#pagewidth { 
	width:960px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;
	background-color:#FFFFFF; 
} 

#header {
	position: relative; 
	height: 105px; 
	background-color: #FFFFFF; 
	width: 100%;
}

#rightheader {
	width: 600px;
	float: right; 
	position: relative; 
	background-color: #FFFFFF;
	padding-right: 29px;
	padding-top: 83px; 
}
 
#leftheader {
	float: left; 
	display: inline; 
	position: relative; 
	width: 285px;
	background-color: #FFFFFF;  
	padding-left: 25px;
	padding-top: 35px; 
}

#flash {
	width: 900px;
	height: 305px;
	background-color: #FFFFFF;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 8px;
}

#content {
	width: 900px;
	padding-top: 12px;
	padding-bottom: 27px;
	margin-left: 30px;
	margin-right: 30px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E8E8E0;
	clear: both;
}

#logos {
	width: 900px;
	padding-top: 18px;
	padding-bottom: 21px;
	margin-left: 30px;
	margin-right: 30px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E8E8E0;
	clear: both;
}

#footer{
	width: 900px;
	padding-top: 18px;
	padding-bottom: 30px; 
	background-color: #FFFFFF; 
	clear: both;
	margin-left: 30px;
	margin-right: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E8E8E0;
} 


/* Text */

.bodytext {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	padding-top: 15px;
}

.bodytext a:link {
	color: #666666;
	text-decoration: none;
}

.bodytext a:visited {
	color: #666666;
	text-decoration: none;
}

.bodytext a:hover {
	color: #8D7948;
	text-decoration: none;
}

.bodytext a:active {
	color: #666666;
	text-decoration: none;
}

.nav_section {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 15px;
	line-height: 27px;
	letter-spacing: 1px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.nav_section a:link {
	color: #666666;
	text-decoration: none;
}

.nav_section a:visited {
	color: #666666;
	text-decoration: none;
}

.nav_section a:hover {
	color: #8D7948;
	text-decoration: none;
}

.nav_section a:active {
	color: #666666;
	text-decoration: none;
}

.first_paragraph {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 15px;
	line-height: 21px;
	font-weight: normal;
	color: #8D7948;
	text-decoration: none;
}

.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	text-align: center;
	color: #999999;
	text-decoration: none;
}
.footer_text a:link {
	color: #999999;
	text-decoration: none;
}
.footer_text a:visited {
	color: #999999;
	text-decoration: none;
}
.footer_text a:hover {
	color: #666666;
	text-decoration: underline;
}
.footer_text a:active {
	color: #999999;
	text-decoration: none;
}
 
.header_contact {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	color: #666666;
	text-align: right;
	text-decoration: none;
}
