body {
	margin:0;
	padding:0;
	background-color:#F0F9E2;
	background-image:url(images/home_header_bg.jpg);
}

td {font-family:baskerville; color:#305C31; font-size:12pt; line-height: 15pt}
.small {font-family:verdana; font-size:9pt; line-height: 12pt}
.pagehead {color:#005700; font-size:12pt; font-family:georgia; font-weight:bold}
.pageheader {color:#005700; font-size:12pt; font-family:georgia; font-weight:bold}
.formheader {color:#005700; font-size:12pt; font-family:georgia; font-weight:bold}
.formtitle {color:#005700; font-size:8pt; font-family:verdana; font-weight:bold}
.smallbold {color:#005700; font-size:9pt; font-family:georgia; font-weight:bold}
.small {color:#005700; font-size:9pt; font-family:georgia;}

A:link {color: blue; font-size:9pt; font-family:georgia; text-decoration: none}
A:visited {color: blue; font-size:9pt; font-family:georgia; text-decoration: none}
A:hover {color: green; font-size:9pt; font-family:georgia; text-decoration: underline }
A:active{color: green; font-size:9pt; font-family:georgia; text-decoration: none}

#container {
	text-align:center; /* centers pageframe div in ie6 - does not break other browsers */
	margin-top:5px;
	margin-bottom:5px;
	margin-left: 20px;
}

#pageframe {
	position: relative; /* dom */
	width:750px;
	height: 600; /* dom*/
	padding:0px;
	padding-bottom:0px;
	padding-top:0px;
	border:1px solid #000000;
	margin:0 auto 0 auto;
	text-align:left; /* added because of ie6 hack on #container to center pageframe */
	background-color:#fff;
}