html, body, ul, ol, li, p, 
h1, h2, h3, h4, h5, h6, 
form, fieldset, a {
	margin: 0;
	border: 0;
} 
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 82.5%;
	color: #000000;
	background-color: #336633;
	padding-top: 10px;
	padding-bottom: 10px;
}


#wrapper {
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-right-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-bottom-style: solid;
	padding: 0px;
}
#header {
	height: 75px;
	background-image: url(images/header.jpg);
	background-repeat: repeat-x;
	position: relative;
	padding-left: 5px;
}

#header h1 {
	margin-top: 25px;
	text-align: left;
	font-size: 2.5em;
	position: absolute;
	bottom: 0px;
}



#content {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 5px 10px;
}
#content h2 {
	font-size: 12pt;
}
#content p {
	margin-top: 5px;
	font-size: 1em;
	margin-bottom: 5px;
}
#content li {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content a {
	color: #8E488E;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
}
#content a:hover {
	color: #63B063;
	text-decoration: underline;
}
table {
	margin-left: 50px;
}
img  {
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
}
.img_cen  {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#footer {
	height: 75px;
	background-image: url(images/footer.jpg);
	padding: 0px 10px;
	margin: 0px;
}
#footer p {
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
}
.statcounter_bt {
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: right;
}
#wrapper #footer .statcounter_bt img {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
