* {
	margin: 0;
	padding: 0;
}

body {
	font: 62.5% "trebuchet ms", helvetica, sans-serif;
	color: #666;
	background: url('images/backdrop.jpg') no-repeat top right;
}

a {
	color: #93B300;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	color: #85AC1E;
	padding: 4px 0 10px 0;
}

h1 {
	font-size: 3.6em;
}

h2 {
	font-size: 2.4em;
}

h3{
	font-size: 2em;
}

h4 {
	font-size: 1.8em;
}

h5 {
	font-size: 1.5em;
}

h6 {
	font-size: 1.3em;
}

p {
	text-align: justify;
	line-height: 1.6em;
	margin: 4px 0;
}

ol {
	margin: 4px 0;
	padding-left: 20px;
}

ul {
	list-style: none;
	margin: 4px 0;
	padding-left: 15px;
}

strong
{
background: inherit;
color: #50514D;
}

#header
{
width: 800px;
height: 104px;
margin: auto;
background-color: #4d4d4d;
background: url('images/a1.gif') repeat-x;
color: #ffffff;
}

#header_inner
{
position: relative;
width: 780px;
height: 84px;
margin: auto;
padding: 10px;
}

#header_inner h1
{
text-transform: lowercase;
color: #fff;
font-weight: normal;
letter-spacing: -2px;
}

#header_inner h1 span
{
background: inherit;
color: #DADADA;
}

#slogan h2
{
color: #DADADA;
font-size: 1.2em;
text-transform: lowercase;
margin-top: -5px;
}

#main
{
padding-top: 10px;
position: relative;
width: 800px;
margin: auto;
padding-bottom: 10px;
}

#menu
{
background: url('images/bbg1.gif') repeat-x;
height: 38px;
width: 800px;
margin: auto;
}

#menu ul
{
list-style: none;
margin: 0px;
}

#menu li
{
display: inline;
float:left;
background: none;
padding: 0px;
font-weight: bold;
}

#menu a
{
display: block;
position: relative;
height: 27px;
width: 100px;
margin-bottom: 1px;
text-decoration: none;
background: inherit;
padding-left: 17px;
padding-top: 11px;
color: #fff;
text-transform: lowercase;
font-size: 13px;
}

#menu a:hover
{
text-decoration: underline;
}

#menu_end
{
clear: both;
}

#lcol
{
position: relative;
width: 185px;
float: left;
}

#lcontent
{
position: relative;
padding: 0px 15px 0px 15px;
}

#rcontent
{
font-size: 1.2em;
position: relative;
padding: 25px 20px 0px 20px;
}

#lcol p
{
font-size: 10px;
line-height: 16px;
margin: 0px;
}

.divider
{
font-size: 0px;
position: relative;
border-bottom: solid 1px #F5F5F5;
height: 1px;
width: 100%;
margin: 10px 0px 10px 0px;
}

.summary
{
text-align: right;
font-style: italic;
}

ul.divided li
{
border-top: solid 1px #F5F5F5;
margin-top: 4px;
padding-top: 4px;
background-position: 0px 9px;
}

ul.divided li.first
{
border-top: 0px;
margin-top: 0px;
padding-top: 0px;
background-position: 0px 5px;
}

#rcol
{
position: relative;
margin: auto;
width: 800px;
background-image: url('images/a2.gif');
background-repeat: repeat-x;
}

#slogan2
{
position: relative;
top: -5px;
}

.box
{
position: relative;
border: dashed 1px #dadada;
margin-top: 15px;
background: inherit;
color: #AAB165;
}

.box h2
{
background: inherit;
color: #6C7425;
text-transform: lowercase;
font-weight: normal;
font-size: 18px;
margin-bottom: 5px;
}

.box p
{
font-size: 10px;
line-height: 16px;
margin: 0px;
}

.box_inner
{
border: solid 1px #fff;
padding: 15px;
background: #FFFFE9 url('images/a4.gif') repeat-x;
color: inherit;
}

.captioned_image
{
position: relative;
padding-bottom: 15px;
float: left;
margin-right: 17px;
}

.captioned_image div
{
position: absolute;
font-size: 9px;
bottom: 0px;
left: 0px;
}

#footer
{
clear: both;
background: url('images/a2.gif') repeat-x;
width: 800px;
margin: 0px auto;
margin-bottom: 25px;
padding-top: 10px;
text-align: center;
text-transform: lowercase;
}

.nested li h2 {
	color: #1B7CC1;
	font-size: 1.6em;
	padding-bottom: 2px;
}

.nested ul {
	margin-bottom: 10px;
}