body, html 
{
    height: 100%;
    }
    
body 
{
    padding: 0px;
    border: none;
    background-position: center;
    }
    
#container 
{
    position: absolute;
    left: 50%;
    width: 800px;
    margin-left: -400px;
    }
    
#topholder 
{
    clear:both;
    }
    
#logo, #topgraphic
{
    display: block;
    float: left;
    border-top: 10px solid #a9c05f;
    }
    
#legend 
{
    position: absolute;
    left: 243px;
    top: 187px;
    width: 328px;
    border: 0px solid #000;
    }
    
#contentholder 
{
    display: table;
    clear:both;
    width: 100%;
    height: px;
    border: 0px solid #000;
    }
    
#leftmenu 
{
    float: left;
    width: 205px;
    border: 0px solid #000;
    }
    
#content
{
    float: right;
    width: 595px;
    border: 0px solid #000;
    padding: 10px 0px 10px 0px;
    }
    
#content_front
{
    float: right;
    width: 595px;
    border: 0px solid #000;
    }
    
#footer 
{
    clear: both;
    height: 25px;
    width: 100%;
    background: #d6d6d6;
    padding: 10px 0px 0px 0px;
    }
    
#footer small
{
    color: #6a6a6a;
    font-size: 9px;
    }
    
#footer a 
{
    font-size: 9px;
    color: #BE6265;
    }
    
#legend, #legend span, #legend a
{
    color: #636363;
    font-size: 9px;
    }
    
/* NEWS STYLES */
.newsdate 
{
    color: #7d4042;
    font-size: 9px;
    }
    
.newsheader a
{
    color: #fff;
    font-weight: bold;
    font-size: 9px;
    }
    
.newsheader a:hover
{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    }
    
.newstext 
{
    color: #fff;
    font-size: 9px;
    }
    
/* ARRANGEMENT STYLES */
.arrdate 
{
    color: #363636;
    font-size: 9px;
    }
    
.arrheader a
{
    color: #636363;
    font-weight: bold;
    font-size: 9px;
    }
    
.arrheader a:hover
{
    color: #636363;
    font-weight: bold;
    text-decoration: none;
    }
    
.arrtext 
{
    color: #6a6a6a;
    font-size: 9px;
    }
    
.alllink a
{
    display: block;
    margin-left: 10px;
    width: 150px;
    border-top: 1px solid #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    }
    
.alllink a, .alllink a:hover
{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 9px;
    }
    
.alllinkdark a
{
    display: block;
    margin-left: 10px;
    width: 150px;
    border-top: 1px solid #636363;
    padding-top: 10px;
    }
    
.alllinkdark a, .alllinkdark a:hover
{
    color: #636363;
    font-weight: bold;
    text-decoration: none;
    font-size: 9px;
    }
    
/* LEFTMENU */
#leftmenu ul 
{
    margin: 0px;
    padding: 0px;
    }
    
#leftmenu ul li.L1
{
    display: block;
    margin: 0px 0px 0px 30px;
    padding: 0px;
    list-style: none;
    border-bottom: 1px solid #636363;
    width: 140px;
    }
    
#leftmenu ul li.L2
{
    display: block;
    margin: 0px 0px 0px 20px;
    padding: 0px;
    list-style: none;
    width: 140px;
    }
    
#leftmenu ul li a
{
    display: block;
    width: 140px;
    padding-top: 6px;
    color: #9f003a;
    list-style: none;
    height: 17px;
    font-size: 11px;
    background: url('/files/navigation/arrow_normal.gif') no-repeat right center;
    }
    
#leftmenu ul li a.inpath
{
    font-weight: bold;
    }
    
#leftmenu ul li.L2 a
{
    display: block;
    width: 120px;
    padding-top: 6px;
    color: #9f003a;
    list-style: none;
    height: 17px;
    font-size: 11px;
    background: none;
    }
