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

* {
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
}
#container {
	height: auto;
	width: 710px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	background-color: #0b6fa4;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-top: 0px;
}
body {
	background-color: #0b6fa4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
p {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	padding-right: 10px;
	padding-left: 10px;
}
#topspace {
	background-color: #1C1B07;
	height: 50px;
	width: auto;
}





#box {
	height: auto;
	width: 960px;
	background-color: #99ccff;
}
#imgleft {
	margin-right: 100px;
	margin-left: 100px;
	float: none;
	padding-top: 20px;
	padding-bottom: 20px;
}

#imgright {
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* __________ horizontal navigation __________*/

#navcontainer ul {
	background-color: #1C1B07;
	text-align: center;

	margin: 0;		
	height: 41px;
	height: 74px;
}

#navcontainer ul li {
	display: inline;
	padding-left: 5px;
}

#navcontainer ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	color: #ffffff;
	clear: left;
}

#navcontainer ul li a:hover {
	color: #CC3333;
	background-position: 0 top;
	width: 146px;
}

#topgreen {
	background-color: #2a4512;
	background-image: url(images/hp_top.jpg);
	height: 372px;
	width: auto;
	background-repeat: no-repeat;
	background-position: center bottom;
	left: auto;
	right: auto;
}
#midbrown {
	background-color: #1C1B07;
	background-image: url(images/hp_bot.jpg);
	height: 135px;
	width: auto;
	background-repeat: no-repeat;
	background-position: center top;
	left: auto;
	right: auto;
}

#hptop {
	background-image: url(images/hp_top.jpg);
	left: auto;
	right: auto;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 372px;
}
#hpbot {
	background-image: url(images/hp_bot.jpg);	
	background-repeat: no-repeat;
	background-position: center top;
	left: auto;
	right: auto;
	height: 110px;
}

