/*

GLOBAL WHITE SPACE RESET from http://leftjustified.net/journal/2004/10/19/global-ws-reset/ :

To fix drop-down selects in Firefox: select { min-width: 1.5em; }

*/

* {
	padding: 0;
	margin: 0;
	}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin: 1em; }
/* h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin: 1em 5%; } */
li, dd { margin-left: 5%; }
fieldset { padding: .5em; }

/* End global white space reset. */


body {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background-color: white;
	}

li, dd {
	margin-left: 50px;
	font-size: 12px;
	}

h1 {
	margin: 10px 10px 15px 10px;
	padding: 0px;
	font-size: 26px;
	line-height: 26px;
	font-weight: 900;
	color: #54a50b;
	}

h2 {
	margin: 25px 10px 15px 20px;
	padding: 0px;
	font-size: 18px;
	line-height: 18px;
	font-weight: 900;
	color: #54a50b;
	}

h3 {
	margin: 20px 10px 10px 30px;
	padding: 0px;
	font-size: 14px;
	line-height: 14px;
	font-weight: 900;
	}

#footer {
	position: relative;
	margin: 10px 25px 16px 25px;
	padding: 2px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	}

a {
	color: #54a50b;
	}

a:visited {
	color: #6e8b55;
	}

a:hover {
	color: #333;
	}

#header_text {
	position: absolute;
	top: 10px;
	left: 110px;
	line-height: 35px;
	font-size: 30px;
	font-weight: bold;
	color: #364d21;
	}

#header_subtext {
	position: absolute;
	top: 50px;
	left: 150px;
	line-height: 24px;
	font-size: 20px;
	font-weight: bold;
	color: #444;
	}

p {
	font-size: 12px;
	margin: 10px 25px 16px 25px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}

p.navbuttons a {
	margin: -15px 0px -16px -30px;
	font-size: 18px;
	font-weight: bold;
	color: #364d21;
	text-decoration: none;
	background-color: #6e8b55;
	display: block;
	padding: 3px 0px 3px 12px;
	width: 160px;
}

p.navbuttons a:hover, p.navbuttons a:active {
	background-color: #333;
	color: #ccc;
}


