@charset "UTF-8";
/* CSS Document */


body {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	color: #666666;
	background-color: #83B59C;
}
.body {
	font-size: 12px;
}
#maintext {
	padding-top: 40px;
	line-height: 1.7em;
	padding-left: 50px;
	padding-bottom: 80px;
	width: 100%;
}
#maintext p {
	width: 500px;
	line-height: 2em;
}
#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-image: url(../cont_bg.png);
	background-repeat: repeat-y;
}
#header {
	background-image: url(../header.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	height: 124px;
}
#footer {
	background-image: url(../footer.png);
	text-align: right;
	font-size: 10px;
	color: #CCCCCC;
	line-height: 3px;
	height: 16px;
	clear: both;
	background-position: center;
}
#footnote {
	width: 975px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	padding-right: 5px;
	font-size: 11px;
	color: #FFFFFF;
	margin-bottom: 25px;
	padding-bottom: 25px;
}
#image_area {
	width: auto;
	padding-top: 40px;
	padding-right: 80px;
	padding-bottom: 40px;
	padding-left: 40px;
	font-size: 10px;
}
#image_area img {
	border: 6px solid #BD9F00;
}
#nav {
	background-color: #83B59C;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 39px;
	background-repeat: repeat-x;
	background-image: url(nav/nav.png);
}
#middleback {
	background-color: #EEEEEE;
	background-repeat: repeat-y;
	background-position: center;
	height: auto;
	clear: both;
}
#footnote a {
	color: #FFFFFF;
	text-decoration: none;
}
#footnote a:hover {
	color: #006633;
	text-decoration: none;
}
.green {
	color: #006633;
	font-size: 10px;
}
.gold {
	color: #BD9F00;
	font-size: 10px;
}
h1 {
	color: #BD9F00;
	font-weight: normal;
	font-size: 26px;
}
h2 {
	color: #006633;
	font-size: 16px;
	font-weight: normal;
}
a {
	color: #BD9F00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.caption {
	font-size: 10px;
}
hr {
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	width: 100%;
	text-align: left;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
}
