body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 1.5em;
}
h1 {
	color: #227720;
	font-size: small;
	font-weight: bold;
}
#outer {
	width: 100%;
	text-align: center;
}
#inner {
	width: 800px;
	border: 1px solid #299528;
	text-align: left;
	margin: 0 auto;
}
#top {
	width: 100%;
	height: 125px;
	border-bottom: 1px solid #299528;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	text-align: right;
}
#nav {
	width: 780px;
	height: 22px;
	border-bottom: 1px solid #299528;
	background-image: url(../img/navbg.gif);
	background-repeat: repeat-x;
	padding-top: 7px;
	padding-left: 10px;
	padding-right: 10px;
}
.navlink:link {
	text-decoration: none;
	font-weight: bold;
	color: Black;
}
.navlink:visited {
	text-decoration: none;
	font-weight: bold;
	color: Black;
}
.navlink:hover {
	text-decoration: none;
	font-weight: bold;
	color: #227720;
}
.navlink:focus {
	text-decoration: none;
	font-weight: bold;
	color: Black;
}

#content {
	width: 100%;
	min-height: 900px;
}
#top_content {
	border-bottom: 2px solid #299528
}
#lower_content {
	margin-left: 5px;
	margin-right: 5px;
	min-height: 730px;
}
#bottom {
	width: 100%;
	height: 50px;
	line-height: 25px;
	text-align: center;
}
.item_left {
	float: left;
	margin-right: 10px;
}

.test_left{
width:150px;
height:100%;
float:left;
background-color:#D5E2BC;
margin-right:20px;
border:1px solid #299528;
padding:3px;
}

.test_left1{
width:150px;
height:100%;
float:left;
background-color:#D5E2BC;
margin-right:50px;
border:1px solid #299528;
padding:3px;
}

.item_right {
	float: right;
	margin-left: 10px;
}
.toptext {
	font-size: medium;
}
.info_box_right {
	padding-top:10px;
	margin-left: 5px;
	float: right;
	height: 600px;
	width: 200px;
	background-color: #eef7dd;
	border-left: 1px solid #299528;
	border-bottom: 1px solid #299528;
	text-align: center;
}
.info_box_right h2 {
	font-size: small;
	font-weight: bold;
	color: #227720;
	text-decoration: none;
}
.info_box_right a:link {
	color: #227720;
	text-decoration: none;
}
.info_box_right a:visited {
	color: #227720;
	text-decoration: none;
}
.info_box_right a:hover {
	color: #164d15;
	text-decoration: none;
}
.info_box_right a:focus {
	color: #227720;
	text-decoration: none;
}


















.ias:link {
	text-decoration: none;
	color: navy;
}
.ias:visited {
	text-decoration: none;
	color: navy;
}
.ias:hover {
	text-decoration: underline;
	color: #ff8c00;
}
.ias:focus {
	text-decoration: none;
	color: navy;
}
