    /*
html,body html {
width:100%;height:100%;
}
*/
                
body {
        position: relative;
        width: 1000px;
        height: 100%;
        padding: 5px;
        margin: 5px auto 5px auto;
        background:#ffffcc;
/* background-image:url("images/body.png"); 
*/    
        background-position: center center;
        background-repeat: repeat-y;
    }


#nav-subs li {
list-style:none;
width: 181px;
        
        margin: 5px;
    }

#nav-subs li a {
width:100%;
text-decoration:none;
color:#888;
background:transparent ;
}

#nav-subs li a:hover {
text-decoration:none;
color:#0000D0;
background:#FFFFFF ;
}

#nav-subs .mnuItem 
{
font-size: large; 
font-weight: bold;
text-decoration:none;
color:#000;
background:transparent ;
}

#nav-subs .mnuItemSpecial 
{
font-size: large; 
font-weight: bold;
text-decoration:none;
color:#CC0000;
background:transparent ;
}

#nav-section {
border-bottom:1px solid #ECECEC;
}

.nav-section {
border-top:1px solid #ECECEC;
}


        .headerMain
        {
            font-size:36px;
            font-family:Arial;
            padding:1px;
            margin:1px;
        }
        
        .headerSub
        {
            font-size:24px;
            font-family:Arial;
            padding:1px;
            margin:1px;
        }


/*additional*/
A:link {
color:#0000FF;
text-decoration:underline;
}

A:active {
color:#000;
text-decoration:none;
}

A:visited {
color:#0099FF;
text-decoration:underline;
}

A:hover {
color:#0000D0;
text-decoration:none;
}

#container {
position:relative;
top:0px;
left:0px;
border: 3px solid #CCCCFF;
padding: 2px;
background-color: #E2E2E2; 
width: 1000px;
        }

#content {
position:relative;
left:188px;
padding: 2px;
width:808px;
height:auto;
min-height:700px;
background-color: #FFFFFF;
position: relative;
top: 0px
    }             

#nav-subs {
position:absolute;
top:2px;
Left:3px;
width:183px;
padding-top:1px;
/*background:url('images/leaves.png') no-repeat center top;
*/
background-color: #708D7E;
        }
