html { 
background-color:#a9e9ff;
padding:0px;
margin:0px;
FONT-FAMILY: tahoma,arial,helvetica;
FONT-SIZE: 10pt;
}

body { 
background-color:#a9e9ff;
padding:0px;
margin:0px;
FONT-FAMILY: tahoma,arial,helvetica;
FONT-SIZE: 10pt;
}

h3 {
font-size:13px;
text-align: left;
color: navy;
background-color: transparent;
}

h5 {
font-size:11px;
color: #2c352c;
background-color: #a5e9ff;
padding:5px 5px 15px 10px;
margin:0px
}

table {
FONT-FAMILY: tahoma,arial,helvetica;
FONT-SIZE: 10pt;
}



.banner {
  margin: 0px 0px 0px 0px;
  text-align: right;
  color: #7bdaf9;
}

.header {
background-color:skyblue;
clear:both;
float:left;
width:100%;
border-bottom:1px solid #000;
}

.body {
background-color:#2f6796;
position:relative;	/* This fixes the IE7 overflow hidden bug */
clear:both;
float:left;
width:100%;			/* width of whole page */
overflow:hidden;	/* This chops off any overhanging divs */
}

.colleft {
background-color:lightblue;
float:left;
position:relative;
width:22%;
height: 400px; 
margin:5px;
padding:5px;
}

.colright {
background-color:lightblue;
float:right;
position:relative;
width:72%;
left:0%;
height: 400px;
margin:5px;
padding:5px;
}

.footer {
background-color:#2f6796;
clear:both;
float:left;
width:100%;
border-top:1px solid #000;
}

.buttonmenu{
font: bold 13px Arial;
width: 100%; 
overflow: hidden;
}

.buttonmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%;
background: Khaki url(buttonup.png) center center repeat-x;
}

.buttonmenu ul li{
display: inline;
}

.buttonmenu ul li a{
float: left;
color: #2c352c;
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66;
}

.buttonmenu ul li a:visited{
color: #2c352c;
}

.buttonmenu ul li a:hover, .buttonmenu ul li .current{
color: #2c352c; !important; 
padding-top: 6px; 
padding-bottom: 4px; 
background: Khaki url(buttondown.png) center center repeat-x;
}

