body {
text-align:center;
font-family: Arial, Helvetica, sans-serif;
background-color:#adc5e0; /*also change headertop*/
}


#wrapper { 
width:758px;
margin:0 auto;
text-align:left;
position:relative;
background-color:#fff;
}

/* Start Header */
#header {
/*  height:127px; */
}
#headertop {
height:21px;
background-color:#adc5e0; /* also change body color */
}
#headermiddle {
height:87px;
/*background:url(images/logo.gif) no-repeat left center;*/
}
#header img {
border:0px;
margin-left:16px;
}
#headerbottom {
height:18px;
background-color:#8eb2d9; /* same as footer color */
}
#headerbottom ul {
display:inline;
font-size:.8em;
list-style:none;
margin:0px;
padding: 0px;
}
#headerbottom ul li {
display:inline;
margin:0px 14px 0px 14px;
}
#headerbottom ul li a:link, #headerbottom ul li a:visited, #headerbottom ul li a:active {color:#002465; text-decoration:none}
#headerbottom ul li a:hover {color:#002465; text-decoration:underline;}

#headerbottom ul li  .thispage {color:#002465; text-decoration:underline;}

#headerimg { /*to place image above the other header info */
height:127px;
width: 324px;
background:url(images/headerchair2.png) no-repeat; 
position:absolute;
left:447px;
top:1px;
}

/* End Header */

/* Start left panel */

#leftpanel {
width:447px; /* also change right and center panel */
height:380px; /* also change right and center panel */
float:left;
font-size:.8em;
margin:5px 7px 0px 10px; 
text-align:center;
}
#leftpanel #text {
text-align:left;
margin:23px 37px 0px 48px; 
}

#leftpanel ul{
list-style:square;
}

/* End left panel */
#centerpanel {
width:5px; /* also change right and left panel */
height:380px; /* also change right and left panel */
float:left;
background:url(images/line.jpg) no-repeat center center; 

}
/* Start right panel */

#rightpanel {
width:245px;   /* also change left and center panel */
margin:14px 3px 0px 16px;  /* also change left and center panel */
height:380px;
float:left;
font-size:.8em;
}
#rightpanel ul{
list-style:square;
}
#rightpanel a:link, #rightpanel a:visited, #rightpanel a:active {color:#000; text-decoration:underline}
#rightpanel a:hover {color:#555; text-decoration:underline;}

/* End right panel */

/* Start footer */

#footer {
clear:both;
height:15px;
text-align:left;
color:#fff;
font-size:.6em;
background-color:#8eb2d9; /* same color as headerbottom ul */
padding-left:4px;
}

/* End footer */
