* {
	padding: 0;
	margin: 0;
}
body {
	font-size:100%;
	font-family: Arial, 'Lucida Grande', Verdana, sans-serif;
	text-align:center;
	background-color: #FFF;


}
#page {
	width:992px;
	margin:0px auto;
	text-align:center;
}
#header {
	height:111px;
	width:992px;
	text-align:left;
	background-color: #FFF;
}
#logo {
	text-align:left;
	letter-spacing:-1px;
	text-shadow:0px 0px 0px #000;
	font:48px Georgia, Arial, "Times New Roman", Times;
	margin-left:18px;
	margin-top:14px;
	color:#165001;
	width:364px;
	height:90px;
	float: left;
}
.green {
	color:#AEF080;

}
#slogan {
	text-align:left;
	margin-left:25px;
	letter-spacing:0px;
	color:#165001;
	font-family: Arial, "Times New Roman", Times;
	font-size: 16px;
}
/* TOP NAVIGATION BAR */
#nav {
	width:610px;
	float:left;
	margin-top:56px;
}
#nav-menu-left {
	background:url(images/navbar-left.gif) no-repeat top left;
	width:27px;
	height:55px;
	float: left;
}
#nav-menu-right {
	background:url(images/navbar-right.gif) no-repeat top left;
	width:27px;
	height:55px;
	float: left;
}
#nav-menu {
	background:url(images/navbar-bg.gif) repeat-x top left;
	height:55px;
	width:556px;
	float: left;
}
#nav-menu ul {
	list-style:none;
}
#nav-menu ul a {
	background-image: url(images/navbar-divider.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 12px;
	padding-left: 12px;
	padding-top:5px;
	display: block;
	line-height: 50px;
	text-decoration: none;
	text-shadow:1px 1px 1px #000;
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFF;
}
#nav-menu ul a:hover {
	text-decoration:underline;
	color: #AEF080;
}
#nav-menu li {
	float:left;
}
/* END NAVIGATION BAR */



/* Large header image of grass and flower, with slogans */
#header2 {
	background:url(images/header.jpg) no-repeat top left;
	width:992px;
	height:224px;
	text-shadow:1px 1px 1px #000;
}
#header2-slogan1 {
	padding:68px 0px 0px 106px;
	color:#FFF;
	text-align:left;
	letter-spacing:-2px;
	font-family: Georgia, Arial, "Times New Roman", Times;
	font-size: 38px;
}
#header2-slogan2 {
	padding:0px 0px 0px 267px;
	color:#FFF;
	text-align:left;
	letter-spacing:-2px;
	font-family: Georgia, Arial, "Times New Roman", Times;
	font-size: 38px;
}
/* end large header */



/* clears all floated elements */
.clearfloats {
	clear:both;
}
/* end clear floats */



/* first content section on main page */
#content {
	width:992px;
	min-height:270px;
	text-align:left;
	padding-top:25px;
	padding-bottom:20px;
	background-color: #FFF;
}
.content-padding {
	padding:0px 20px 0px 20px;
}
.content-padding a {
	font:15px Arial, "Times New Roman", Times;
	color:#558511;
}
.content-padding a:hover {
	font:15px Arial, "Times New Roman", Times;
	color:#73B901;
	text-decoration:none;
	text-align: left;
}
#content h1 {
	font:30px Georgia, Arial, "Times New Roman", Times;
	color:#165001;
	padding-bottom:10px;
}
#content p {
	font:15px Arial, "Times New Roman", Times;
	color:#165001;
	text-align:left;
	padding-bottom:10px;
}
#content ul li {
	list-style-position: inside;
	font:15px Arial, "Times New Roman", Times;
	color:#165001;
}

/* solmaz test */

#content-test {
	width:676px;
	min-height:270px;
	text-align:left;
	padding-top:25px;
	padding-bottom:20px;
	background-color: #FFF;
}
.content-padding-test {
	padding:0px 20px 0px 20px;
}
.content-padding-test a {
	font:15px Arial, "Times New Roman", Times;
	color:#558511;
}
.content-padding-test a:hover {
	font:15px Arial, "Times New Roman", Times;
	color:#73B901;
	text-decoration:none;
}
#content-test h1 {
	font:30px Georgia, Arial, "Times New Roman", Times;
	color:#165001;
	padding-bottom:10px;
}
#content-test p {
	font:15px Arial, "Times New Roman", Times;
	color:#165001;
	text-align:left;
	padding-bottom:10px;
}
#content-test ul li {
	list-style-position: inside;
	font:15px Arial, "Times New Roman", Times;
	color:#165001;
}


#right_column {
	width: 316px;
	min-height:270px;
	text-align:left;
	padding-top:25px;
	background-color: #FFF;
	color: #165001;
	font:15px Arial, "Times New Roman", Times;
	padding-bottom:10px;
}
#content-test, #right_column {
	float:left;
}
.clearfloats {
	clear:both;
}
/* end Solmaz's attempt at supporting pages */

form label {
	font:15px Arial, "Times New Roman", Times;
	color: #165001;
}

/* image that divides the two different content sections */
#body-divider {
	background:#1D5600 url(images/body-divider.gif) no-repeat top left;
	width:992px;
	height:23px;
}
/* end content divider */

/* lower content section, "content 2" */
#content2 {
	width:992px;
	min-height:250px;
	text-align:left;
	padding-top:10px;
	padding-bottom:30px;
	background-color: #FFF;
}
#content2 p {
	font:15px Arial, "Times New Roman", Times;
	color:#1E5700;
	text-align:left;
	padding-bottom:10px;
}
#content2 h2, h3, h4, h5, h6 {
	font:normal 25px serif, "Times New Roman", Times;
	line-height:25px;
	color:#165001;
	padding-bottom:10px;
	
	
}
.content2-block {
	width:274px;
	float:left;
}
.content2-block p {
	width:274px;
	float:left;
	text-align:left;
}
/* three column area, vertical dotted divider */
  .content-divider {
	background:url(images/content-divider.gif) no-repeat top center;
	width:2px;
	height:274px;
	float:left;
	padding:0px 30px 0px 30px;
}
/* footer of page */
#footer-div {
	width:992px;
	height:6px;
	background-image: url(images/footer-div.gif);
	background-repeat: no-repeat;
	background-position: center top;
	left: auto;
	right: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#footer {
	padding-top:15px;
	width:992px;
	height:150px;
	text-align:center;
	background-color: #FFF;
	left: auto;
	right: auto;
	margin-right: auto;
	margin-left: auto;
}
#footer p {
	font:12px Arial, "Times New Roman", Times;
	color:#174E02;
}
#footer a {
	font:12px Arial, "Times New Roman", Times;
	color:#174E02;
}
/* end footer */

