.header_table {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-style: none;
	border-bottom-style: none;
	background-color: #FFFFFF;
}
a:link {
	color: #0F7546;
	text-decoration:underline;
}

#content div#highlight {
	background: #F4FFE1;
	border: 1px solid #0F7546;
	padding: 10px;
	margin-bottom: 20px;
}


a.standout {
	font-family: Arial;
	color: Navy;
}

a.standout:visited {
	font-family: Arial;
	color: Navy;
}

a.standout:hover {
	font-family: Arial;
	color: Black;
}

a:visited {
	color: #0F7546;
	text-decoration:underline;
}
a:hover {
	color: #0F7546;
	text-decoration:underline;
}
a.nounderline {
	color: #157445;
	text-decoration: none;
}
body {
	margin: 0px 0px 0px 0px;
	color: #1e2120;
	background-image: url(../images/bkgr_tile.jpg);

}

.footer_table {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
	vertical-align: text-top;
	text-align: left;
}
.footer_table td {
	text-align: right;
	vertical-align: top;
	font-family: Arial;
	font-size: 9px;
	color: #107948;
}
p {
	font-family: Verdana;
	font-size: 12px;
	color: #1e2120;
}

.form-style {
	font-family: Helvetica;
	font-size: 10px;
	}


select {
	font-family: Arial;
}
input.search {
	color: #00703C;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	background-color: white;
	border: 1px dotted Gray;
}

input.greg {
	color: #00703C;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	background-color: white;
	border: 1px dotted Gray;
}
td.content{
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
}


img {
	border: 0;
}

td {

font-family: Verdana,Tahoma, Arial, Helvetica, sans-serif;
 font-size:9pt;
   }
 


h1 {
	font-family: Helvetica, Arial, Verdana;
	font-size: 19px;
	font-style: normal;
	font-weight:100;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
	white-space: nowrap;
	text-align : left;
	padding-bottom:1px;
	padding-top:17px;
}

h2 {
	font-family: Helvetica;
	font-size: 14px;
	font-style: normal;
	line-height:18px;
	font-weight:normal;
	font-variant: normal;
	color: #003300;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B4D670;
	white-space: nowrap;
	text-align : left;
	background-image: none;
	background-repeat: repeat-x;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-top:17px;
}

h3 {
	font-family: Helvetica;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight:400;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	white-space: nowrap;
	text-align : left;
	padding-top:17px;
}

h4 {
	font-family: Helvetica;
	font-size: 14px;
	font-style: italic;
	line-height: 22px;
	font-weight: bold;
	font-variant: normal;
	color: #004400;
	text-decoration: underline;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	white-space: nowrap;
	text-align : justify;
	border-bottom-width : 0px;
	padding-left : 5%;
	padding-top:17px;
}
.subhead {
	font-family: Helvetica;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	white-space: nowrap;
	text-align : left;
	margin-top: 15px;
}

.header_table a {
	font-size: 10px;
}
/*---------------------------*/
/* 2008 additionas*/
.required {
	font-weight: bold;
	color: #FF0000;
}
td.error {
	background: #FFDDDD;
	font-style : normal;
}
div#error {
	border: 1px solid #FF0000;
	text-align: center;
	padding: 10px 50px;
	background: #FFDDDD;
}
div#sucess {
	border: 1px solid #00FF00;
	text-align: center;
	padding: 10px 50px;
	background: #DDFFDD;
}

.small {
	font-size: 10px;
}



.smallitalicgrey {
	font-size: 10px;
	font-style: italic;
	color: #666666;
}

#tb-styled td {
	border-bottom: 1px dotted #999999;
	padding: 8px 8px 2px 4px;
}
#tb-styled-spaced td, .tb-styled-spaced td {
	padding: 8px 8px 2px 4px;
}
#tb-styled td.noline {
	border-width: 0px;
	border-style: none;
}

#tb-styled td.h1 {
	background: #FFFFFF url(../images/08/tb-style_tdh1_bg.jpg) repeat-x center bottom;
	border-top: 20px solid #FFFFFF;
	color: #000000;
	font-size: 14px;
	border-bottom: 2px solid #999999;
	font-weight: bold;
}
#tb-styled td.h2 {
	font-weight: bold;
	border-top: 5px solid #FFFFFF;
	border-bottom: 2px solid #B4D670;
}
#tb-styled td.h3 {
	background: #E5E5E5;
	padding: 4px 2px 2px 4px;
	font-style: italic;
}
#tb-styled td.h4 {
	background: #FFFFFF url(../images/08/tb-style_tdh2_bg.jpg) repeat-x center bottom;
	border-top: 5px solid #FFFFFF;
	color: #000000;
	font-size: 14px;
	border-bottom: 2px solid #999999;
	font-weight: bold;
	text-decoration: none;	
}
#tb-styled td.h4 {
	background: #FFFFFF url(../images/08/tb-style_tdh2_bg.jpg) repeat-x center bottom;
	border-top: 2px solid #999999;
	color: #000000;
	font-size: 14px;
	border-bottom: 2px solid #999999;
	font-weight: bold;
	text-decoration: none;
	text-align : center;
}
form {
	margin: 0px;
	padding: 0px;
}
#promo-float {
	width: 270px;
	border: 1px solid #000000;
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
	background: #F0F9FE url(../images/bg_promofloat.jpg) repeat-x left top;
	padding: 15px;
	text-align: center;
}

form{
padding: 0px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
}

div.st1{
	color: #000000;
   font-weight: Normal;
   font-family: Arial;
   line-height: 17px;
   font-size: 12px

}

label{
float: left;
width: 100px;
}

input, textarea{
margin-bottom: 5px;
}


#submitbutton{
margin-top: 5px;
margin-bottom: 5px;
width: 70px;
}
/*---------------------------*/
/* 2010 headings*/
.navbar {
	font: 9px Verdana, Geneva, sans-serif;
	text-indent: 5px;
	text-align: left;
	background: #FFF;
	border-bottom: 1px solid #CCC;
}
.menu_nav {
	font: 9px Verdana, Geneva, sans-serif;
	text-transform: capitalize;
	color: #CCC;
	background: #333;
	text-align: right;
	padding-right: 5px;
	text-indent: 5px;
}
.menu_header {
	font: 10px Verdana, Geneva, sans-serif;
	text-indent: 5px;
	background: #FFF;
}
.menu_nav a:link {
	color: #FFF;
	text-decoration: none;
}
.menu_nav a:visited {
	text-decoration: none;
	color: #FFF;
}
.menu_nav a:hover {
	text-decoration: none;
	color: #FFF;
}
.menu_nav a:active {
	text-decoration: none;
	color: #FFF;
}

.navbar a:link {
	color: #000;
	text-decoration: none;
}
.navbar a:visited {
	text-decoration: none;
	color: #000;
}
.navbar a:hover {
	text-decoration: none;
	color: #000;
}
.navbar a:active {
	text-decoration: none;
	color: #000;
}

.footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font:Verdana, Geneva, sans-serif; font-size:9px;
}