@charset "utf-8";
/* CSS Document */

.bodyclass {
	font-family: "Trebuchet MS";
	font-size:16px;
	line-height:130%;
	
	background-image:url(images/bgtint.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:white;
	/*border: 1px solid #b7d889;*/
	min-height:600px;
}
a:link, a:visited{
	color: #4C92C0;
	text-decoration: none;
}
a:hover {
	color: #61862c;
	text-decoration: underline;
}
.wholepage{
	border: 2px solid #83ABBC;
	width:880px;
}
.topblock{
	height:27px;
	background-color:#83ABBC;
	color:white;
	margin-left:0px;
	padding-left:20px;
	padding-top:7px;
}
.topblock a:link, .topblock a:visited{
	color:white;
	text-decoration: none;
}
.topblock a:hover {
	color: black;
	text-decoration: none;
}
.standardpagecontent {
	background-color:white;
	background-image:url(images/south-east-publishing-background.jpg);
	background-repeat:no-repeat;
	display:block;
	min-height:550px;
}
.homepagemaincontent {
	background-color:white;
	background-image:url(images/home-page-bg5.jpg);
	background-repeat:no-repeat;
	display:block;
	height:550px;
}
.footer {
	font-size:13px;
	text-align:center;
	color:#939393;
	padding-bottom:5px;
}
h1 {
	color:#83ABBC;
	font-size:20px;
	font-weight:bold;
	margin-top:0px;
	padding-top:0px;
}



