﻿@import url(reset.css);
body 
{
	text-align:center;
	background-color: #333333;
	color: #ffffff;
	line-height: 1.2em;
}
a, a:active, a:link, a:visited
{
	color: #A87200;
	text-decoration:underline;
}
a:hover
{
	text-decoration: none !important;
	color:#6A1C1E;
}
#centerArea
{
	width: 800px;
	background-image: url(../images/Body.jpg);
	background-repeat: repeat-y;
	min-height: 300px;
	text-align:left;
	margin: 0px auto;
	color: #666666;
	border-bottom: 40px solid #A87200;
}
#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;
}
#contentDiv
{
	float:right;
	width: 550px;	
	padding-right: 40px;
	padding-bottom: 30px;
}
#footer
{  margin-top: 20px;
	padding-bottom: 20px;
	font-size: 10pt;
	float: left;
	width: 100%;
}

strong
{
	color: #A87200;
	font-weight:bold;
}
strong.emphasis
{
	color: #666666;	
}
p
{
	margin-bottom: 20px;
}
.clearboth
{
	clear:both;
}
ul
{
	padding-bottom: 15px;
}
#contentDiv li
{
	margin-left: 3em;
}

#contentDiv ul li
{
	list-style: disc outside;
}
blockquote
{
	margin-left: 3em;
}
.postedDate
{
	font-style:italic;
}