body,div,h1,li,ul
{
	margin: 0;
	padding: 0;
}
body
{
	background-color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: black;
}
a
{
	color: black;
	text-decoration: none;
}
a:hover
{
	color: #fbac32;
}
a.selected, .orange
{
	color: #fbac32;
	font-weight: bold;
}
#container
{
	width: 760px;
	margin: 0 auto;
	position: relative;
	top: 25px;
}
#header
{
	height: 256px;
	background-color: white;
}
#flash
{
	display: inline;
	height: 256px;
	width: 503px;
}
#title1
{
	text-align: right;
	background-color: #fbac32;
	padding: 4px 8px;
	border-bottom: 1px solid white;
	color: white;
}
#title2
{
	text-align: right;
	background-color: #3b5569;
	padding: 4px 8px;
	border-bottom: 3px solid white;
	color: white;
}
#content
{
	border-top: 1px solid white;
}
#leftCol
{
	width: 256px;
	border-right: 3px solid white;
	/*height: 260px;*/
}
#lNav
{
	padding: 13px 13px;
}
* html #lNav { padding: 23px 13px 23px 13px; }
#lNav ul
{
	list-style: none;
	margin-left: 12px;
}
li
{
	padding-bottom: 3px;
}
#rightCol
{
	width: 500px;
	padding-left: 1px;
}
#flash
{
	text-align: right;
}
#rcCont
{
	padding: 14px;
}
#homeFloat
{
	position: absolute;
	top: 439px;
	left: 274px;
	color: white;
}
#footer
{
	height: 35px;
	padding-left: 12px;
	padding-top: 8px;
	border-top: 1px solid white;
	background-color: #2b1813;
	color: white;
}
#footer div
{
	float: left;
	margin-right: 12px;
}

#footer .white
{
	color: white;
}

#footer #phoneNumbers
{
	text-align: right;
	float: right;
	margin-right: 0;
	padding-right: 0;
}

.left
{
	float: left;
}
.right
{
	float: right;
}
.clear
{
	clear: both;
}