/* CSS Document */

body
{
	background-color:#9B9F8C;
	background-image:url(img/bckg.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	line-height:130%;
	margin:0;
	padding:0;
}

a
{
	color:#378400;
	text-decoration:underline;
}

a:hover
{
	color:#000000;
	text-decoration:underline;
}

#menu a, #menu a:hover
{
	text-decoration:none;
}

h1
{
	color:#378400;
	font-size:2.2em;
	font-weight:100;
	line-height:1em;
	margin-bottom:18px;
}

h2
{
	color:#378400;
	font-size:1.3em;
	font-weight:100;
	line-height:1em;
	margin-bottom:18px;
}

h3
{
	font-size:1.25em;
	margin:0.5em 0 0.25em 0;
}

ul
{
	padding:0 1em;
}

li
{
	list-style-type:none;
	border-bottom:1px solid;
	border-top:1px solid;
	color:#C9CBBC;
	font-size:1.2em;
	margin-left:0;
	margin-bottom:-1px;
	padding:6px 10px;
}

#site
{
	margin:0 auto;
	width:750px;
}

#header
{
	background-image:url(img/header.jpg);
	background-repeat:no-repeat;
	width:100%;
	height:155px;
}

#logo
{
  padding:5px 0 0 40px;
}

#main
{
	background-color:#FFFFFF;
	background-image:url(img/main.jpg);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:20px;
	width:100%;
}

#menu
{
	float:left;
	width:250px;
	padding-top:50px;
}

#content
{
	float:left;
	width:470px;
	padding:10px 20px 10px 10px;;
}

#footer
{
	background-image:url(img/footer.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:100%;
	height:30px;
	padding-bottom:25px;
}

.trtop
{
	background-color:#bbe59b;
	color:#FFFFFF;
}

.tdtop
{
	background-color:#bbe59b;
	color:#378400;
	padding:5px;
}

table
{
	border-collapse:collapse;
}

td
{
	padding:5px;
	border-bottom:1px solid #BBE59B;
}

.right
{
	float:right;
}

.clear
{
	clear:both;
}