@charset "UTF-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/body-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #EEEEEE;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}
p {
	font-size: 13px;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h1 {
	font-size: 23px;
	color: #333;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-align: left;
}
h2 {
	font-size: 20px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #6C882B;
}
h3 {
	font-size: 13px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #333;
	text-transform: uppercase;
	text-align: left;
}
a:link {
	color: #6C882B;
	text-decoration: underline;
}
a:visited {
	color: #6C882B;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
#leftcontent  a:link   {
	color: #333;
	text-decoration: none;
	line-height: 28px;
}
#leftcontent  a:visited   {
	color: #333;
	text-decoration: none;
	line-height: 28px;
}
#leftcontent a:hover    {
	color: #85B33D;
	text-decoration: none;
	line-height: 28px;
}
#wrapper {
	width: 801px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	background-image: url(../images/main-bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding-right: 4px;
	padding-left: 4px;
}
#header {
	background-color: #ddeaa3;
	height: 199px;
}
#maincontent {
	padding-bottom: 15px;
}
#maincontent #rightcontent {
	float: right;
	width: 564px;
	padding-left: 25px;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 25px;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../images/right-bg.jpg);
	text-align: left;
}
#rightcontent p {
	margin-bottom: 10px;
	text-align: center;
}
#maincontent #leftcontent {
	float: left;
	width: 172px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 24px;
	background-image: url(../images/left-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-left: 15px;
}
#leftcontent ul {
	list-style-type: none;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	font-size: 12px;
	margin-left: -5px;
}
#footer {
	width: 801px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 42px;
	clear: both;
	padding-left: 10px;
}
#footer a:link {
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 10px;
}
.clearfix:after {  
     content: ".";  
     display: block;  
     clear: both;  
     visibility: hidden;  
     line-height: 0;  
     height: 0;  
}  
   
.clearfix {  
    display: inline-block;  
}  
  
html[xmlns] .clearfix {  
    display: block;  
}  
  
* html .clearfix {  
    height: 1%;  
}
.picspace {
	margin-left: 25px;
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #666666;
}
.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.italictext {
	font-style: italic;
}
.picspaceleft {
	margin-right: 15px;
	margin-bottom: 15px;
}
.callout {
	background-color: #FFFFFF;
	padding: 10px;
	width: 200px;
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
	font-style: italic;
}
.picspacetop {
	margin-top: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.divider {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #333;
	margin-bottom: 15px;
	padding-top: 15px;
}
.cleardiv {
	clear: both;
	overflow: hidden;
}
.pic-space {
	margin-bottom: 15px;
	margin-left: 15px;
}

