body
{
	margin: 0;
	margin: 0 auto;
	background: #f4f4f4;
}
#header
{
	vertical-align: top;
	padding: 18px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	color: #00008B;
}
.title
{
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
	color: #2F4F4F;/*#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
{
	font-family: Georgia, Verdana, Arial, sans-serif;
	color:  #2F4F4F;
	font-weight: lighter;
	border-left: 25px solid #A52A2A;
	border-bottom: 1px solid #A52A2A;
	padding-left: 8px;
}
#menu
{
	width: 180px;
	color: #00008B;
	border-bottom: 1px solid #efefef;
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: 12px;
}
#menu a:link, #menu a:visited
{
	width: 180px;
	margin: 1px 0 1px 0;
	border: 1px solid #ffffff;
	padding: 4px 3px 4px 12px;
	background-color: transparent;
	color: #191970;/*#4169E1;*/
	text-decoration: none;
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	display: block;
}
#menu a:hover
{
	/*border-right:1px solid #CF784E;*/
	border-left:1px solid #CF784E;
	border-bottom:1px solid #CF784E;
	color: #A52A2A;
	text-decoration: none;
}
#menu #current {
    background-color: #D4D4D4;
}
#corporate
{
	padding: 12px;
	background-color: #fdfdfd;
	border-top: 4px solid #efefef;
	border-bottom: 1px solid #efefef;
}
#lefty
{
	margin: 8px;
	width: 180px;
	height: auto;
	color: #00008B;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}
#lefty p
{
	width: 94%;
	padding: 12px;
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #A52A2A;
	color: #FFFFF0;
}
a:link, a:visited
{
	color: #00008B;
	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: 510px;
	text-align: left;
	padding: 12px;
	border-left: 1px solid #efefef;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 145%;
	color: #304050;
}
#content h3
{
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: 16px;
	color:  #2F4F4F;
	font-weight: lighter;
	border-left: 25px solid #A52A2A;
	border-bottom: 1px solid #A52A2A;
	padding-left: 8px;
}
#content h4
{
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size: 14px;
	color:  #2F4F4F;
	font-weight: lighter;
	border-left: 5px solid #A52A2A;
	border-bottom: 1px solid #A52A2A;
	padding-left: 8px;
	margin-left:20px;
}

.regularsize{
	padding-left:20px;
}

.img_center{
	text-align: center;
}

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