body {
    
    background-image: url('images/background.jpg');
    background-repeat: repeat-x;
    margin: 0px;
    padding: 0px;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    background-color: #D0D0D0;
    scrollbar-face-color: #CCCCCC;
    scrollbar-arrow-color: #FFFFFF;
    scrollbar-track-color: #EBFFED;
    scrollbar-shadow-color: #CCCCCC;
    scrollbar-highlight-color: #CCCCCC;
    scrollbar-3dlight-color: #808080;
    scrollbar-darkshadow-Color: #202020;
}

#container {
 
    position: absolute;
    left: 50%; 
    width: 780px;
    height: auto;
    margin-left: -390px;
    border-left: solid 1px #50A272;
    border-right: solid 1px #C7C7C7;
    border-bottom: solid 1px #C7C7C7;
}

#header {

    margin: 0px 4px 0px 4px;
    width: 770px;
    height: 125px;
    border-left: solid 1px #50A272;
    border-right: solid 1px #C7C7C7;
    border-bottom: solid 8px #18964C;
}

#logo {
 
    width: 172px;
    height: 125px;
    background-image: url('images/LargeLogo.jpg');
    background-repeat: no-repeat;
    float:left;
}

#links {
    
    padding: 75px 0px 0px 0px;
    float: right;   
    color: #686868;
    font-family: Tahoma, Sans-Serif;
}

#links a {
    
    color: #686868;
    text-decoration: none;   
}

#links a:hover {
    
    text-decoration: underline;   
}

#links li {
 
    padding: 0px 15px 0px 15px;
    display: inline;
    list-style-type: none;
    background-image: url('images/greyarrow.gif');
    background-repeat: no-repeat;
}

#contentholder {
    
    margin: 0px 0px 0px 4px;
    width: 775px;
    height: 452px;
    border-left: solid 1px #50A272;
    /*border-right: solid 1px #C7C7C7;*/
}


#contentleft {
    
    padding: 0px 10px 0px 10px;
    width: 272px;
    height: 430px;
    float: left;
    color: #686868;
    font-size: 11px;
    overflow: auto;
}

#contentleft a {
 
    color: #18964C;    
}

#contentleft a:hover {
  
    text-decoration: none;   
}

#contentright{
    
    float: left;
    width: 476px;
    height: 430px;
    background-color: #18964C;
    border-top: solid 1px #FFFFFF;
    border-left: solid 2px #C7C7C7;
    border-right: solid 1px #C7C7C7; 
}

#footerleft {
    
    padding: 0px 0px 0px 20px;
    width: 689px;
    height: 20px;
    border-top: solid 1px #C7C7C7; 
    border-right: solid 1px #C7C7C7;
    line-height: 20px;
    color: #8E8E8E;
    font-size: 10px;
    float: left;
    background-color: #FFFFFF;
}

#footerleft a {
 
    color: #18964C;
}

#footerleft a:hover {
    
    text-decoration: none;
}

#footerright {
 
    padding: 0px 5px 0px 0px;
    width: 60px;
    height: 20px;
    float: right;
    border-top: solid 1px #C7C7C7; 
    font-size: 10px;
    line-height: 20px;
    background-image: url('images/greenarrow.gif');
    background-repeat: no-repeat;
    text-align: right;
    background-color: #FFFFFF;
}

#footerright a {
 
    color: #18964C;
    text-decoration: none;
}

#footerright a:hover {
 
    text-decoration: underline;
}

.toptext {
    
    font-size: 14px;
    
}

.toptext a {
 
    color: #18964C;
    text-decoration: none;
}

.toptext a:hover {
 
    text-decoration: underline;
}

.contenthead {
 
    line-height: 32px;
    color: #18964C;
    font-size: 16px;
    font-weight: bold;
    font-family: Arial, Sans-Serif;
}