<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body {
	background-color: #f8f8f8;
	margin: 0px;
	padding: 0px;
	font-family: Georgia;
	font-size: 11px;
	color: #FFFFFF;
}
#container {
	width: 1000px;
	background-image: url(images/mainbg.gif);
	background-repeat: repeat-y;
	position: relative;
}
#contentarea {
	float: right;
	width: 767px;
}
.side {
	background-image: url(images/side-img.gif);
	background-repeat: no-repeat;
	float: left;
	width: 233px;
	padding: 522px 0 15px 0;
	text-align: center;
}
.side-contain {
	background-image: url(images/side-top.gif);
	background-repeat: no-repeat;
	text-align: center;
}
.side-contain   h1 {
	font-family: Georgia;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
	padding: 8px 0px 8px 0;
	text-align: center;
	margin: 0 8px 15px 0;
}
.adline {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #c7c7c7;
	margin: 15px 8px 15px 0px;
}
.top {
	background-image: url(images/bg-main.gif);
	background-repeat: repeat-x;
	height: 335px;
}
.top-image {
	background-image: url(images/top-img.gif);
	background-repeat: no-repeat;
	height: 335px;
	width: 244px;
	float: right;
	padding: 0 0 0 350px;
}
.top-image h1 {
	font-family: Georgia;
	font-size: 30px;
	font-weight: normal;
	color: #90cc00;
	text-align: center;
	margin: 70px 23px 0 0;
	line-height: 33px;
	letter-spacing: -1px;
}
.top-txt   {
	font-size: 34px;
}


.nav {
	font-family: Georgia;
	font-size: 21px;
	width: 170px;
	float: left;
	margin: 25px 0 0 0;
}
.nav ul {
	display: list-item;
	margin: 0;
	list-style-type: none;
	padding: 0;


}
.nav li {
	display: inline;
	padding: 10px 10px 5px 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	line-height: 30px;
	background-position: left 15px;
	width: 150px;
}
.nav a {
	font-family: Georgia;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 21px;
}
.nav a:hover, #current {
	font-weight: normal;
	color: #FFFF00;
}

.padding {
	padding-left: 8px;
}
.topad {
	background-color: #79a82b;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7cab41;
	height: 100px;
	text-align: center;
	padding: 29px 0 0 0;
}
.content {
	padding: 25px 22px 20px 22px;
}
.content h1 {
	font-family: Georgia;
	font-size: 28px;
	font-weight: normal;
	color: #fff62b;
	letter-spacing: -1px;
	margin: 0 0 5px 0;
}




.line {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	padding: 0 1px 0 1px;
	margin: 20px 0 20px 0;
}
.footer {
	background-color: #90CC00;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 81px;
	position: relative;
	padding: 10px 0 0 271px;
	text-align: center;
}
.footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}




.clearboth {
	clear: both;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}



/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/*

/* */
</pre></body></html>