body, table
{
	font-family: verdana;
	font-size: 11px;
	margin:0;
	background-color:#333333;
}
h1, h2, h3, h4, h5, h6 {
	font-family:arial;
	color:#8F5645;	
}
h1
{
	font-size: 14px;
}
h2
{
	font-size: 12px;
}

a img {
	border:0;
}
p img {
	margin:5px;
}
#container {
	width:690px;
	background-color:#fff;
	min-height:500px;
	margin:0 auto;	
	padding:40px 50px 10px;
}
#banner {
	padding-bottom:15px;
	border-bottom:5px solid #8F5645;	
}
#banner #logo {
	float:left;
}
#banner #menu {
	float:right;
	width:200px;	
}
#banner #banner_quick_links {
	float:right;
	width:204px;
}
#menu li {
	list-style-type:none;
	margin-bottom:5px;
}
#menu a
{
	color: #666666;
	text-decoration: none;
}
#menu a:hover
{
	color: #999999;
}
#menu strong {
	font-size:14px;	
}
#content {
	margin:30px 0 30px;
}
#content table {
	background-color:#fff;
}
#footer #footer_list_left,
#footer #footer_list_right {
	width:160px;
}
#footer #footer_list_left {
	float:left;
}
#footer #footer_quick_links {
	width:354px;
	margin:0 5px;
	float:left;
}
#footer #footer_list_right {
	float:right;
}
#footer li {
	list-style-type:none;
	margin:0 0 20px -35px;
	font-weight:bold;
}
#footer a {
	text-decoration:none;
	color:#000;	
}
.clear {
	clear:both;
}
.highlight
{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	color:#313452;
}