body
{
	text-align: center;
	font-family: Calibri;
}
a
{
	text-decoration: none;
	color: #000;
}
.clearRight,
.clearLeft,
.clearBoth
{
	overflow: hidden;
	width: 100%;
}
.clearRight
{
	clear: right;
}
.clearLeft
{
	clear: left;
}
.clearBoth
{
	clear: both;
}
a:hover
{
	text-decoration: underline;
}
#bg
{
	background: #95A1AD url(/Images/bg.jpg) no-repeat 0px 0px;
	margin: 0 auto;
	width: 800px;
	padding: 50px 50px 0px 50px;
}
#wrap
{
	background-color: #E7ECEF;
	width: 800px;
	text-align: left;
	overflow: hidden;
	clear: both;
	/*
	top: 50px;
	*/
}
.float-l
{
	float: left;
}
.float-r
{
	float: right;
}
.left
{
	width: 233px;
	bottom: 0;
	position: relative;
	height: 820px;
}
.right
{
	width: 567px;
	min-height: 820px;
	background: #FFFFFF;
}
#logo
{
	background: url(/Images/hdr.jpg);
	height: 210px;
}
#logo h1
{
	font-size: 34px;
	color: #223802;
}
ul#nav
{
	background: url(/Images/hdl.jpg);
	height: 176px;
	padding: 50px 50px 0 50px;
}
ul#nav li
{
	line-height: 1.9em;
	border-bottom: #fff 1px solid;
}
ul#nav li a
{
	color: #FFFFFF;
}
#menu h2
{
	font-size: 24px;
	padding: 30px 0 0 40px;
}
#menu ul
{
	padding: 10px 10px 0 50px;
}
#menu li
{
	line-height: 1.9em;
	border-bottom: #88bcbc 1px solid;
	list-style: inside disc;
	color: #336666;
}
#menu li a
{
	color: #336666;
}
#main
{
	/*height: 100%;*/
}
#main h2
{
	font-size: 30px;
	/*color: #669900;*/
	color: #485e75;
	padding-left: 5px;
}
#main .content
{
	/*height: 520px;*/
	padding: 5px;
}
#main .content img.utilityDisaster
{
	float: right;
}
div.clearBoth
{
	clear: both;
	#display: inline;
}
/* footer */
#footer
{
	clear: both;
	color: #FFFFFF;
	overflow: hidden;
	width: 100%;
	padding: 0px 0px 5px 0px;
	/*
	left: 20px;
	position: relative;
	top: 0px;
	*/
}
#footer a
{
	color: #FFFFFF;
}
#footer #copyright
{
	margin-top: 6px;
	float: left;
}
#footer .footerMenu
{
	float: right;
}
#xhtml
{
	position: absolute;
	left: 550px;
}