*
{
	padding: 0px;
	margin: 0px;
}
ul
{
	padding-left: 5px;
}
li{
	margin-left: 30px;
}

html, body
{
	font-family: Arial, Helvetica, sans-serif;
    background-color: #fefefe;
    color: #333;
	font-size: 12px;

}
html, body, #wrapper {
    min-height: 100%;
    width: 100%;
    height: 100%;
}
html>body #wrapper {
    height: auto;
}
#wrapper
{
    position: absolute;
    top: 0;
    left: 0;
}
#main
{
    height: auto;
    padding-bottom: 3em;
    width: 100%;
    margin: 0 auto;
}
#footer
{
    position: absolute;
    bottom: 0;
    width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: black;
	color: white;
	font-size: 10px;
	text-align: center;
}
div#footer A, div#footer A:visited
{
	color: #FFFFFF;
	font-weight: bolder;
}
div#header
{
	background: url(images/header_bk.jpg) top center repeat-x;
	float: left;
	width: 100%;
	text-align: center;
}
div#header_left
{
	float: left;
	width: 216px;
}
div#header_middle
{
	width: auto;
	height: 194px;
	float: left;
	margin-left: auto;
	margin-right: auto;
	background-color: #006633;
	text-align: center;
}
div#header_right
{
	float: right;
	width: 216px;
}
div#outer_content
{
	background: url(images/content_bk.jpg) top repeat-x;
	width: 100%;
	float: left;
	margin-bottom: 25px;
}
div#content
{
	display: block;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	text-align: left;
	min-height: 200px;
}
a, a:visited
{
	color: #0E7584;
	font-weight:bold;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h1
{
	margin: 15px 0px 15px 0px;
	color: #0E7584;
	font-size: 18px;
	font-weight: normal;
}

h2
{
	margin: 12px 0px 12px 0px;
	color: #0E7584;
	font-size: 16px;
	font-weight: normal;
}

h3
{
	margin: 10px 0px 10px 0px;
	color: #0E7584;
	font-size: 14px;
	font-weight: normal;
}
.standard_form
{
	clear: both;
	margin: 30px 50px 0px 100px;
	border: 1px solid #0393A8;
	background-color: #f8f8f8;
	padding: 25px;
	margin-bottom: 10px;
}
.standard_form td
{
	padding-top: 10px;
}
tr.title td, td.title
{
	font-weight: bolder;
}






div#nav
{
	width: 100%;
	height: 34px;
	background: url(images/nav_bk.jpg);
	float: left;
	margin-top: -4px;
	text-align: center;
}

div#sub_nav
{
	width: 100%;
	height: 30px;
	background-color: #4AC3D4;
	float: left;
	margin-top: -4px;
	text-align: center;
}

div#nav_inner
{
	display: block;
	width: 779px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

div#sub_nav_inner
{
	display: block;
	width: 779px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
div#nav A, div#nav A:visited
{
	display: block;
	float: left;
	padding-top: 8px;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	height: 26px;
}

div#sub_nav A, div#sub_nav A:visited
{
	color: white;
	display: block;
	float: left;
	padding: 6px 15px 0px 15px;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	height: 20px;
}

div#sub_nav A:hover
{
	background-color: white;
	border-bottom: 1px solid #4AC3D4;
	color: #4AC3D4;
	border-bottom-style: inset;
	height: 23px;
}

div#nav A:hover
{
	background-color: #4AC3D4;
}


/* menu drop downs */
.horizontalcssmenu ul{
	list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
	position: relative;
	display: inline;
	float: left;
	margin-left: 0px;
}

/*Top level menu link items style*/
.horizontalcssmenu ul li a, .horizontalcssmenu ul li a:visited
{
	display: block;
	height: 26px;
	text-align: center;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
	width: 80px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight:normal;
}
.horizontalcssmenu ul li a.wide
{
	width: 140px;
}
/*Sub level menu*/
.horizontalcssmenu ul li ul{
	left: 0;
	top: 0;
	border-top: 0px solid #202020;
	padding-top: 2px;
	padding-left:0px;
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 100;
	width: 200px;
	color: #333333;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a, .horizontalcssmenu ul li ul li a:visited{
	width: 160px; /*width of sub menu levels*/
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #CAE3E7;
	border-top: 1px solid #FFFFFF;
	border-left: 0px;
	text-align: left;
	padding: 2px 10px 2px 10px;
	color: #0E7584;
	height: 15px;
}

.horizontalcssmenu ul li a:hover{

}

.horizontalcssmenu ul li ul li a:hover{
background: #6892CC;
color: #FFFFFF;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */
