/* TEXT FORMATING */

p, h1, h2, h3, li { margin-top: 0px; font-family: Arial, Helvetica; }

h1 { font-size: 20pt; color: #006600  }
h2 { font-size: 18pt; font-weight: normal; color: #009933 }
h3 { font-size: 16pt; color: #00CC00; }
p, li, td { font-size: 12pt;  }
ul { margin-left: 0px; padding-left: 20px; margin-bottom: 0px; margin-top: 0px; }
li { padding-left: 5px; margin-bottom: 12pt; }

/* LAYOUT */

body {
	background-color: #318615;
	margin: 0px; padding: 0px;
	background-image: url(img/bodybg.gif);
	background-position: top center;
	background-repeat: repeat-x;
}

#wrapper {
	width: 750px;
	background-image: url(img/contentbg.png);
	margin: auto;
	margin-top: 0px; margin-bottom: 0px;
	min-height: 800px;
}

#chead {
	background-image: url(img/headline.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 230px;
}

#content {
	width: 600px;
	margin: auto;
	padding-bottom: 50px;
}

#footer {
	background-image: url(img/footer.png);
	background-repeat: no-repeat;
	background-position: top;
	min-height: 50px;
	width: 750px;
	margin: auto;
	font-size: 10pt;
	padding-bottom: 20px;
}

#footer * { font-size: 9pt; margin-left: 50px; margin-right: 80px; }

