html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, fieldset, form, label, legend,
{
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0; 
        font-weight: inherit;
        font-style: inherit;
        font-size: 100%;
        font-family: inherit;
        vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
        outline: 0;
}
body {
        color: black;
		font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
	margin-left: 30px;
	padding-left: 10px;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	margin: 5px;
}
table, tr, td {
	border: 1px solid #3B7B55;
	background-color: #FFFFFF;
}
/*table, tbody, tfoot, thead, tr, th, td {     
				border: 1;
				outline: 1;
				padding: 10 } */
caption, th, td {
        text-align: left;
        font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
        content: "";
}
blockquote, q {
        quotes: "" "";
}
A:link { 	color: #0A3474;
	    	font-weight: bold; }
A:active { 	color: #52971F}
A:visited { color: #154286}
A:hover {	color: #154286;
			text-decoration: none; }

h1 {
	margin: 7px 8px;
	padding: 5px 8px; }
			
h2, h3, h4, h5, h6 {
	margin: 9px 8px 1px;
	padding: 5px 8px 1px; }
			
h1, h2, h3, h4, h5, h6 {
	font-weight: bold; }
			
h1 {		font-size: 2em;	}
h2 {
	font-size: 1.8em;
	color: #0A3474;
}
h3 {
	font-size: 1.5em;
	color: #52971F;
}
h4 {
	font-size: 1.3em;
	color: #B24F0A;
}
h5 {
	font-size: 1.2em;
	color: #D11C10;
}
h6 {		font-size: 1em;	}
P {
	font-size: 0.85em;
	line-height: 135%;
	margin-top: 3px;
	margin-right: 8px;
	margin-bottom: 6px;
	margin-left: 8px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border: 4px solid white;
	padding: 0px;
 }
#headspace {
	overflow: visible;
	position: relative;
	visibility: visible;
	height: 90px;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 15px 5px 5px 150px;
	width: 788px;
	vertical-align: text-bottom;
	background-repeat: no-repeat;
}
#leftspace {
	overflow: visible;
	position: static;
	visibility: visible;
	left: 0px;
	top: 130px;
	margin: 5px 0px;
	padding: 0px;
	width: 145px;
	float: left;
}
#centerspace {
	overflow: visible;
	position: static;
	visibility: visible;
	top: 130px;
	margin: 0px;
	padding: 0px;
	width: 502px;
	float: left;
}
#rightspace {
	overflow: visible;
	position: static;
	visibility: visible;
	top: 130px;
	margin: 5px 0px;
	padding: 0px;
	width: 145px;
	float: left;
}
#footspace {
	overflow: visible;
	position: relative;
	visibility: visible;
	height: 40px;
	margin: 0px 5px 0px 0px;
	padding: 5px;
	width: 788px;
	clear: both;
	float: none;
}
.b {	font-weight: bold;	}
.em {	font-style: italic;	}
.red { 		color: #CC0000; }
.center {	text-align: center;	 }
.spacey {
	line-height: 145%;
}
.xtraspacey {
	line-height: 180%;
}
.picright {
	padding: 0px 0px 0px 10px;
	float: right;
	margin: 0px;
}
.picleft {	padding: 5px 5px 5px 0px;
			float: left;}
.close {
	padding: 2px;
	margin: 2px;
}
li {
	font-size: 0.85em;
	line-height: 125%;
	list-style-position: outside;
	list-style-type: disc;
}
label {
	font-size: .9em;
	display: block;
	margin: 2px 2px 0px 20px;
	padding: 2px 2px 0px;
}
input {
	font-size: 0.9em;
	margin: 0px 2px 2px 50px;
	padding: 0px 2px 2px;
	}
select {
	font-size: 0.9em;
	margin: 2px 2px 2px 50px;
	padding: 2px;
	}
textarea {
	font-size: 0.9em;
	margin: 2px 2px 2px 50px;
	padding: 2px;
	}
legend {	font-size: 1.1em;
			margin: 0px 0px 3px 3px;	}
