﻿body
{
	margin: 0;
	font-family: Arial;
	background-color: #2c332b;
	position: relative;
}
img
{
	border: 0;
}
#maindiv
{
	background: url(images/topbackground.gif) repeat-x top left;
	height: 230px;
	width: 100%;
}
#navigation
{
	background-color: white;
	width: 185px;
	height: 530px;
	position: absolute;
	top: 20px;
	left: 180px;
}
#mainbody
{
	background-color: #2c332b;
	width: 750px;
	height: auto;
	position: absolute;
	top: 20px;
	left: 380px;
}
.tablelink a
{
	font-size: 12px;
	color: #65bd65;
	font-weight: bold;
	text-decoration: none;
}
.tablelink a:hover
{
	font-size: 12px;
	color: #65bd65;
	font-weight: bold;
	text-decoration: underline;
}
.footnavigation
{
	font-size: 12px;
}
.footnavigation a
{
	text-decoration: none;
	color: White;
}
.footnavigation a:hover
{
	text-decoration: underline;
	color: White;
}
.sitemap
{
	padding-bottom: 200px;
}
.sitemap ul
{
	font-size: 13px;
	font-weight: bold;
	color: Black;
	list-style-type: none;
	margin-top: 10px;
}
.sitemap ul a
{
	text-decoration: underline;
	color: Black;
}
.sitemap ul a:hover
{
	text-decoration: none;
	color: Black;
}
.sitemap ul li
{
	margin-top: 10px;
}
.contactus li a
{
	color: #666;
}
.contactus li a:hover
{
	color: #666;
}
.usesimages
{
	float: right;
	width: 300px;
	padding-right: 15px;
}
.usesimages img
{
	margin-top: 15px;
	margin-left: 15px;
}
.contactus a
{
	color: Blue;
	text-decoration: none;
}
.contactus a:hover
{
	color: Blue;
	text-decoration: underline;
}
.homefunction li
{
	list-style-type: none;
	background: url(images/list-arrows.gif) no-repeat left 4px;
	margin-left:-20px;
}
.homefunction li span
{
	margin-left:10px;
	}
.copyright
{
font-size: 11px; margin-top: 7px;
}

.copyright a
{
color:#fff;
text-decoration:none;
}


.copyright a:hover
{
text-decoration:underline;
}

