@charset "UTF-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;	
	letter-spacing: 1px
	background-color: #FFFFFF;
	color: #FFFFFF;	
}

#container {
	width: 1000px; /* full width is left_col, right_col and content plus side padding */
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
}
        
#header {
	width: 1000px;
	height: 100px;
}

#logo_left {
	width: 300px;
	height: 100px;
	float: left;
}

#logo_right {
	width: 300px;
	height: 100px;
	float: right;
}

#interface {
	width: 1000px;
	height: 30px;
}

#sub_interface {
	width: 1000px;
	height: 5px;
}

#slideshow {
	width: 984px;
	height: 460px;
	margin-left: 7px;
	background-color: #FFFFFF;
}

#images {
	width: 986px;
	height: 180px;
	margin-left:7px;
}

#content {
	width: 966px;
	background-color: #648136;
	margin-left:7px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

/* FOOTER INFORMATION */

#footer_space {
	width: 1000px;
	height: 7px;		
	background: #e9e8e6;
}

.footnote {
  font-size: 9px;
	letter-spacing: 0px
}

#footer {
  width: 1000px;
  padding:0px;
  text-align: center;
  font-size: 11px;
	clear: both;
	color: #648136;
}

#footer_left {
	width: 300px;
	float: left;
	text-align: left;
	margin-left: 7px;
}

#footer_right {
	width: 300px;
	float: right;
	text-align: right;
	margin-right: 10px;
}

.footer_text {
	color: #FFFFFF;
}

/* TEXT & LINKS */

a:link {
	color:#f59f3a;
	text-decoration:none;
	outline: none;
}

a:visited {
	color:#f59f3a;
	text-decoration:none;
	outline: none;
}

a:hover {
	color:#fddf39;
	text-decoration: underline;
	outline: none;
}

a:active {
	color:#f59f3a;
	text-decoration:none;
	outline: none;
}

a img {
	border:0px none;
	outline: none;
}

h1 {
	color: #688f44;
	margin-top: 10px;
}

.title {
	font-size: 28px;
	font-weight: bolder;
	color: #fddf39;
	line-height: 32px;
}