﻿@import url(reset.css);
body 
{
	text-align:center;
	background-color: #ffffff;
	line-height: 1.2em;
	font-family: Arial, Helvetica, Sans-Serif;
	margin:auto;
}
a, a:active, a:link, a:visited
{
	color: #A87200;
	text-decoration:underline;
}
a:hover
{
	text-decoration: none !important;
	color: #032b4e;
}
h1, h2, h3
{
	color: #032b4e;
	font-weight:bold;
}
#mainArea
{
	width: 712px;
	background-image: url(../images/BodyNoLine.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	min-height: 300px;
	text-align:left;
	margin: 0px auto;
	color: #333333;
	border-bottom: 40px solid #032b4e;
	padding-left: 260px;
}
#container
{
	width: 1024px;
	margin: 0px auto;
}
#navigation
{
	float:left;
	width: 180px;
	margin-right: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 18px;
	display:inline;
}
#header
{
	float:right;
	width: 590px;
	margin-top: 30px;
}
#area
{
	font-size: 10pt;
	padding-top: 20px;
	font-style: italic;	
}
#contentArea
{
	float:left;
	width: 640px;	
	padding-left: 30px;
	padding-bottom: 30px;
	padding-top: 20px;
}
#footer
{  
	margin-top: 20px;
	padding-bottom: 20px;
	font-size: 10pt;
	float: left;
	width: 100%;
}
#address
{
	width: 300px;
	margin-top: -350px;
	text-align: right !important;
	font-size: 11pt;
	display: inline;
	position:relative;
}
strong
{
	color: #A87200;
	font-weight:bold;
}
strong.emphasis
{
	color: #666666;	
}
p
{
	margin-bottom: 20px;
}
.clearboth
{
	clear:both;
}
ul
{
	padding-bottom: 15px;
}
 li
{
	margin-left: 3em;
}

 ul li
{
	list-style: disc outside;
}
blockquote
{
	margin-left: 3em;
}