body {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #66CC9A;
	margin-left: 15px;
	margin-top: 0px;
}
#contain {
	position:absolute;
	left:25px;
	top:155px;
	width:795px;
	background-color: #F7e2a4;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #2E8B5C;
	border-left-color: #2E8B5C;
	}
#contain_op {
	position:absolute;
	left:25px;
	top:155px;
	width:100%;
	background-color: #F7e2a4;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #2E8B5C;
	border-left-color: #2E8B5C;
	}
#header {
	position: absolute;
	width:795px;
	height:147px;
	left:25px;
	background-image: url(images/toppics.jpg);
	background-repeat: no-repeat;
	border-top: 3px solid #2e8b5c;
	border-right: 3px solid #2e8b5c;
	border-bottom: 5px solid #000000;
	border-left: 3px solid #2e8b5c;
	background-position: right;
}
#leftnav {
	width:125px;
	float:left;
	background-color: #F7E2A4;
	padding-top:10px;
	padding-left: 10px;
}
#content {
	width:550px;
	float:left;
	padding-top:10px;
	padding-left:15px;
}
#content_op {
	width:100%;
	float:left;
	padding-top:10px;
	padding-left:15px;
}
#footer {
	float:left;
	clear:both;
	width:100%;
	background-color: #66CC99;
	margin-top: 15px;
	padding-top: 15px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #2E8B5C;
}
#footer a {
	font-family: "Times New Roman", Times, serif;
	color: #000066;
}
.footer_blue {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	color: #000000;
	background-color: #CCCCCC;
	text-align: center;
}
a:active {
	color: #000000;
}
a:hover {
	color: #ffffff;
}
a:visited {
	color: #333333;
}
