body
{
	margin: 0;
	margin: 0 auto;
	background: #f4f4f4 url(../images/bg.gif) top center repeat-y;
}
#header
{
	vertical-align: top;
	padding: 0 0 10px 15px;
	font-family: Georgia, Lucida, Arial, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #00008B;
}
.title
{
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #A0522D;
}
#main
{
	width: 780px;
	height: auto;
	padding: 14px;
	border-left: 1px dashed #efefef;
	border-right: 1px dashed #efefef;
	margin: 0 auto 0 auto;
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #A52A2A;
}
h1, h2
{
	font-family: Georgia, Verdana, Arial, sans-serif;
	color: #191970;
	font-weight: lighter;
	border-left: 16px solid #2F4F4F;
	border-bottom: 1px solid #2F4F4F;
	padding-left: 8px;
}
h3, h4
{
	text-align: right;
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: 16px;
	color:  #2F4F4F;
	font-weight: lighter;
	letter-spacing: 3px;
	border-bottom: 1px solid #A52A2A;
	padding-left: 8px;
}

#corporate
{
	padding: 12px;
	background-color: #fdfdfd;
	
	border-top: 4px solid #efefef;
	border-bottom: 4px solid #efefef;
}
#lefty
{
	margin: 8px 0 8px 8px;
	float:left;
	
	padding-top: 2px;
	width: 185px;
	height: auto;
	color: #00008B;
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: 11px;
}
#lefty p
{
	width: 85%;
	

	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: 11px;

}
#lefty a
{
	text-decoration: none;
}

a:link, a:visited
{
	color: #A52A2A;
	border-bottom: 1px solid #efefef;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}
a:hover
{
	color: #A52A2A;
	text-decoration: none;
}
#content
{
	float: right;
	width: 550px;
	text-align: left;
	padding: 12px;
	border-left: 1px solid #efefef;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 145%;
	color: #607080;
	text-align:justify;
}

#footer
{
	text-align: right;
	border-top: 4px solid #efefef;
	clear: both;
	padding: 12px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	background-color: #fdfdfd;
	color: #cccccc;
}
hr
{
	border:0;
	border-bottom: 1px solid #efefef;
	height: 1px;
}
li
{
	list-style-type: none;
	line-height: 160%;
}