@charset "utf-8";
/* CSS Document */

.center {
     background-image:url(images/center.jpg);
     background-repeat:repeat-y;
        } 
.maintable p{
     padding: 0px 45px 0px 45px;
        }
#navcontainer {
border-bottom : 10px solid #fff;
padding-left : 50px;
} 
#navcontainer ul { 
text-align : center;
padding-bottom : 5px;
padding-top : 5px;
padding-left : 0;
margin-top : 0;
margin-bottom : 0;
margin-left : 0;
background : #009900;
color : white;
width : 100%;
font-family : Arial, Helvetica, sans-serif;
line-height : 18px;
} 
#navcontainer ul li { 
display: inline;   
padding-left : 0;
padding-right : 0;
padding-bottom : 5px;
padding-top : 5px;
} 
#navcontainer ul li a { 
padding-left : 10px;
padding-right : 10px;
padding-bottom : 5px;
padding-top : 5px;
color : #fff;
text-decoration: none;  
border-right : 1px solid #fff;
} 
#navcontainer ul li a:hover { 
background : #006600;
color : #F90;
} 
#navcontainer #active { 
border-left : 1px solid #fff;
}    
