body {

	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	margin: 0px;

}

#header {

	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;

}

#header ul {

	background: #036;
	color: #FFF;
	height: 30px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;

}

#header ul li {

	background: #036;

	float: left;

}

#header ul li a {

	color: #FFF;
	display: block;
	padding: 7px;
	text-decoration: none;

}

#header ul li a:hover {
	
	text-decoration: underline;
	
}

#header ul li ul {

	display: none;
	
}

#header ul li:hover ul, #header ul li.visible ul{

	border: 1px solid #FFF;
	display: block;
	position: absolute;
	width: auto;

}

#header h2 {

	background: #FFF url(../images/header_bg.jpg) top left no-repeat;
	clear: both;
	height: 120px;
	margin: 1px 0px;
	text-indent: -2000px;

}

#content {

	background: #FFF url(../images/content_bg.gif) repeat-x;
	height: 50px;
	margin: 152px 0px;
	
}

#bodyText {

	background: #FFF;
	display: inline;
	float: left;
	margin: 30px 20px;
	padding: 5px;
	width: 500px;

}

#bodyText h1 {

	color: #F66F37;

	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 26px;
	font-weight: normal;
	margin: 0px;

}

#content ul#subNav {

	float: left;
	list-style: none;
	margin: 20px 0px;
	padding: 10px 0px 0px;
	width: 200px;
		
}

#content ul#subNav li {

	background: #F66F37;
	padding: 5px;

}

#content ul#subNav li a {

	color: #FFF;
	display: block;
	margin: 5px;
	width: 190px;

}

#content ul#subNav li a:hover {

	text-decoration: none;

}

li {

	height: 1em;
	
}

html>body li {

	height: auto;
	
}

#footer {

	background: #DEF;

	clear: both;
	color: #036;
	font-size: 11px;
	height: 50px;
	text-align: center;
	padding: 10px 0px;

}
