﻿body
{
background-image:url(images/body.gif);
background-repeat:repeat;
background-position:0% 0%;
font-family:arial,helvetica,sans-serif;
font-color:#808080;
font-size:12px;
}

.maintable
{
border:1px solid #ffffff;
width:740px;
background-image:url('images/content_repeat.gif');
background-repeat:repeat-y;
background-position:0% 0%;
}

.leftbar
{
padding:5px
}

.content
{
padding:10px 20px 10px 20px
}

.footer
{
background-color:#7fa05b;
font-size:11px;
padding:3px;
color:#ffffff;
border-top:1px solid #ffffff
}

a.footer_link:link    {color:#ffffff;text-decoration:none;font-weight:none;}
a.footer_link:visited {color:#ffffff;text-decoration:none;font-weight:none;}
a.footer_link:hover   {color:#000000;text-decoration:none;font-weight:none;}
a.footer_link:active  {color:#ffffff;text-decoration:none;font-weight:none;}

a.link:link    {color:#ffffff;text-decoration:none;font-weight:bold}
a.link:visited {color:#ffffff;text-decoration:none;font-weight:bold}
a.link:hover   {color:#000000;text-decoration:none;font-weight:bold}
a.link:active  {color:#ffffff;text-decoration:none;font-weight:bold}

A:link    {color:#000000}
A:visited {color:#000000}
A:hover   {color:#800000}
A:active  {color:#000000}

.navigation
{
background-image:url(images/navfoot.gif);
background-repeat:repeat-x;
background-position:0% 0%;
font-size:13px;
}
.leftbar a {
	display: block;
	background-color: #58703F;
	padding: 5px;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #D6D4BF;
}
.leftbar a:hover {
	background-color: #7FA05B;
	color: #FFFFFF;
	text-decoration: none;
}
