﻿*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #9BBD12 url(images/bg.gif) repeat-y center top;
	color: #404040;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
}

p
{
	padding-bottom: 12px;
}
ul
{
	margin-left: 20px;
	padding-bottom: 12px;
}
h1
{
	font-size: 18px;
	background: url(images/bgh1.gif) repeat-x left bottom;
	color: #447C01;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
h2
{
	font: bold 14px Verdana,sans-serif;
	padding-bottom: 4px;
}
h3
{
	font: bold 12px Verdana,sans-serif;
	padding-bottom: 4px;
}

#Container {
	border: 3px solid #F2F2F2;
	border-top: none;
	width: 690px;
	margin-right: auto;
	margin-left: auto;
}

#Content {
	background: #fff;
	border-top: 1px solid #444;
	padding: 16px;
}

#Header {
	background-image: url(images/header.jpg);
	border-bottom: 1px solid #F2F2F2;
	height: 120px;
}

#Nav 
{
	background: #191919 url(images/stripe.gif);
	padding-top: 6px;
	padding-bottom: 6px;
}
#Nav div 
{
	background: #191919 url(images/nav.gif);
	width: 100%;
	height: 40px;
	border-top: 1px solid #f2f2f2;
}
#Nav a {
	background: #191919 url(images/nav.gif);
	border-right: 1px solid #D6E3C7;
	color: #000;
	float: left;
	font: bold 11px Verdana, sans-serif;
	padding: 0 20px;
	text-decoration: none;
	line-height: 40px;
}
#Nav a:hover
{
	background: #191919 url(images/nav_hover.gif);
}
#Nav a:visited 
{
	color: #000;
}

/* content elements */
#Content a, #Content a:visited
{
	color: #5C8323;
	text-decoration: underline;
}
#Content a:hover {color: #000000;}
#Content .descr
{
	margin-bottom: 5px;
	font-size: 10px;
}

#Footer
{
	background-image: url(images/footergradient.gif);
	background-position: top left;
	background-repeat: repeat-x;
	border-top: 1px solid #5C8323;
	color: #999;
	padding: 10px;
}
#Footer ul
{
	border-top: 1px solid #2C2C2C;
	margin: 0;
}
#Footer li
{
	border-bottom: 1px solid #2C2C2C;
	list-style: none;
}
#Footer li a
{
	display: block;
	line-height: 24px;
	padding-left: 10px;
}
#Footer a
{
	color: #6E6E6E;
}
#Footer a:hover
{
	color: #5C8323;
	background: #363434;
}

.col3,.col3center
{
	float: left;
	width: 216px;
}
.col3center
{
	margin-left: 10px;
	margin-right: 10px;
}

#Bottom
{
	color: #5C8323;
	clear: both;
	font-size: 11px;
	padding-left: 10px;
}
#Bottom a {color: #888;}

.contactBox
{
	width: 400px;
}