body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 934px;
	margin: 0 auto;
}
#main{
	border: 1px solid #e4e4e4;
	float: right;
	width: 833px;
	margin-top: 5px;
	margin-right: 8px;
}
#logo{
	background-image: url(images/logo.jpg);
	float: left;
	width: 91px;
	height: 434px;
}
.content {
	margin: 10px;
	font-size: 12px;
	line-height: 18px;
}
.content a {
	color: #565656;
}
.nav {
	border-bottom: 1px solid #e4e4e4;
	text-transform: uppercase;	
	color: #565656;
	font-size: 14px;
	height: 38px;	
}
.nav-left {
	float: left;
	padding-top: 7px;
}
.nav-right {
	float: right;
	padding-top: 7px;	
}
.nav-left ul {
	margin: 0px;
}
.nav-left ul li {
	list-style-type: none;
	display: inline;
	margin: 0px 20px 0px 0px;		
}
.nav-left ul li a {
	color: #565656;
	text-decoration: none;
}
.nav-left ul li a:hover {
	text-decoration: underline;
}
#content-top {
	border-bottom: 1px solid #e4e4e4;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 15px 0px;
	width: 813px;
	height: 210px;
}
.content-top-left {
	float: left;
	border-right: 1px solid #e4e4e4;
	margin-left: 4px;
}
.content-top-right {
	float: right;
	margin-right: 4px;
}
.content-bottom {	
	font-size: 11px;
	width: 813px;	
	line-height: 18px;
	margin-top: 15px;
}
.content-bottom-left {
	float: left;
	width: 400px;	
}
.content-bottom-right {
	float: right;
	width: 400px;	
}
.homepage {
	font-size: 11px;
	line-height: 18px;
	margin: 10px;
	padding-top: 10px;
	border-top: 1px solid #e4e4e4;
}
.homepage h2 {
	font-size: 13px;
	font-weight: bold;
}
.homepage-left {
	float: left;
	width: 580px;
}
.homepage-left a{
	color: #565656;
}
.homepage-left h2 {
	font-size: 14px;
	color: #ffffff;
	display: block;
	background-color: #005c6b;
	padding: 5px;
	text-transform:uppercase;
	font-weight: normal;
	margin-top: 0px;
}
.homepage-left h3 {
	font-size: 12px;
	font-weight: bold;
}
.hompage-right {
	float: right;
	width: 200px;
	background: #f2f2f2;
	padding: 10px 10px 10px 10px;
	font-style: italic;
	border: 1px solid #ececec;
	margin: 0px 0px 10px 10px;
}
.homepage-right ul li {
	padding-left: 10px;
	
}
.homepage-right li {
	padding-left: 30px;
	
}
.blockquote {
	background: #f2f2f2;
	padding: 10px;
	font-style: italic;
	line-height: 20px;
	border: 1px solid #ececec;
	font-size: 16px;
	color: #003f4a;
	font-family: "Times New Roman", Times, serif;
}
img.left {
	float: left;
	margin-left: 5px;
}
img.right {
	float: right;
	margin-right: 5px;
}
#footer {
	width: 849px;
	height: 89px;
	float: left;
	margin-left: 85px;
	margin-bottom: 10px;
	background: url('images/footer.jpg') no-repeat;
	color: #999999;
	font-size: 11px;
	padding: 0px 0px 0px 20px; 
	line-height: 16px;
}
#footer a{
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer ul{
	list-style-type: none;
}

.clear {
	clear: both;
}
.spacer {
	height: 10px;
}