@charset "UTF-8";
/* CSS Document */

#toppanel {
	background-color: #36C;
	height: 230px;
	width: 100%;
}
#bottompanel {
	background-color: #6cd88c;
	height: 1000px;
	width: 100%;
	margin-top: -20px;
}

#middlepanel {
	background-color: #6cd88c;
	height: 30px;
	width: 100%;
	margin-top: 0px;
	z-index: 2;
}
.maintext a {
	text-decoration: underline;
}
.maintext {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999;
	text-align: justify;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 13px;
}
.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	padding-right: 20px;
	font-size: 14px;
}
.footerleft {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #36C;
}
.footerright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #36C;
}
a:link {
	color: #36C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #36C;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
.maintext a {
	text-decoration: underline;
	color: #36C;
}
