#top {
background-color: #ffffff;
border-bottom: 5px #cdcdcd groove;
border-left: 5px #cdcdcd groove;
border-right: 5px #cdcdcd groove;
border-top: 5px #cdcdcd groove;
height: 200px;
left: 125px;
padding: 10px;
position: absolute;
top: 25px;
width: 800px;
z-index: 1
}

#middle {
background-color: #ffffff;
border-bottom: 5px #cdcdcd groove;
border-left: 5px #cdcdcd groove;
border-right: 5px #cdcdcd groove;
border-top: 5px #cdcdcd groove;
height: 350px;
left: 125px;
padding: 10px;
position: absolute;
top: 250px;
width: 800px;
z-index: 2
}

body {
background-attachment: fixed;
background-color: #003399;
background-repeat: repeat;
color: #000000;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10pt;
font-weight: bold;
line-height: 1.2em;
margin: 10px;
padding: 5px;
text-align: justify
}

a:link {
color: #0408eb;
text-decoration: underline
}

a:hover {
color: #09eb09;
text-decoration: underline
}

a:visited {
color: #0408eb;
text-decoration: underline
}

h2 {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1.3em;
font-weight: bold;
text-align: left
}

h3 {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1.2em;
font-weight: bold;
text-align: left
}

h4 {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1.1em;
font-weight: bold;
text-align: left
}

h5 {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
font-weight: bold;
text-align: left
}