/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	background-position:center;
	min-height: 99%;
	/* IE6 hack (not sure why these numbers work!)*/
	height: auto !important;
	height: 67%;
	/*End hack*/
	width:900px;
	margin:auto;
	background-image:  url(images/field.gif);
}

a:link, a:visited, a:hover {
	color: #FF6600;
	text-decoration: none;
	font-weight:bold;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	color: #2B8CB9;
	font-size: 14px;
	padding-bottom: 5px;
}

h2{
	color: #91B13E;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
}

h3{
	color: #6F8D22;
	font-size: 16px;
	font-weight: bold;
}

h4{
 color: #6F8D22;
 font-size: 12px;
 font-weight: bold;
}

h5{
 color: #334D55;
 font-size: 12px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: normal;
	border-width: 1px;
	border-color: #999;
	border-style: solid;
	border-top-width: 0px;
	background: #FFFFFF url(images/bg_lh_900.gif) no-repeat;
	position: absolute;
	width: 900px;
	min-height: 99%;
	/* IE6 hack */
	height: auto !important;
	height: 100%;
	/*End hack*/
}

.topnavbar {
	height: 26px;
	width: 784px;
	position: absolute;
	top: 115px;
	left: 55px;
}

#content{
	position: relative;
	width: 870px;
	padding-left: 15px;
	padding-bottom: 60px;
	margin-top: 150px;
	min-height: 420px;
	/* IE6 hack */
	height: auto !important;
	height: 100%;
	/*End hack*/
}

#footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	position: absolute;
	width: inherit;
	bottom: 10px;
}


.topnav	{
	position:relative;
	font-family: arial, helvetica, sans-serif;
	background-image:     url("images/downtab.gif");
	background-repeat: no-repeat;
	/*white-space: nowrap;*/  /*taken out to suit IE8, doesn't seem to cause any other problem*/
	width: 111px;
	height: 26px;
	float: left; 
}
.topnav a {
	display: block;
	color: #FFFFFF;
	font-size: 11px;
	width: 111px;
	height: 26px;
	float: left;
	text-decoration: none;
	font-weight:normal
			}
.topnav img {width: 111px; height: 26px; border: 0; }
* html a:hover {visibility:visible}
.topnav a:hover img{visibility:hidden}

.topnav span {
	position: relative;
	float: left;
	top: -24px;
	margin: 0px;
	padding: 0px;
	cursor: default;
	width: 111px;
	height: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	cursor: pointer;
	}

.topnav a:hover span {
	top: -17px;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
}

.feature h3{
	padding: 0px 0px 5px;
	text-align: center;
}

.feature img{

	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */

.feature table{
	padding: 0px 0px 0px 0px;
}
/************** Other text styles ***************/

.formsub{
	font-size: 13px;
	font-weight: bold;
	color: #006699;
}

.formleft{
	font-size: 13px;
	font-weight: normal;
	color: #3366CC;
	background-color: #EEEEEE;
}

.formnote{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #3366CC;
}

.formitalic{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #3366CC;
	font-style: italic;
}

.note{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-bottom: 0px;
	font-weight: normal;
}
.italic{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-style: italic;
	font-weight: normal;
}
.italicb{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-style: italic;
	font-weight: bold;
}
.verdana{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	font-weight: normal;
}
.verdanaitalic{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	font-style: italic;
	font-weight: normal;
}
/***********************************************/
/* Anti-Spambot Div                                */
/* Puts in a hidden field that only spambots will fill in    */
/***********************************************/
.antibotfield {
	display: none
}

		
