body {
width: auto;
font: 83% Tahoma,Verdana,Arial,sans-serif;
}

#head {
margin-left: 10px;
margin-right: 10px;
height: 175px;
background: #FDFDFD;
border: 2px dashed #6BADFF;
background-image: url("head.gif");
background-repeat: no-repeat;
background-position: right;
}

#head h1 {
color: #6BADFF;
padding-left: 30px;
}

#head h2 {
color: #004CA2;
padding-left: 80px;
font-style: italic;
}

#head h3 {
color: #004CA2;
padding-left: 130px;
}

#menu {
clear: left;
float: left;
margin-left: 10px;
height: 600px;
width: 120px;
border-left: 2px dashed #6BADFF;
border-right: 2px dashed #6BADFF;
border-bottom: 2px dashed #6BADFF;
}

#menu a {
padding-top: 10px;
padding-left: 10px;
display: block;
height: 20px;
text-align: left;
color: #505050;
font-weight: bold;
text-decoration: none;
}

#menu a.top:hover {
background: #B0E0E6;
}

#menu a.middle:hover {
background: #6BADFF;
}

#menu a.bottom:hover {
background: #004CA2;
color: #BBDBFF
}

#menu a:visited {
color: #4582B4;
}

#extra {
clear: right;
float: right;
margin-right: 10px;
height: 600px;
width: 160px;
border-left: 2px dashed  #6BADFF;
border-right: 2px dashed #6BADFF;
border-bottom: 2px dashed #6BADFF;
}

#extra a.top {
display: block;
background: #B0E0E6;
height: 18px;
text-align: center;
font-weight: bold;
color: #505050;
text-decoration: none;
}

#extra a.middle {
display: block;
background: #6BFF7C;
height: 18px;
text-align: center;
font-weight: bold;
color: #505050;
text-decoration: none;
}

#extra a.bottom {
display: block;
background: #FFCC66;
height: 18px;
text-align: center;
font-weight: bold;
color: #505050;
text-decoration: none;
}

#extra p {
padding-left: 5px;
padding-right: 5px;
text-align: center;
color: #004CA2;
}

#extra a:visited {
color: #4682B4;
}

#content {
margin-left: 130px;
margin-right: 130px;
border-bottom: 2px dashed #6BADFF;
height: 600px;
background-image: url("content.gif");
background-repeat: repeat-y;
background-position: right;
overflow: auto;
}

#content p {
padding-left: 10px;
padding-right: 10px;
}

#content h3 {
color: #6BADFF;
font-size: 110%;
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
}

#content h6 {
font-size: 85%;
padding-left: 10px;
padding-right: 10px;
}

#content a:visited {
color: #4682B4;
}

#content h4 {
padding-top: 10px;
padding-bottom: 10px;
padding-left: 50px;
padding-right: 10px;
background: #B0E0E6;
color: #004CA2;
font: 150% Tahoma,Verdana;
}

p.foot {
text-align: center;
font: 80% Tahoma,Verdana,Arial,sans-serif;
}