body {
	margin:0; 
	padding:0; 
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	vertical-align:top;
}

h1 {
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#660000;
}

#searchForm input {
	font-size: 9px; 
	width: 90px; 
	color: #3E6A7E;
}

#searchForm span{
	font-weight:bold; 
	color:#006E51;
}

/*********main table**************/
#table842{
	text-align:left;
	width:842px;
	margin:13px auto; /*centers the main part of the page. 13px top and bottom, left and right equal */
	background-image:url(../images/table817_top_shade.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#table842 a:link{
	color:#006E51;
	text-decoration:none;
}

#table842 a:visited{
	color:#006E51;
	text-decoration:none;
}

#table842 a:hover{
	color:#006E51;
	text-decoration:underline;
}

#table842td{
	padding-left:20px;
	margin:0;
	background-image:url(../images/table817_side_shade.jpg);
	background-position:top;
	background-repeat:repeat-y;
}

#table842_content{
	width:801px;
	padding:0;
	margin:0;
}

/*********end main table**************/

#topNav{
	padding: 9px 0 0 8px; 
	line-height:33px;
}

#topNav a:link{
	color:#FFFFFF;
	text-decoration:none;
}

#topNav a:visited{
	color:#FFFFFF;
	text-decoration:none;
}

#topNav a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

#secondLevelNav{
	background-image:url(../images/2nd_level_nav_bg_green.jpg);
	background-position:left;
	background-repeat:repeat-x;
	line-height:30px;
	color:#FFFFFF;
	text-align:right;
	padding-left:250px;
	border-bottom:8px solid #000000;
}

#secondLevelNav a:link{
	color:#FFFFFF;
	text-decoration:none;
	padding:0 8px 0 7px;
}

#secondLevelNav a:visited{
	color:#FFFFFF;
	text-decoration:none;
	padding:0 8px 0 7px;
}

#secondLevelNav a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

#homeImageBox{
	float:right; 
	width:240px; 
	margin-left:25px;
}

#homeHeader{
	color:#006E51;
	font-size:20px;
}

#homeHeader2{
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}

#homeHeader3{
	color:#063629;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#homeHeader4{
	color:#006E51;
	font-size:18px;
	margin:15px 0 10px 0;
}

/*#homeHeader3 ul{
	width:400px;
}

#homeHeader3 ul li{
	float:left;
	list-style:disc;
	margin-right:23px;
}
*/

#homeGreyBox{
	width:715px;
	background-color:#E9E5E4;
	background-image:url(../images/home_grey_box_gradient.jpg);
	background-position:top; 
	background-repeat:repeat-x;
}

#homeGreyBox a:link{
	color:#15346C;
	text-decoration:none;
}

#homeGreyBox a:visited{
	color:#15346C;
	text-decoration:none;
}

#homeGreyBox a:hover{
	color:#15346C;
	text-decoration:none;
}

.home_grey_left_side{
	width:2px;
	background-image:url(../images/home_grey_box_left.jpg);
	background-position:top;
	background-repeat:repeat-y;
}

.home_grey_right_side{
	width:7px;
	background-image:url(../images/home_grey_box_right.jpg);
	background-position:top;
	background-repeat:repeat-y;
}

.home_grey_50{
	width:48%;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	padding-right:10px;
}

.home_grey_25_border{
	width:26%;
	border-left:1px solid #999999;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	padding:0 5px 0 10px;
}

.home_grey_25_border img{
	margin:5px 0 5px 0;
}

#rightContent{
	padding:0 15px 25px 20px;
}

#breadcrumbs{
	color:#737373;
	font-size:90%;
}

#breadcrumbs a:link{
	color:#737373;
	text-decoration:none;
}

#breadcrumbs a:visited{
	color:#737373;
	text-decoration:none;
}

#breadcrumbs a:hover{
	color:#737373;
	text-decoration:underline;
}

#copyright{
	background-image:url(../images/bottom.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:842px;
	height:83px;
	margin:0 auto; /*centers the main part of the page. 13px top and bottom, left and right equal */
	margin-top:-16px; /*negative pulls div up tight with table*/
	color:#FFFFFF;
	font-size:80%;
	padding-top:15px;
	padding-bottom:30px;
}

#copyright div{
}

#copyright a{
	color:#FFFFFF;
	text-decoration:none;
}

#copyright a:hover{
	text-decoration:underline;
}

#requiredForm span {
	color: #ff0000;
}

#requiredForm table tr td input{
	width:285px;
}

#requiredForm .button{
	width:70px;
}