@charset "utf-8";
body {
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}
.headerimg {
	background-image: url(images/headerbg.jpg);
	background-repeat: repeat-x;
	background-color: #5381B5;
	background-position: center center;
}
.main {
	background-color: #0D3509;
	background-repeat: repeat;
	text-align: justify;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #C0FEB8;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C3F9C0;
	border-left-color: #C3F9C0;
	padding-top: 30px;
	padding-right: 45px;
	padding-bottom: 30px;
	padding-left: 45px;
}
.navleft {
	background-color: #165511;
	background-repeat: repeat;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #80C345;
	border-bottom-color: #80C345;
	border-left-color: #80C345;
}

.navigation {
	background-color: #165511;
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #80C345;
	letter-spacing: 2px;
	text-align: center;
	word-spacing: 8px;
	font-weight: bold;
	margin: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #80C345;
	border-right-color: #80C345;
	border-bottom-color: #80C345;
	border-left-color: #80C345;
}
.bottom {
	position: relative;
	z-index: 1;
	left: 100px;
	top: -170px;
	overflow: visible;
	width: 800px;
}
.bg {
	margin: 0px;
	padding: 0px;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
}
.mainbottom {
	background-color: #0D3509;
	background-repeat: repeat;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #57B64A;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C3F9C0;
	border-left-color: #C3F9C0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C3F9C0;
}
.navright {
	background-color: #165511;
	background-repeat: repeat;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #80C345;
	border-bottom-color: #80C345;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #80C345;
}
.maintop {
	background-color: #0D3509;
	background-repeat: repeat;
	text-align: justify;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #C0FEB8;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C3F9C0;
	border-left-color: #C3F9C0;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #C3F9C0;
}
.mainnotext {
	background-color: #0D3509;
	background-repeat: repeat;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #C0FEB8;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C3F9C0;
	border-left-color: #C3F9C0;
}
.gradient {
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #9AFA90;
	text-decoration: none;
}
a:visited {
	color: #9AFA90;
	text-decoration: none;
}
a:hover {
	color: #4B920C;
	text-decoration: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #5381B5;
	border-bottom-color: #5381B5;
}
a:active {
	color: #149017;
	text-decoration: underline;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #5381B5;
	border-bottom-color: #5381B5;
}

