html, body {
	margin:0px;
	padding:0px;
	height:100%; /* this is the key! */
	width:100%;
}
body {
	overflow: -moz-scrollbars-vertical;
	/*font-family:times,courier;*/
	font-family: 'Palatino Linotype','Book Antiqua',Palatino,serif;
	font-size:11px;
	background:#fff;
}
a:link, a:visited{color:#2e6241;}
a:hover,a:active{color:#2e6241;}
h1 {
	/*font-size:1.8em;*/
	font-size: 21px;
	font-weight: normal;
	color:#000;
}

h2 {
	margin:0;
	padding:.5em 0;
	font-size:1.7em;
	font-style:italic;
	color:#2e6241;
}

h3 {
	margin:0;
	padding:.3em 0;
	font-weight:bold;
	font-size: 1.2em;
	line-height:1.5em;
	color: #000;
}

h4 {
	margin:0;
	padding:0;
	font-size:14px;
	font-weight: normal;
	font-style:italic;
	color: #2e6241;
}

td {vertical-align:top;padding:0;margin:0;}
textarea {font-family:times,courier;font-size:1em;
}

/* Page Layout divs */

#container {
	padding:0px;
	margin:0px;
	width:950px;
	min-height:99.7%; /* works only if parent container is assigned a height value */
	border:0 none;
	margin:auto;
	text-align:left;
}
#header {height:218px;}
#header img {border:0;}





#content{padding:10px 50px 10px 50px; min-height:300px; font-size: 12px; line-height: 1.3em;}
#footer{text-align:left;}
#footer a {	color: #dcdcdc;}
.required{color:#f00;}


