body {

    background-image: url(/images/bg.jpg);
    background-repeat: repeat-x;
    background-color: #686868;
    color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    font-family: Arial, Sans-Serif;
    font-size: 62.5%; 
}

a {
    color: #FFFFFF;
    text-decoration: none;       
}

a:hover {
    text-decoration: underline;
    
}

#container {
    
    width: 780px;
    height: 575px;
    position: absolute;
    left: 50%;
    margin-left: -390px;
}

#top {
 
    width: 780px;
    height: 69px;    
}

#logo {
 
    width: 196px;
    height: 68px;
    float: left;
    background-image: url(/images/logo.gif);      
}

#links {
 
    margin-top: 30px;
    float: left;
    width: 584px;
    height: 38px;
    font-size: 1.2em;
    font-weight: bold;
    color: #6C6C6C;
}

#links ul {
    
    margin: 0px;
    padding: 0px;
    float: right;
}

#links li {

    padding: 0px 0px 0px 20px;
    display: inline;
    list-style-type: none;
    background-image: url('/images/unselectedpage.gif');
    background-repeat: no-repeat;
    /*line-height: 60px;*/
}

#links li a {
 
    color: #686868;
    text-decoration: none;
}

#links li a:hover {
 
    text-decoration: underline;   
    
}

#menubar {
    
    margin-left: 7px;
    width: 765px;
    height: 28px;
    background-image: url(/images/top_bg.jpg);
    background-repeat: repeat-x;
}

#menubarleft {
    
    float: left;
    width: 6px;
    height: 28px;
    background-image: url(/images/topbar_left.jpg);
    background-repeat: no-repeat;
}

#menubarmiddle {
    margin-left: 20px;
    width: 700px;
    height: 28px;
    float: left;
    line-height: 28px;
}

#menubarright {
    
    float: right;
    width: 6px;
    height: 28px;
    background-image: url(/images/topbar_right.jpg);
    background-repeat: no-repeat;
}

#menubarmiddle ul {
    
    margin: 0px;
    padding: 0px;
}

#menubarmiddle li {

    padding: 0px 0px 0px 20px;
    display: inline;
    list-style-type: none;
    background-image: url('/images/sub_menu.gif');
    background-repeat: no-repeat;
    /*line-height: 60px;*/
}

#footer {
 
    margin-left: 20px;
    width: 780px;
    height: 40px;
    line-height: 40px;
}
