body {
    
    background-image: url('images/background.jpg');
    background-repeat: repeat-x;
    margin: 0px;
    padding: 0px;
    font-family: Arial, Sans-Serif;
    font-size: 11px;
    background-color: #D0D0D0;
    scrollbar-face-color: #CCCCCC;
    scrollbar-arrow-color: #FFFFFF;
    scrollbar-track-color: #EBFFED;
    scrollbar-shadow-color: #000000;
    scrollbar-highlight-color: #000000;
    scrollbar-3dlight-color: #808080;
    scrollbar-darkshadow-Color: #202020;

}

#container {
 
    position: absolute;
    left: 50%; 
    width: 780px;
    height: 583px;
    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: 115px;
    border-left: solid 1px #50A272;
    border-right: solid 1px #C7C7C7;
    border-bottom: solid 8px #18964C;
}

#logo {
 
    width: 172px;
    height: 115px;
    background-image: url('images/LargeLogo.jpg');
    background-repeat: no-repeat;
    float:left;
}

#links {
    
    padding: 75px 0px 0px 0px;
    float: right;   
    color: #686868;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
}

#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: 770px;
    height: 460px;
    border-left: solid 1px #50A272;
    border-right: solid 1px #C7C7C7;
}


.contenttop1 {
    
    width: 255px;
    height: 215px;
    float: left;
    border-right: solid 3px #AEAEAE;
}

.contenttop2 {

    width: 2px;
    height: 215px;
    float: left;
    border-left: solid 3px #585858;
    border-right: solid 1px #BFBFBF;
    background-color: #41434B;

}

.contenttop3 {
    
    width: 138px;
    height: 215px;
    float: left;
    border-left: solid 11px #FFFFFF;
    border-right: solid 6px #7A7A7A;
}

.contenttop4 {

    width: 7px;
    height: 215px;    
    float: left;
    border-left: solid 17px #E6E6E6;
    border-right: solid 3px #E8E8E8;
    background-color: #AEAEA0;
}

.contenttop5 {
    
    width: 320px;
    height: 215px;
    float: left;
    /*border-left: solid 4px #A4A4A4;*/
    overflow: hidden;
}

#contentbottom1 {
    
    padding: 5px 5px 0px 20px;
    border-top: solid 4px #919191;
    border-right: solid 1px #919191;
    width: 342px;
    height: 215px;
    float: left;
    color: #6D6D6D;
    overflow: hidden;
}

#contentbottom1 p {
 
    margin: 10px 0px 0px 0px;
    padding: 0px;   
}

#contentbottom2 {
    
    padding: 5px 0px 0px 0px;
    border-top: solid 4px #919191;
    border-right: solid 1px #919191;
    width: 130px;
    height: 215px;
    float: left;
    color: #6D6D6D;
}

.contentbottom3 {

    width: 145px;
    height: 215px;
    float: left;
    overflow: hidden;
}

#contentbottom4 {

    padding: 0px 0px 0px 10px;
    border-top: solid 4px #919191;    
    width: 105px;
    height: 220px;
    float: left;
    background-image: url('images/searchbg.jpg');
    background-repeat: repeat-x;
    color: #FFFFFF;
    background-color: #B4B4B4;
}

#searchtitle {
    
    margin: 0px 0px 5px 0px;
    width: 83px;
    height: 86px;
    background-image: url('images/searchtitle.jpg');   
}

#footerleft {
    
    padding: 0px 0px 0px 20px;
    width: 684px;
    height: 20px;
    border-top: solid 1px #C7C7C7; 
    border-right: solid 1px #C7C7C7;
    line-height: 20px;
    color: #8E8E8E;
    font-size: 10px;
    float: left;
}

#footerleft a {
 
    color: #18964C;
}

#footerleft a:hover {
    
    text-decoration: none;
    background-color: #FFFFFF;
}

#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;
}

.greentitle {

    color: #18964C;
    font-size: 15px;
    font-family: Arial, Sans-Serif;
    font-weight: bold;
    background-color: #FFFFFF;
}

.homenews {
    
    padding: 5px 5px 0px 0px;
    width: 140px;
    height: 167px;
    color: #6D6D6D;
    font-size: 11px;
    background-color: #FFFFFF;
}

.greenbar {
    
    background-color: #18964C;
    color: #FFFFFF;
    font-size: 11px;
}

.greenbar a {
 
    color: #FFFFFF;
    text-decoration: none;
}

.greenbar a:hover {
 
    text-decoration: underline;
}

.whitebar {
    
    color: #18964C;
    background-color: #FFFFFF;
    font-size: 11px;   
}

.whitebar a {
 
    color: #18964C;
    text-decoration: none;
}

.whitebar a:hover {
 
    text-decoration: underline;
}