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, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
/* remember to define focus styles! */
body {
	color: white;
	background: #477431;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:link {
	color: #003300;
}
a.white:link {
	color: #FFFFFF;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}

#logo {
	z-index: 2;
	position: absolute;
	background-image: url(images/topnavBG.gif);
	background-repeat: repeat-x;
	background-position: left;
	height: 169px;
	width: 272px;
	left: 0px;
	top: 0px;
	/*border: thin solid #990000;*/
}

#logoHome {
	z-index: 2;
	position: absolute;
	background-image: url(images/topnavBG.gif);
	background-repeat: repeat-x;
	background-position: left;
	height: 169px;
	left: 0px;
	top: 0px;
	/*border: thin solid #990000;*/
}

#head {
	z-index: 1;
	position: absolute;
	display: table;
	background-image: url(images/topnavBG.gif);
	background-repeat: repeat-x;
	background-position: left;
	height: 169px;
	width: 100%;
	left: 0px;
	top: 0px;
	color: #003300;
	text-align: left;
	/*border: thin solid #990000;
	padding-left: 10px;*/
}

#headHome {
	z-index: 1;
	background-image: url(images/topnavBG.gif);
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
	height: 230px;
	left: 0px;
	top: 0px;
	color: #003300;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#leftnav {
	z-index: 3;
	position: absolute;
	background-image: url(images/leftnavBG.gif);
	background-repeat: repeat-y;
	height: 200%;
	width: 222px;
	left: 0px;
	top: 169px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	/*border: thin solid #990000;*/
}
#body {
	background-color: #477431;
	background-image: url(images/greenBG.gif);
	background-repeat: repeat;
	z-index: 4;
	position: absolute;
	left: 272px;
	top: 169px;
	height: 100%;
	width: 600px;
	/*border: thin solid #990000;*/
	padding: 10px;
}
#widebody {
	background-color: #477431;
	background-image: url(images/greenBG.gif);
	background-repeat: repeat;
	z-index: 4;
	position: absolute;
	left: 272px;
	top: 169px;
	height: 100%;
	/*border: thin solid #990000;*/
	padding: 10px;
}
.headtext {
	font-weight: bold;
	color: #003300;
	/*display: inline-block;*/ 
	display: table-cell;
	vertical-align: bottom;
	padding-bottom: 40px;
	line-height: 150%;
	padding-left: 282px;
}
.headtextHome {
	font-weight: bold;
	color: #FFFFFF;
	line-height: 120%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
}
#content {
	position: absolute;
	background-color: #def1ff;
	width: 841px;
	height: 500px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	left: 0;
	right: 0;
}
#contentA {
	position: absolute;
	background-color: #6b8f59;
	padding: 10px;
	margin: 10px;
	width: 250px;
	height: 470px;
	left: 0px;
	top: 0px;
	-moz-box-shadow: 3px 3px 4px #666666;
    -webkit-box-shadow: 3px 3px 4px #666666;
    box-shadow: 3px 3px 4px #666666;
	}
#contentB {
	position: absolute;
	background-color: #b2cba5;
	width: 250px;
	height: 470px;
	padding: 10px;
	margin: 10px;
	left: 280px;
	top: 0px;
	-moz-box-shadow: 3px 3px 4px #666666;
	-webkit-box-shadow: 3px 3px 4px #666666;
	box-shadow: 3px 3px 4px #666666;
	color: #143205;
}
#contentC {
	position: absolute;
	background-color: #6b8f59;
	width: 250px;
	height: 470px;
	padding: 10px;
	margin: 10px;
	left: 560px;
	top: 0px;
	-moz-box-shadow: 3px 3px 4px #666666;
	-webkit-box-shadow: 3px 3px 4px #666666;
	box-shadow: 3px 3px 4px #666666;
	color: #FFFFFF;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 12px;
}
.orange {
	color: #FF3300;
}
.smaller {
	font-size: 70%;
}
.picleft {
	float: left;
	padding-right: 15px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
				
.picright {
	float: right;
	padding-left: 15px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
				
.shadow { 	
	float: right;
	margin-left: 15px;
	margin-right: 15px;
	-moz-box-shadow: 3px 3px 4px #193e06;
	-webkit-box-shadow: 3px 3px 4px #193e06;
	box-shadow: 3px 3px 4px #193e06;
				}