<STYLE TYPE="text/css">

* {
   padding:0px;
   margin:0px;
   	
}

body
{
	margin: 0px
	padding: 0px
	font-size: 1.0em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000000;
	background-color: #FFFFFF;

}

a:link
{
	color:#006600;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
		
}

<!-- take out until IE 7 stops messing it up 
<!--a:active
<!--{
<!--	color: #FFFF66;
<!--	text-decoration: none;
<!--	font-weight: bold;
		
<!--}
-->
a:visited
{
	color: #669933;
	text-decoration: none;
	font-weight: bold;
}


form
{
	border-top: solid 1px #666666;
	font-size: .8em;
	margin: 30px 0 0 0;
	padding: 20px 0 0 0;
}


hr 
{
	width:100%;
	height:2px; 
	text-align: left;/*this will align it for IE*/
	margin: 0px auto 0px 0px; /*this will align it left for Mozilla*/
}

input
{
	background-color: #f9f9f9;
	border: solid 1px #ABDCA3;
	color: black;
	display: block;
	width: 200px;
	margin: 0 0 15px 0;
}


textarea
{
	background-color: #f9f9f9;
	border: solid 1px #ABDCA3;
	color: black;
	display: block;
	height: 75px;
	margin: 0;
	width: 300px;
}

#formbutton
{
	background-color: #ABDCA3; 
	color: black;
	border: solid 1px #ABDCA3;
	margin: 10px 0 0 0;
	padding: 0;
	width: 60px;
}

#container
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: left;
}

#header
{
	height: 78px;
	width: 90%;
	margin-bottom: 0px;
	padding: 0px;
	background-position: 0px 0px;
	position: relative;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FF9900;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
	border-left-color: #FF9900;
}
#leftandright
{
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	width: 90%;	
}

#leftmenu
{
	float: none;
	width: 0px;
	margin: 0px;
	margin-top: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-image: none;
	background-position: center bottom;
	display: none;
}

#leftmenu a:link
{
	color:#006600;
	text-decoration: none;
	font-weight: bold;
	display: none;
}

#leftmenu a:hover
{
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
	display: none;
		
}

<!-- take out until IE 7 stops messing it up
<!--#leftmenu a:active
<!--{
<!--	color: #FFCC33;
<!--	text-decoration: none;
<!--	font-weight: bold;
<!--    display: none;
<!--}
-->
#leftmenu a:visited
{
	color: #669933;
	text-decoration: none;
	font-weight: bold;
	display: none;
}



#leftmenu ul

{
	list-style-type: disc;
	color: #FF6600;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 0px;
	display: none;
}

#leftmenu hr 
{
	width: 0px;
	height: 2px;
	border: 0px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FF6600;
	color: #FF6600;
	display: none;
}

#contents {
	width: 90%;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#contents p {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	width: 90%;
}


#contents ul

{
	color: #FF6600;
	margin-top: 0px;

}

#contents li {
	margin-top: 5px;
	margin-bottom: 5px;
}

#contents span {
	color: #000000;
}

#contents h1 {
	margin-top: 15px;
	margin-bottom: 10px;
	font: 20px Verdana, Arial, sans;
	font-weight: bold
}

#contents h2 {
	margin-top: 15px;
	margin-bottom: 5px;
	font: 16px Verdana, Arial, sans;
	font-weight: bold
}




#contents table {
	text-align: left;
	vertical-align: top;
}


tr.d0 td {
	background-color: #FFCC99; 
}
tr.d1 td {
	background-color: #FFFFFF; 
}


#bigiconboxes
{
	width: 540px;
	color: #FFFFFF;
	text-align: center;
	padding: 10px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	height: 220px;
	
}



#bigiconbox
{
	width: 110px;
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
	font-size: 12px;
	margin: 5px;
	padding: 5px;
	float: left;
}


#textbox
{
	width:540px;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	
}


#footer
{
	width: 90%;
	color: #003333;
	text-align: right;
	font-size: .9 em%;
	font-size: 10px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
		
}


/*FEED*/
rss
{
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 15px;
}
title
{
	color: #FF6600;
	display: block;
	font-weight: 800;
	font-size: 1.3em;
	/*padding-top: 5px;*/
}
item title
{
	background-color: white;
	color: #397329;
	display: block;
	font-size: 1.0em;
	font-weight: 800;
}
description
{
	display: block;
}
guid
{
	display: block;
	border-bottom: solid 1px #397329;
	font-size: 0.8em;
	padding-bottom: 30px;
}
item
{
	margin: 2px;
}

</style>


