body
{
background-color: #e0ffff;
margin: 0;
}




.sidebar
{
background: #767573;
width: 200px;
height: 1024px;
position: absolute;
top: 100px;
left: 0px;
}



.top
{
background-image: url(images/top12.jpg);
background-repeat: repeat-y;
width: 100%;
height: 18%;
position: absolute;
top: 0px;
left: 0px;
margin: 0px;
}


#midsection
{
margin: 30% 34% 0 170px;
padding: 0 10px 10px;
background-color: #64c1d2;
}
.initial:first-letter
{
color: #008080;
font-size: 3em;
}

.headertext 
{
font-size: 5em;
color: #35eeff;              /*00c1d2*/

}


.midtext
{
font-family: serif;
font-size: 2em;
color: #000000;
}



#sidelink ul 
{ 
margin: 0;
padding: 0;
list-style-type: none;
position: absolute;
top: 300px;
margin: 0px;
}

#sidelink li
{
margin: 0;
}

#sidelink a
{
color: #000000;
background-color: #63cee2;
display: block;
width: 9em;
padding: 3px 12px 3px 8px; 
text-decoration: none;
border-bottom: 1px solid #000000;
font-weight: bold;
}

#sidelink li li a
{
color: #fff;
background-color: #69c;
display: block;
width: 9em;
padding: 3px 3px 3px 17px; 
text-decoration: none;
border-bottom: 1px solid #fff;
font-weight: normal;
}

#sidelink a:hover
{
background-color: #008080;
color: #fff;
}







.midlink a
{

color: #000000;
background-color: #63cee2;
display: block;
width: 4em;
height: 2em;
padding: 14px 8px 0px 8px; 
text-decoration: none;
border-bottom: 1px solid #000000;
font-weight: bold;
font-size: 1.5em;

}



.midlink a:hover
{
background-color: #008080;
color: #ffffff;
}



