@charset "utf-8";

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#bottom1 {
	float: left;
	height: 150px;
	width: 165px;
        display: none;
}
.newstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
        display: none;
}
#bottom2 {
	float: left;
	width: 350px;
	overflow: visible;
        display: none;
}

p {
	margin-top: 0px;
	margin-bottom: 6px;
}

#container {
	width: 761px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 30px;
}
#footer {
	text-align: right;
	clear: both;
	float: left;
	width: 761px;
	padding-top: 5px;
	padding-bottom: 10px;
        display: none;
}

#headerbox {
	height: 286px;
	width: 761px;
	clear: both;
	float: left;
	margin-top: -27px;
	position: relative;
	z-index: 1;
}
#content {
	width: 372px;
	background: #FFFFFF url(images/grassbg.jpg) no-repeat left bottom;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	z-index: 999;
}

#menu {
	clear: both;
	float: left;
	width: 761px;
	position: relative;
	z-index: 100;
        display: none;
}

#yellowbar {
	background-color: #D3B714;
	clear: both;
	float: left;
	height: 7px;
	width: 761px;
        display: none;
}
#slideshow1 {
	float: left;
	width: 500px;
}

#flash {
	clear: both;
	float: left;
	height: 500px;
	width: 761px;
	position: relative;
	z-index: 0;
        display: none;
}

#head {
	float: left;
	width: 570px;
        display: none;
}


#mainContent {
	clear: both;
	float: left;
	width: 761px;
}
#sidebar {
	float: left;
	width: 191px;
	background-color: #41423A;
	text-align: right;
}
#bottom {
	background: #FFFFFF url(images/grassbg.jpg) no-repeat left bottom;
	clear: both;
	float: left;
	width: 731px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#bottom3 {
	float: left;
	width: 182px;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #2F6D35;
	margin-top: 0px;
	margin-bottom: 6px;
}
.subhead {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #2F6D35;

}
#largeimage {
	width: 358px;
	float: left;
	background-color: #FFFFFF;
	height: 100%;
}
.bigyellow {
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight: normal;
	color: #D3B714;
}
.minihead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}
ol {
	margin-top: 0px;
	margin-bottom: 6px;
}
#logo {
	height: 0px;
	width: 0px;
	float: left;
	position: absolute;
	z-index: 9999;
	overflow: visible;
        display: none;
}
#largeimgTD {
        display: none;
}
#printbutton {
		display: none;
}
#hide_print {
		display:none;
}

.more_body {
	display: inherit;
}