@charset "UTF-8";
/* CSS Document */

body {
	background-color: #5F7135;
	}

a:link {
	color: #006633;
	}

a:visited {
	color: #006633;
	}

a:hover {
	color: #006633;
	}

a:active {
	color: #006633;
	}

#prewrap {
	width: 800px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: center;
	}

#wrap {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg_main.jpg);
	background-repeat: repeat-y;
	background-position: center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	}

#postwrap {
	width: 800px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center;
	}

.footer {
	text-align: center;
	width: 700px;
	margin-left: 25px;
	border-top: #CCCCCC 1px solid;
	padding: 25px;
	color: #333333;
	}

.mainimage {
	margin-top: 2px;
	margin-left: 27px;
	margin-bottom: 2px;
	}
	
.navbar {
	background-color: #006633;
	padding: 7px;
	margin-left: 27px;
	margin-right: 27px;
	margin-bottom: 2px;
	color:#FFFFFF;
	font-size: 10px;
	}

.navbar ul {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	}

.navbar li {
	list-style-type: none;
	display: inline;
	}

.navbar li a {
	text-decoration: none;
	padding: 3px 5px;
	color: #FFFFFF;
	}
	
.navbar li a:hover {
	color: #D1F0A1;
	}


.left {
	float: left;
	margin-left: 37px;
	margin-top: 10px;
	width: 244px;
	color: #666666;
	background-image: url(../images/bg_grey_fade.jpg);
	background-repeat: no-repeat;
	background-position: top;
	}

.leftbox {
	padding: 10px;
	font-weight: bold;
	font-size: 16px;
	}
	
.right {
	float: left;
	display: inline;
	width: 460px;
	margin-left: 20px;
	color: #000000;
	}

.navelement {
	background-color: #D1F0A1;
	padding: 10px;
	color: #006633;
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	}

navelement a {
	text-decoration: none;
	}
 
.navelement:hover {
	background-color: #006633;
	color: #FFFFFF;
	text-decoration: none;
	}

.leftfooter {
	margin-bottom: 2px;
	padding: 10px;
	padding-top: 180px;
	background-color: #E3F7C8;
	font-size: 9px;
	color: #006633;
	}
	
.forcer {
	clear: both;
	}
	
.forcer30 {
	clear: both;
	margin-bottom: 30px;
	}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006633;
	font-size: 18px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	padding-bottom: 8px;
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom: #CCCCCC 1px solid;
	}

.credits {
	color: #FFFFFF;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

.credits a {
	color: #FFFFFF;
	text-decoration: none;
	}

.tabletext {
	color: #333333;
	font-size: 10px;
	}