﻿body
{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 18px;
	background-image: url(images/bkgrnd-repeat.jpg);
	background-repeat: repeat-x;
}

a
{
	color: #50804C;
	text-decoration: underline;
}

h1
{
	margin-top: 20px;
	margin-bottom: 20px;
}

h2
{
	font-size: 14px;	
}

ul
{
	margin-top:4px;
}

a:hover
{
text-decoration: none;
}

p
{
	margin-bottom: 14px;
	text-align: left;
}

img.about
{
	width: 146px;
	height: 100px;
	padding: 0px;
	border: 1px solid #000000;
	margin: 0px;
}

#outer
{
	width: 727px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

#inner
{
	z-index: 2;
	padding-top: 10px;
	padding-bottom: 13px;
	padding-right: 10px;
	padding-left: 10px;
}

#logo
{
	width: 171px;
	height: 200px;
	float: left;
	background-color: #000000;
	text-align: center;
}

#header
{
	border: thin #000000 solid;
	right: 30px;
	width: 520px;
	height: 200px;
	float: right;
	margin-bottom: 5px;
	vertical-align: middle;
	text-align: center;
	background-color: #FFFFE1;
}

#menu
{
	height: 67px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 0px;
	background-color: #F8F8F8;
	background-image: url(images/bkgrnd-header.jpg);
	background-repeat: repeat-x;
	clear: both;
}

#menu ul
{
}

#menu ul li
{
display: inline;
line-height: 52px;
padding-left: 3px;
}

#menu ul li a
{
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	margin-left: 12px;
}

#menu ul li a:hover
{
	color: #333333;
	text-decoration: none;
	background-color: #EDEAE3;
}

#secondarycontent
{
	position: relative;
	width: 200px;
	float: right;
	font-size: medium;
	background-color: #EFEEE9;
	margin-bottom: 25px;
	border: 1px solid #D3CDBF;
	font: medium Verdana, Geneva, Tahoma, sans-serif;
	text-align: center;
	line-height: 30px;
}

#primarycontent
{
position: relative;
width: 480px;
float: left;
}

#primarycontent h1
{
	position: relative;
	top: 4px;
	font-size: x-large;
	line-height: 25px;
	color: #50804C;
	letter-spacing: normal;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-right: 15px;
	text-align: center;
	vertical-align: top;
}
#primarycontent .content
{
	padding: 0px 15px 0px 15px;
	margin-bottom: 20px;
}
#primarycontent .content .list
{
	list-style-position: inside;
}

#footer
{
	position: relative;
	clear: both;
	text-align: center;
	color: #999999;
	width: 707px;
	background-color: #F5F5EF;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#footer p {
	text-align: center;
}


#footer a
{
color: #8C8C73;
}

.MainList {
	margin-left: 15px;
	text-indent: 15px;
}

.post {
	margin-left: 20px;
}