body{
    background-color: #dbdbdb;
    margin-top: 80px;
    padding-top: 0px;
    margin-left: 0px;
    padding-left: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    line-height: 140%;
}
#container{
    position: relative;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    background-color: #ffffff;
    margin-bottom: 50px;
    border-bottom: 10px solid #045e92;
}
#header{
   padding-top: 60px;
}
#left{
    width: 420px;
    padding-right: 20px;
    float: left;
    padding-top: 60px;
    text-align: justify;
}
#right{
    width: 420px;
    float: right;       
}
#footer{
    clear: both;
    padding-top: 65px;
}
#footer a{
    color: #000000;
    text-decoration: underline;
}
#footer a:hover {
    color: #000000;
    text-decoration: none;
}
#menu{
    position: absolute;
    width: 960px;    
    top: 0px;
    margin-left: -30px;
    z-index: 10;
    background: url('images/menu_body_grad.jpg');
    background-repeat: repeat-x;
    background-color: #000000;
}
#menu ul{
    list-style-type: none;
    margin-left: 0px;
    padding: 0;
    margin: 0;    
}
#menu li{
    float: left;    
}
#menu a {
    text-decoration: none;
    color: #ffffff;
    display: block;
    width: 120px;
    height: 28px;
    padding-top: 10px;
    padding-left: 30px;
    border-right: 1px solid #ffffff;
}
#menu a:hover {
    text-decoration: underline;
    color: #ffffff;
}
li.selected{
    background: url('images/button_down_grad.jpg');
    background-repeat: repeat-x;
}
li.notselected{
    background: url('images/button_up_grad.jpg');
    background-repeat: repeat-x;
}

.email a{
    color: #000000;
    text-decoration: none;
}
.email a:hover{
    color: #000000;
    text-decoration: underline;
}
