* {
	margin: 0;
	padding: 0;
}

html, body {
	 min-height:100%; margin-bottom:1px;
}

body {
	color: #000;
	font-size: 84%;
	background-color: #409D28;
   margin-top: 10px;
	font-family: arial, helvetica, sans-serif;
}

#container {
	width: 740px;
	/* border: 2px solid #fff; */
	position: relative;
	margin-left: auto;
	margin-right: auto; 
	text-align: left;
	overflow: auto; 
	height: 100%;
	background-color: #fff;
}

#header {
	background: #fff no-repeat url(images/header-bkg.jpg);
	position: relative;
	height: 217px;
}

#header img {
	padding: 10px 0 0 14px;
}

a:link, a:visited {
	color: #591B69;
	text-decoration: underline;
}

a:hover {
	color: #591B69;
	text-decoration: underline;
}

#content {
	background-color: #fff;
	padding: 30px 20px 20px 20px;
	min-height:350px;
   height:auto !important;
   height:350px;
	width: 480px;
}

#content p {
	font-family: arial, helvetica, sans-serif;
	line-height: 1.3em;
	margin-top: 2px;
	margin-bottom: 8px;
}

#content h1 {
	font-size: 150%;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 16px;
	color: #409D28;
}

#content h2 {
	font-size: 110%;
	letter-spacing: 1px;
	margin-top: 10px;
	color: #409D28;
}

#content ul {
	padding-top: 2px;
	margin-left: 28px;
}

#content li {
	padding: 2px 0 2px 0;
}

dl { 
	padding: 0 0 10px 0px; 
} 

dt {
	float: left; 
	clear: left; 
	width: 92px; 
	font-weight: bold; 
}
dd { 
	margin: 0 0 0 92px; 
	padding: 0 0 6px 0; 
}

/* definition list in contact form for check box wrapping */
table.form dt {width: 26px;}
table.form dd {margin-left: 26px;}

.highlight {
	color: #409D28;
	font-weight: bold;
}

img.thumbright {
	float: right;
	padding: 8px 0 8px 8px;
}

#copyright {
	font-size: 80%;
	text-align: center;
	margin-top: 10px; 
}

#copyright p {
	margin: 2px 0 0 0;
	padding: 0;
}

#navigation {
	float: right;
	width: 197px;
	text-align: left;
	font-size: 100%;
	padding-top: 64px;
	background: url(images/nav-bkg.jpg) no-repeat;
	height: 319px;
}

#navigation ul {
	list-style-type: none;
	font-weight: bold;
	margin-left: 10px;
}

#navigation a {
	text-decoration: none;
	display: block;
   padding: 6px 0 8px 10px;
	width: 158px;
}

#navigation a:hover {
}

#footer {
	clear: both;
	font-size: .8em;
	padding: 10px 0 10px 20px;	
}

#footer p {
	padding-bottom: 2px;
	text-align: left;
}

/* form */
td.formlabel {	
	font-weight: bold;
	vertical-align: top;
	text-align: right;
	padding-right: 6px;
	color: #409D28;
}

td.formlabelleft {
	font-weight: bold;
	vertical-align: top;
	text-align: left;
	padding-right: 6px;
	color: #409D28;
}

table.form td {
	padding: 6px 4px 4px 0;
	font-size: .9em; 
}

table.form {
 	margin-top: 10px;
}

textbox {
	font-size: .9em;
}

fieldset {
border: none;
}
