body {
    background-color: #484c50;
    margin: 0px;
    padding: 0px;
    font-family: Arial, helvetica, Sans-Serif;
    font-size: 12px;
 background-image: url("../images/gradient92494707.jpg");
    background-repeat:repeat-x;
    
    }
    

#container {
    background-color: #ffffff;
    border: 1px solid #000;    
    width: 900px;
    margin: 0px auto;
    padding: 0px;   
}

#header {
    background-color: #fff;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    width: 900px;
    margin: 0px auto;
    padding: 0px;
    height: 150px;
}

#leftNav {
    float: left;
    width: 200px;
    border-right: 1px solid #c0c0c0;
    padding: 0px;
    min-height: 620px;
    background-image: url("../images/greyGradient.gif");
    background-repeat:repeat-x;
}

#content {
    float: right;
    width: 640px;
    padding: 10px 30px 10px 10px;
    min-height: 650px;    
}

#footer {
    width: 900px;
    text-align: center;
    border-top: 1px solid #000000;
    background-image: url("../images/greyGradient.gif");
    background-repeat:repeat-x;
    height: 50px;
    padding-top: 10px;
    font-size: 11px;

}

.clear {
    clear: both;
}

#homepageLeft {
    float: left;
    width: 420px;
}


#homepageRight {
    float: right;
    width: 200px;
    margin-top: 18px;

}





/*LEFT NAVIGATION*/

#leftNav ul {
    list-style: none;
    padding: 0px;
    margin: 10px 0px 0px 0px;
}

#leftNav li {
   padding: 8px 10px 8px 10px;
   margin: 0px 0px 0px 0px;
}


#leftNav li:hover {
    background-color: #EBEBEB;
}


#leftNav a {
    font-size: 13px;
    text-decoration: none;
    color: #234364;
    font-weight: bold;
    font-family: Verdana, helvetica, Sans-Serif;
}

#leftNav a:hover {
    text-decoration: none;
    color: #385a7d;
}

/*TEXT STYLES*/

h1.heading {
    font-weight: bold;
    color: #484c50;
    font-size: 18px;
}

h4 {font-size: 14px; font-weight: bold; color: #484c50; }

p {font-size: 12px; margin: 18px 0px; font-family: Arial,helvetica,Sans-Serif;font-size: 12px;}

a {
    text-decoration: underline;
    color: #234364;    
}

.moreInfo, .moreInfo a {
    Text-align: right;
    font-size: 10px;
    text-decoration: none;
    margin: 18px 0px 0px 0px;
}



/*HOME PAGE BLOCKS */


.rightBoxes {
    width: 200px;
    background-color: #EBEBEB;
    padding: 10px;
    border: 1px solid #000;
    margin-bottom: 10px;
    font-size: 11px;
}


