#body {
	height: auto;
	width: 850px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	margin-right: auto;
	margin-left: auto;
}


#header {
	height: 15px;
	width: auto;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #669900;
}

#top {
	height: 200px;
	width: auto;
}
#menu {
	height: 30px;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #669900;
	border-top-style: none;
}
#body #menu a {
	font-size: 12px;
	height: 30px;
	width: auto;
	padding-left: 30px;
	float: left;
	line-height: 30px;
	margin-right: 5px;
	margin-left: 5px;
}
#body #menu a:hover {
	background-color: #FFFFFF;
	background-image: url(../img/gray_arrow.gif);
	float: left;
	height: 30px;
	width: auto;
	padding-left: 30px;
	background-repeat: no-repeat;
}
#side {
	float: left;
	height: auto;
	width: 230px;
	font-size: 12px;
	margin: 0px;
	background-color: #F4F4FF;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#body #side a {
	font-size: 12px;
	height: auto;
	width: 210px;
	float: left;
	color: #000000;
	padding-left: 13px;
	line-height: 16px;
}
#body #side a:hover {
	background-image: url(../img/green_003.gif);
	background-repeat: no-repeat;
	height: auto;
	width: 210px;
	padding-left: 13px;
	font-size: 12px;
	line-height: 16px;
	float: left;
}
#body #side p {
	font-size: 12px;
	line-height: 16px;
	height: auto;
	width: 210px;
	padding-left: 13px;
	float: none;
}


#main {
	float: right;
	height: auto;
	width: 570px;
	font-size: 13px;
	padding-top: 20px;
	line-height: 18px;
	margin-right: 10px;
}

#body #main #menu {
	height: 30px;
	width: auto;
	font-size: 14px;
	line-height: 28px;
	padding-left: 15px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	background-image: url(../img/orange_line.gif);
	background-repeat: no-repeat;
}
.box {
	height: 300px;
	width: 250px;
	border: 2px solid #CCCCCC;
	margin: 5px;
	padding: 5px;
	font-size: 12px;
	line-height: 20px;
}
#left {
	float: left;
	height: auto;
	width: 270px;
}
#right {
	float: left;
	height: auto;
	width: 270px;
}
#body #main #left .box h4 {
	background-image: url(../img/orange_line2.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	height: 40px;
	width: auto;
	line-height: 38px;
	color: #669900;
	font-size: 12px;
	margin: 0px;
}


#body #main #right .box h4 {
	font-size: 12px;
	line-height: 38px;
	background-image: url(../img/orange_line2.gif);
	padding-left: 25px;
	color: #669900;
	height: 40px;
	background-repeat: no-repeat;
	width: auto;
	margin: 0px;
}


#footer {
	clear: both;
	height: auto;
	width: auto;
	background-color: #FFFFFF;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	margin-right: 5px;
	margin-left: 5px;
}
#body #footer a {
	padding-right: 8px;
	padding-left: 8px;
}



#footer2 {
	clear: both;
	height: auto;
	width: auto;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #669900;
}

