*{
	padding:0;
	margin:0;
}
body{
	background-color:#f2f7e3;
	font-family:"Times New Roman", Times, serif;
}
#header{
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	width:790px;
	height:177px;
}
#footer{
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	width:794px;
	height:129px;
}
.spacer{
	border-top:1px dotted #b0d240;
}
.spacer2{
	border-bottom:1px dotted #b0d240;
}
#menu{
	width:794px;
	height:37px;
	border-bottom:1px dotted #b0d240;
}
#menu ul{
	list-style-type:none;
	
}
#menu ul li{
	float:left;
	
}
#menu ul li a{padding:10px 12px;display:block;background-color:#f2f7e3; font-size:14px; font-weight:bold; color:#333; text-decoration:none; text-align:center;}
#menu ul li a:hover{background-color:#b0d240; text-decoration:none;}
#menu ul li a.activelink{color:#FFF;background-color:#b0d240;}
#rightbox{
	background-image:url(../images/right.png);
	background-repeat:no-repeat;
	background-position:left;
	width:18px;
	height:35px;
}
#leftbox{
	background-image:url(../images/left.png);
	background-repeat:no-repeat;
	background-position:right;
	width:18px;
	height:35px;
}
#middlebox{
	background-image:url(../images/middle.jpg);
	background-repeat:repeat-x;
	height:35px;
}
.bodybox{background-color:#FFFFE6;}
.whitebg{background-color:#FFF;}
h3{padding-left:5px; padding-bottom:10px; color:#333333; font-weight:400;}
h4{padding-left:5px; color:#333333; font-size:9pt;}
p{font-size:9pt; font-family:Georgia, "Times New Roman", Times, serif; color:#333; padding-left:8px; line-height:18px;}
.uls{list-style:circle; color:#333;font-size:9pt; font-family:Georgia, "Times New Roman", Times, serif; margin-left:15px;}
.tablehead{background-color:#BCCA91; color:#003300;}
.t1{background-color:#FFFFE1; color:#333; font-size:10pt;}
.t2{background-color:#F5FCE0; color:#333;font-size:10pt;}
#container{width:786px; border-right:2px solid #3d9133; border-left:2px solid #b3d620;}