body{
    background-color: #FDF2D7;    
    background-image: url("../img/bkg.gif");
}

body, div, td, th, p, h1, input, textarea, select {
    font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
    font-size: 12px;    
    padding: 0px;
    margin: 0px;
    color: #545454;
}

ul {
    margin: 5px 0px 5px 20px;
    padding: 0px;
}

p {
    padding-bottom: 10px;
}

table{
    border-collapse: collapse;
    border: none;
}

img{
    border: none;
}

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

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

h1{
    color: #679749;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;    
    border-bottom: 1px solid #C4DF9B;
}

h1 a{
    text-decoration: none;
}

h2{
    color: #679749;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 3px;    
    margin-top: 0px;
}

h3{
    color: #000000;
    font-weight: bold;
    font-size: 11px;
    margin: 0px;
    margin-bottom: 10px;
}

/* body */
div.page{
    margin: auto;
    width: 770px;
    background-color: #FDF2D7;
    background-image: url("../img/bkg.gif");
}

div.subpage {
    padding: 3px 0px 3px 0px;
    background-color: #FFFFFF;
}

/* header */
div.header{
    text-align: left;    
    background-image: url("../img/topbg.gif");
    background-repeat: no-repeat;    
    height: 129px;
    width: 770px;
}

div.topslogo {
    text-align: left;    
    position: relative;
    top: 53px;
    left: 19px;
}

div.menuplace {        
    padding-top:56px;
}

table.topmenu tr {        
    vertical-align: middle;
}

table.topmenu th {        
    color: #FFFFFF;
    padding: 0px 8px 3px 0px;
}

table.topmenu td {    
    background-image: url("../img/menu_dot.gif");
    background-repeat: no-repeat;  
    background-position: 2px 4px;
    padding: 0px 15px 0px 15px;
}

table.topmenu a, table.topmenu a:visited {
    color: #545454;    
    font-size: 11px;
    text-decoration: none;
}

table.topmenu a:hover, table.topmenu a:active  {
    color: #000000;
    text-decoration: underline;
}

td.leftside {
    width: 190px;
    background-color: #BFDB95;
    background-image: url("../img/leftbg.gif");
    background-repeat: no-repeat;      
    background-position: bottom left;
    padding: 9px 11px 0px 11px;
}


div.content {
    padding: 10px;
}

div.footer {
    background-image: url("../img/bottombg.gif");
    background-repeat: no-repeat;    
    height: 67px;
    width: 770px;
    padding-top: 5px;
}

div.copyright a, div.copyright a:visited, div.copyright a:hover {
    color: #5E8D41;
    text-decoration: underline;
}

.error {
    color: red;
}

.ok {
    color: green;
}


table.menu td.main{
    background-color: #679749;
    background-image: url("../img/dot.gif");
    background-repeat: no-repeat;
    background-position: 10px 8px;
    height: 20px;     
    font-size: 11px;
    font-weight: bold;    
    text-align: left;
    vertical-align: middle;
    padding-left: 20px;
    border-bottom: 3px solid #BFDB95;
}

table.menu td.main a, table.menu td.main a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

table.menu td.main a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

table.menu td.main div {
    font-size: 11px;
    color: #FFFFFF;
}

table.menu td.simple div {
    font-size: 11px;
    color: #000000;
}

table.menu td.simple {
    padding: 3px 0px 3px 10px;
    font-size: 10px;    
    background-color: #E4F0D3;
    background-image: url("../img/pdot.gif");
    background-repeat: no-repeat;         
    background-position: 20px 8px;         
}

table.menu td.simple a, table.menu td.simple a:visited {
    color: #666666;
    text-decoration: none;
}

table.menu td.simple a:hover, table.menu td.simple a:active {
    color: #666666;
    text-decoration: underline;
}

table.menu td.br {
    height: 3px;
}

td.featured {
    background-image: url("../img/fbg.gif");
    background-repeat: repeat-y;       
    padding:5px;  
}

div.call {
    position: relative;
    top: -150px;
    left: 10px;
}

table.submitform td, table.submitform th {
    padding: 3px;
}

table.submitform th {
    text-align: right;
}