﻿body
{
	padding: 0;
	margin: 0;
	background-color: #d4bf7c;
}

table 
{
	clear: both;
}

td
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

h1
{
	color: #d0282a;
}
	
h1	
{
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h2	
{
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding-top: 8px;
}

h3	
{
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

h4	
{
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

a {
	color: #d0282a;
	background: transparent;
}

a:hover 
{
	color: #dc7b7d;
	background: transparent;
	text-decoration: underline;
}

#main  
{
	margin-left: auto;
	margin-right: auto;
	width: 970px;
	height: auto;
	background-color: #ffffff;
}

#header
{
	width: 100%;
}

#mainmenu 
{
	padding-top: 2px;
	padding-left: 343px;
	height: 27px;
	float: right;
}

#content 
{
	background: url(images/content-background.jpg) no-repeat; float: right;
	width: 100%;
	min-height: 455px;
	text-align: left;	
	background-color: #ffffff;
}

#leftcontent 
{
	width: 340px;
	height: 455px;
	float: left;
	text-align: left;	
}

#rightcontent 
{
	float: right;
	width: 588px;
	text-align: left;
	padding: 8px 22px 10px 20px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 18px;
	font-size: 12px;
	color: #807e81;
}

#footer
{
	text-align: center;
	font-size: 10px;
	line-height: 20px;
	color: #0053a0;
	margin-top: 0
}

#footer a
{
	text-decoration: none;
	color: #0053a0;
	padding: 0px 3px 0px 3px;
}

.clear 
{
	clear: both;
	font-size: 0px;
	line-height: 0px;	
}
