html, body{
background-color:#999966;
text-align: center; 
    font-family: Arial,Helvetica,sans-serif;
    color: #336600;
    height: 100%;
    	
}
#container{
width: 100%;
margin-left: auto;
margin-right: auto;
text-align: center;
height: 100%;
}


#banner{
width: 100%;
height: 100px;
font-family: Arial,Helvetica,sans-serif;
font-size: 17px;
color: #013211;
text-align: right;
}


#bnrleft{
background-color: #CCCC99;
width: 20%;
float: left;
}

#left{
width: 20%;
float: left;
height: 100%;
}


#nav_mid{
background: #999966 ;
border: 1px solid #999966;
font-family: Verdana, arial, sans-serif;
font-size: 12px;
color: #C1C4C6;
height: 100%;
padding-top:20px;
}

#center{
width: 80%;
float: left;
height: 125%;
}
#content_mid{
background: #CCCC99 ;
border: 1px solid #336600;
font-family: Verdana, arial, sans-serif;
font-size: 15px;
color: #013211;

padding-top:15px;
padding-bottom:15px;
padding-right:15px;
padding-left:15px; 
}

#table
{
font-family: Arial,Helvetica,sans-serif;
font-size: 17px;
color: #336600;

caption-side:top;
}

#table td
{
padding-top:10px;
padding-bottom:10px;
border-collapse:collapse;
border:1px solid;
width:280px
}

a:link {
color : #013211;
text-decoration : underline;
}
a:visited {
color : #000066;
text-decoration : underline;
}
a:active {
color : #009900;
text-decoration : none;
}
a:hover {
color :#FFFF66;
text-decoration : none;
}
