#maintop {
    
    width: 765px;
    height: 205px;    
}

#maintop1 {

    width: 115px;
    height: 205px;
    float: left;
    background-color: #96CE4F;
    overflow: hidden;   
}

#maintop2 {

    margin-left: 9px;
    width: 500px;
    height: 205px;
    float: left;
}

#mainbottom {
    
    margin-top: 12px;
    margin-bottom: 12px;
    width: 765px;
    height: 230px;  
}

#bottomleft {
    
    margin-right: 10px;
    width: 215px;
    height: 230px;
    float: left;
    background-image: url(/images/grey_grad.jpg);
    background-repeat: repeat-x; 
}

#bottomlefttitle {
    
    margin: 10px 10px 10px 10px;
    color: #096F6D;
    font-size: 1.6em;
}

#bottomleftcontent {
    
    color: #656565;
}

#bottomleftcontent p {
 
    margin: 10px;
}

#bottommid {
    
    margin-right: 10px;
    width: 140px;
    height: 230px;
    float: left;
    background-image: url(/images/green_grad.jpg);
    background-repeat: repeat-x; 
}

#bottommidtitle {
 
    margin: 5px;
    color: #FFFFFF;
    font-size: 1.6em;
}

.bottommidcontent {
 
    margin: 5px;
    border-top: solid 2px #FFFFFF;
    border-bottom: solid 2px #FFFFFF;
    height: 55px;
    font-size: 1.2em;
    color: #3E3E3E;
    line-height: 18px;
}

.bottommidcontent a {
 
    color: #3E3E3E;
    font-weight: bold;
    text-decoration: none;    
}

.bottommidcontent a:hover {
 
    text-decoration: underline;    
}

#bottomright {
    
    width: 390px;
    height: 230px;
    float: left;
    background-image: url(/images/grey_grad.jpg);
    background-repeat: repeat-x; 
}

#bottomright p {
 
    margin: 5px 0px 10px 0px;
}

.cycleleft {
    
    padding: 5px;
    width: 180px;
    height: 220px;
    float: left;
    color: #656565;
}

.cyclelefttitle {
 
    color: #006A68;
    font-size: 1.6em;   
}

.nextlink {
    
    margin: 2px 2px 0px 0px;
    text-align: right;
    font-size: 1.2em;   
}

.prevlink {
 
    margin: 10px 2px 0px 0px;
    text-align: right;   
    font-size: 1.2em;  
}

.nextlink a, .prevlink a {
 
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;    
}

.cycleright {
    
    width: 200px;
    height: 230px;
    float: left;
}

#footer {
 
    border-top: solid 1px #278684;
    width: 765px;
    height: 26px;
    line-height: 26px;
    color: #656565;
    clear: both;
}