@charset "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	list-style:none;
}

body {
	background:#FFFFFF;
	text-align: center;
	min-width: 960px;
	font-family:"Tahoma", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

.container {
	margin:0 auto;
	width:960px;
	text-align: left;
	position: relative;
}

.header {
	float: left;
	width: 960px;
}

.logo {
	float: left;
	margin-top: 40px;
}

.sublogo {
	float: left;
	margin-top: 10px;
}

a .select {
	color: white;
	background-color:#75A44F;
}

.homeHeader {
	width: 370px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

.homeContent {
	float: left;
	width: 490px;
	padding-right: 20px;
	clear: left;
	font-size: 14px;
	line-height:130%;
	margin-bottom: 10px;
	height: 350px;
}

.homeImage {
	float: right;
	margin-top: 30px;
	width: 448px;
	height: 566px;
	position: relative;
	z-index: -100;
}

.footer {
	width: 940px;
	float: left;
	clear: both;
	border-top:solid 2px #75A44F;
	padding: 10px;
	font-size: 10px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight:normal;
	color: #54723B;
	margin-bottom: 15px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight:normal;
	color: #54723B;
	margin-bottom: 20px;
}

h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight:normal;
	font-style:italic;
	text-align:left;
	color: #CDAA54;
}

p {
	margin-bottom: 15px;
	margin-top: 5px;
	text-align: left;
}

.content li {
	list-style: disc;
	margin-left: 20px;
}

.content ul {
	margin-bottom: 15px;
}

.content {
	float: left;
	padding-top: 10px;
	width: 960px;
}

.topImage {
	text-align: right;
	width: 800px;
	float: right;
	padding: 0px;
	padding-bottom: 10px;
	border-bottom: 2px solid #75A44F;
}

blockquote {
	padding-left: 20px;
	padding-right: 20px;
}

h6 {
	font-size: 10px;
	font-weight: normal;
	font-style:italic;
}

.mainContent {
	margin-top: 10px;
	margin-bottom: 20px;
	min-height: 300px;
	float: left;
	width: 960px;
}

.mainContent img {
	padding: 10px;
	padding-top: 0px;
	padding-bottom: 20px;
}

a {
	color: #75A44F;
	text-decoration:none;
	height: 20px;
}

a:hover {
	color:#999;
	background-color:#fff;
	text-decoration:none;
}

.nav {
	width:555px;
	float: left;
	font-size:14px;
	height: 40px;
	z-index: 100;
	margin-bottom: 5px;
position: relative;
left: -7px;
}

#home.nav {
	width:540px;
	float: right;
	font-size:14px;
	height: 20px;
	padding-top: 10px;
	padding-left: 10px
}

ul.topnav {
	list-style: none;
	padding: 0 20px;
	margin: 0;
	float: left;
	width: 590px;
	font-size: 13px;
}

ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}

ul.topnav li a {
	padding: 10px 5px;
	color: #75A44F;
	display: block;
	text-decoration: none;
	float: left;
	font-weight:bold;
}

ul.topnav li a:hover {
	background: #75A44F;
	color: #fff;
}

.topnav a {
	display: block;
	width: auto;
}

.topnav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	padding: 10px;
	text-align: center;
}

.topnav li ul { /* second-level lists */
	position: absolute;
	background: #fff;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	top: 39px;
	font-size: 12px;
	width: 200px;
}

.topnav li:hover ul, .topnav li.sfhover ul { /* lists nested under hovered list items */
	left: 0px;
	margin: 1px;
}

.topnav li ul li a {
	width: 200px;
	background: #fff;
	margin-top: 0px;
	text-align: left;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.subNav {
	float: right;
	margin-bottom: 10px;
	width: 800px;
	border-bottom: 2px solid #75A44F;
	margin-top: 0px;
}

.subNav ul {
	height: 20px;
}

.subNav li {
	list-style: none;
	padding: 0 8px;
	margin: 0;
	float: left;
	font-size: 11px;
	display: inline-block;
	font-weight: bold;
}

.subNav a {
	padding: 3px;
}

.board {
	height: auto;
	float: left;
	width: 960px;
	paddding-top: 5px;
	padding-bottom:10px;
}

.board img {
	padding-bottom: 30px;
	float:left;
}

.embedded {
	float: right;
	padding: 20px;
	text-align: center;
	font-size: 10px;
	font-style:italic;
}

.embedded img {
	padding-bottom: 5px;
}

.selected, .selected a {
	background: #75A44F;
	color: #fff;
}

.topnav .selected a {
	color: #fff;
}

.prizeBox {
border: 1px solid #75A44F;
float: right;
padding: 15px;
width: 300px; 	
text-align: center;
	
}
.prizeBox p {
text-align: center;		
}
