body{
	background-color: #008000;
	font-family: Arial;
	font-size: 14px;
	line-height: 24px;
	color: #FFFFFF;
}

#container{
	width: 978px;
	margin: 0 auto 0 auto;
}

#header{
	width: 978px;
}

#nav1{
	margin-left: 60px;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

#nav a {
	font-weight: bold;
	color: #008000;
	background-color: #FFCC00;
	border: 6px outset #FFCC00;
	text-decoration: none;	
	display: block;
	width: 10em;
}

#nav a:hover {
	color: #FFCC00;
	background-color: #008000;
	border: 6px inset #008000;
}

#nav li {
	float: left;
	width: 10em;
}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#content{
	background-color: #FFFFFF;
	color: #008000;
	padding: 10px;
	border: 6px solid #FFCC00;
	width: 946px;
	float: right;
}

#maincontent{
	width: 746px;
	float: left;
}

#rightcontent{
	width: 200px;
	float: right;
}


#footer{
	font-size: 10px;
	line-height: 13px;
	clear: both;
}

a{
	color: #FFCC00;
}

a:hover{
	color: #008000;
	background-color: #FFCC00;
}

hr{
	color: #FFCC00;
	background-color: #FFCC00;
	height: 2px;
}

h1{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

h2{
	font-size: 30px;
	font-weight: bold;
}

.marquee1 input{
	width: 578px;
	color: #008000;
	font-family: Arial;
	font-size: 14px;
	background-color: #FFFFFF;
	border: 0px solid #008000;
}

.style1{
	color: #000000;
	font-style: italic;
}

.style2{
	color: #008000;
}

.button {
	color: #008000;
	text-align: left
	height: 25px;
}

.button ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

.button ul li {
	margin: 0;
	padding: 0;
	display: inline;
	text-align: center;
	list-style: none;
	font-family: Arial;
	font-weight: bold;
}
.button li a {
	color: #008000;
	background-color: #FFCC00;
	border: 3px outset #FFCC00;
	padding: 1px;
	text-decoration: none;
	display: inline;
}

.button li a:hover {
	color: #FFCC00;
	background-color: #008000;
	border: 3px inset #008000;
	padding: 1px;
	text-decoration: none;
	display: inline;
}