@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666 url(images/back.jpg) repeat 0 0;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#container {
	width: 600px; 
	background: #86975E url(images/index_01.jpg) no-repeat;
	margin: 0 auto;
	border-left: 1px solid #486300;
	border-right: 1px solid #486300;
	padding-top: 345px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow: hidden;
}

.header {
	background: #FFFFFF url(images/index_02.jpg) no-repeat;
	padding-top: 240px;
	display: block;
}
p, h3 {
	font-family: "Times New Roman"
}
.headercont {
	position: absolute;
	top: 360px;
}
.header h2 {
	font-size: 130%;
	text-align: center;
	width: 260px;
	margin: 5px 0 15px 300px;
	color: #384D00;
	font-weight: normal;
}

.header ul {
	margin: 10px 0 0 190px;
	*margin: 10px 0 0 250px;
}
.header ul li {
	font-size: 90%;
	color: #384D00;
}
#mainContent {
	width: 600px;
	background: #86975E url(images/innerbodybg.png) repeat-x 0 100%;
	overflow: hidden;
}
#mainContent h3 {
	color: #D3DD9F;
	font-size: 120%;
	font-weight: normal;
	padding: 10px 0 5px 20px;
	margin: 0;
}

#mainContent p {
	padding: 0 10px 5px 20px;
	margin: 0;
}
#mainContent .odd {
	color: #E7E17A;
	font-size: 120%;
	font-weight: normal;	
}
#mainContent .even {
	color: #D3DD9F;
	font-size: 120%;
	font-weight: normal;	
}

.formfiller {
	padding-left: 50px;
	margin-top: 20px;
	background: url(images/formbox.png) no-repeat 30% 0;
	*background: url(images/formbox.png) no-repeat 40% 0px;
}

.formfiller h2 {
	font-size: 70%;
	width: 250px;
	margin: 0 0 0 160px;
	padding-top: 30px;
	text-align: center;
	color: #384D00;
	font-weight: normal;
}
.formfiller form {
	width: 250px;
	margin: 20px 0 0 170px;
	_margin: 20px 0 0 150px;
}
.formfiller label {
	xheight: 200px;
	display: inline-block;
	width: 60px;
	text-align: right;
	padding-right: 5px;
	color: #384D00;
}
.formfiller input {
	display: inline;
	width: 150px;
}

.formfiller #submit {
	display: inline-block;
	width: 80px;
	margin: 10px 0 0 100px;
	*margin: 10px 0 0 -100px;
}


.sub {
	position: absolute;
	width: 570px;
	margin-top: 40px;
	margin-left: -30px;
	font-size: 80%;
	color: #384D00;
}
#mainContent h3.copy {
	padding: 135px 0 0 180px;
	margin-bottom: 5px;
	font-size: 80%;
	color: #384D00;
}
.copy a {
	color: #384D00;
	text-decoration: none;
}

.note {
}
.note a {
	color: #CC6600;
	text-decoration: underline;
}
.note a:hover {
	color: #384D00;
	text-decoration: none;
}
.clear { height:0.1px; font-size:0.1px; line-height:0.1px; clear:both; }

.invis { width:0px; height:0px; left:-800px; top:-800px; position:absolute; overflow:hidden; display:inline; }



