﻿html, body
{
    margin: 0;
    padding: 0;
    font-size: 11px;
    text-align: center;
    background-color: #A4BC69;
	font-family: Arial;
}

#back
{ 
    background: url( "images/back2.jpg" ) repeat-x;
    height: 183px;
    }

#wrap
{
margin-top: 20px;
margin-bottom: 20px;
    margin: 0px auto;
    width: 991px;
    background: url( "images/back.jpg" ) repeat-y;

}

#header
{margin: 0px auto;
    width : 991px;
    height: 206px;
    background:url( "images/header.jpg" ) no-repeat;
    }
	
#headerlink a
{
position: absolute;
margin-left: 55px;
margin-top: 25px;
display: block;
height: 105px;
width: 135px;
}
	
#nav 
{
padding-top: 157px;
margin: 0px auto;
    width: 830px;
	height:32px;
}

#nav a
{
margin-right:10px;
margin-left:10px;
}

#nav table{
padding-bottom: 5px;
}

#home{
display: block;
width: 125px;
height:31px;
background:url("images/home_reg.png") no-repeat;
}

#home:hover
{
display: block;
width: 125px;
height:31px;
background:url("images/home_over.png") no-repeat;
}

#about{
display: block;
width: 125px;
height:31px;
background:url("images/about_reg.png") no-repeat;
}

#about:hover
{
display: block;
width: 125px;
height:31px;
background:url("images/about_over.png") no-repeat;
}

#faq{
display: block;
width: 125px;
height:31px;
background:url("images/faq_reg.png") no-repeat;
}

#faq:hover
{
display: block;
width: 125px;
height:31px;
background:url("images/faq_over.png") no-repeat;
}

#contact{
display: block;
width: 125px;
height:31px;
background:url("images/contact_reg.png") no-repeat;
}

#contact:hover
{
display: block;
width: 125px;
height:31px;
background:url("images/contact_over.png") no-repeat;
}

#links{
display: block;
width: 125px;
height:31px;
background:url("images/links_reg.png") no-repeat;
}

#links:hover
{
display: block;
width: 125px;
height:31px;
background:url("images/links_over.png") no-repeat;
}
#wrap table{
margin: 0px auto;
}

#table2{
margin-left:1px;
}

#leftnav
{	
text-align: left;
	width: 236px;
	height: 307px;
	background:url("images/section_back.jpg") no-repeat;
}

#leftlinks a
{
    text-align: left;
    font-family: Arial;
    font-size: 15px;
	text-decoration: none;
}

#leftlinks a:hover
{
font-weight: bold;
color: #000000;
}

#search 
{
	background:url("images/search.jpg") no-repeat;
	width: 456px;
	height: 86px;
}

#search table
{
margin: 0px auto;
padding-top: 8px;
margin-top: 9px;
margin-left: 60px;
}

#limited 
{
	background:url("images/limited.jpg") no-repeat;
	width: 456px;
	height: 223px;
}

#limited table
{

padding-top:8px;
	margin-top: 12px;

}

#right 
{
	background:url("images/right_back.jpg") no-repeat;
	width: 232px;
	height: 156px;
}

#right table
{

margin-top: 6px;

}

#searchresults{
text-align: left;
}

#ftr
{

color: #000000;
font-family: Calibri;
    height: 49px;
    background: url( "images/footer.jpg" ) no-repeat;
}

#ftr a
{
color: #000000;
}

#row:hover{
background-color: #E4FCBE;
}

.clear {
	line-height:1px;
	height:1px;
	clear:both;
}

a:link
{
    color: #000000;
}
a:visited
{
    color: #000000;
}
a:hover
{
    color: #41A500;
}
a:active
{
    color: #41A500;
}
