body
{
	font-family: Verdana, Arial, sans-serif;
	margin: 0;
	margin: 0 auto;
	background: #f4f4f4 url(images/bg.gif) top center repeat-y;
}
#header
{
	vertical-align: top;
	padding-top: 11px;
	padding-left: 18px;
	font-weight: lighter;
	border-bottom: 1px solid #efefef;
}
h1
{
	font-size: large;
	font-style: italic;
	font-weight: bold;
	color: #7E3817;
}
#logo
{
	float:right;
	padding-right:20px;
	padding-top:10px;
	font-weight:bold;
	font-size:large;
	color:#aaaaaa;
	font-variant:small-caps;
	font-style:oblique;
}
#main
{
	width: 780px;
	height: auto;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	margin: 0 auto 0 auto;
	font-size: small;
	font-weight: normal;
}

h2,h3
{
	font-size: small;
	color:  #2F4F4F;
	font-weight: bold;
	padding-left: 8px;
}
#menu
{
	width: 150px;
	color: #00008B;
}
#menu a:link, #menu a:visited
{
	width: 150px;
	margin: 1px 0 1px 0;
	padding: 4px 3px 4px 8px;
	background-color: transparent;
	color: #003366;
	text-decoration: none;
	font-weight: normal;
	display: block;
}
#menu a:hover
{
	color: #A52A2A;
	text-decoration: underline;
}

#lefty
{
	margin: 8px;
	width: 150px;
	height: auto;
	color: #00008B;
}
a:link, a:visited
{
	color: #003366;
	border-bottom: 1px solid #efefef;
}
a:hover
{
	color: #A52A2A;
	text-decoration: none;
}
#content
{
	float: right;
	width: 570px;
	text-align: left;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 11px;
	padding-right: 16px;
	border-left: 1px solid #efefef;
	line-height: 145%;
	color: #000000;
}
#footer
{
	clear:both;
	text-align: left;
	padding: 11px;
	font-weight: lighter;
	color: #aaaaaa;
	font-size:x-small;
}
hr
{
	border:0;
	border-bottom: 1px solid #efefef;
	height: 1px;
}
li
{
	line-height: 130%;
}
img
{
	border:0px;
}
