body {
 margin: 0 0 0 0;
 padding: 0 0 0 0;
 background-position: 50% 35%;
 font-family: Verdana, "Trebuchet MS", Arial;
 font-size: 62.5%;
 background-color:#CCFFFF;
 }

#header {
 position: absolute;
 background-image: url(bg-grand-side.gif);
 background-repeat: no-repeat;
 left: 10%;
 top: 0%;
 width: 18%;
 height: 441px;
 padding-left: 2%;
 background-color: #E6F7F7;
 border-left: 70px solid #0096BB;
}
#header p{
 font-family: Verdana, "Trebuchet MS", Arial;
 font-weight: normal;
 font-size: 1.1em;
}
#header h1 {
margin-top: 10%;
 .margin-top: 10%;
 _margin-top: 2%;
 left: 11%;
 font-family: Verdana, "Trebuchet MS", Arial;
 font-weight: normal;
 font-size: 1.8em;
.font-size: 2em;
}

#subhead {
 position: absolute;
 left: 38%;
 width: 28%;
 top: 4%;
}

#subhead p{
top: 4%;
margin-top: 0;
font-size: 1.2em;
font-weight: bold;
padding: .5%;
}

#maincontent {
 position: absolute;
 left: 38%;
 width: 35%;
 top: 18%;
 background: transparent;
 text-align: left;
 border-width: 0;
 margin-top: 0;
 font-size: 1.1em;
 font-weight: normal;
 line-height: 140%;
 padding: .5%
}
#subcontent {
padding: 0;
position: absolute;
left: 74%;
 width: 18%;
 top: 40%;
 .top: 54%;
 background: #0096BB;
 padding-left: 10px;
 .padding: 5px;
 color: #CCFFFF;
}
#subcontent p{
   font-size: 1.2em;
   font-weight: normal;
   font-family: Verdana, "Trebuchet MS", Arial;
}

#nav {
 position: absolute;
 top: 4%;
 left: 75%;
 width: 175px;
}
#nav p {
 font-size: small;
 color: red;
}

a.button {
background: url(b-bgnorm.jpg);
display:block;
width: 140px;
height:20px;
font-family: Trebuchet MS;
font-size: 12px;
font-weight: bold;
text-decoration: none;
text-align:left;
text-indent: 6px;
color: #FFFFFF;
}
a.button:focus, a.button:hover, a.button:active {
background: url(b-bgover.jpg);
color: #003399
}

.rollover a {
display:block;
width: 140px;
padding:10px 10px 10px 5px;
font: bold 13px sans-serif;;
color:#003399;
background: url("grnbutton.jpg") 0 0 no-repeat;
text-decoration: none;
}
.rollover a:hover {
background-position: 0 -20px;
color: #003399;
}
.rollover a:active {
background-position: 0 -20px;
color:#003399;
}

#footer{
position: absolute;
top: 441px;
left: 0%;
width: 100%;
height: 20px;
background-color: #0096BB;
color: #CCFFFF;
}
#footer p{
  margin-top:4px;
  padding-left: 10px;
  text-align: left;
  font-family: inherit;
  font-size: 9px;
}
#footer a{
  color: #CCFFFF;
}
