﻿body 
{
    background-color: #809840;
    margin-top: 12px;
    color: #33220f;
    font-family: Verdana;
    font-size: 9pt;
}

h1, h2, h3, h4, h5 
{
    color: #495c7e;
}

h1
{
    font-size: 120%;
}
h2 
{
    font-size: 110%;
}
h3 
{
    font-size: 105;
}
h4 
{
    font-size: 100%;
}
    

a:link, a:visited 
{
    color: #555555;
    text-decoration: underline;
}

a:hover, a:active, a:focus 
{
    color: #809840;
    text-decoration: underline;
}
#wrapper
{
    width: 1026px;
    margin: auto;
    background-image: url(images/body-bg.gif);
    background-repeat: repeat-y;
}

#top 
{
    background-image: url(images/bg-header.gif);
    background-repeat: no-repeat;
    background-position: top;
    vertical-align: top;
    padding-top: 12px;
    padding-left: 22px;
    padding-right: 22px;
    text-align: right;
    color: Black;
    font-size: 110%;
    font-weight: bold;
    clear: both;
}

#top img 
{
    border-width: 0px;
    float: left;
}
.quick-links 
{
    color: #90161f;
}

.quick-links a
{
    text-decoration: none;
    padding-right: 18px;
    padding-left: 10px;
}

#feature 
{
    height: 347px;
    margin: 0;
}

.nav
{
    margin: 0;
    color: #eeeeee;
    margin-top: 72px;
    background: #77392e;
    margin-left: 11px;
    margin-right: 11px;
    height: 29px;
    width: 1002px;
    line-height: 28px;
    font-weight: bold;
    border-right: 1px solid #666666;
}
.nav a 
{
    color: #eeeeee;
    text-decoration:  none;
    padding-right: 18px;
    padding-left: 18px;
    border-left: 1px solid #666666;
    display: block;
}    
.nav a:hover, .nav a:active, .nav a:focus
{
    color: #fad00d;
    background: #767262;
}
#content 
{
    margin: 0;
    padding: 0px 25px 25px 9px;
    line-height: 140%;
    color: #444444;
    font-style: normal;
}
#content-main
{
    padding: 10px 25px 25px 15px;
}    
#content .feature_box 
{
	width: 990px;
	margin-bottom: 10px;
    padding: 0px 25px 25px 9px;
	margin-right: 12px;
	clear: both;
}

#content .feature2_box 
{
	width: 460px;
	background-color: #ffffff;
	margin-bottom: 10px;
	margin-right: 15px;
	padding: 8px;
	float: left;
}


#bottom 
{
    background-image: url(images/bottom.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 12px 12px 20px 12px;
    min-height: 45px;
    overflow: visible;
    text-align: center;
    color: #444444;
    font-size: smaller;
    text-align: center;
}

#bottom a 
{
    padding-left: 6px;
    padding-right: 6px;
}
#line {
    width: 875px;
    height: 12px;
    border-top: 1px dotted #999999;
}
#clear_div 
{
    clear: both;
}    
.center p 
{
    text-align: center;
}        
