a.side:link {color: black; text-decoration: none}     /* side unvisited link */
a.side:visited {color: black; text-decoration: none}  /* side visited link */
a.side:hover {color: #D1E231; text-decoration: underline;}   /* side mouse over link */
a.side:active {color: #D1E231; text-decoration: none}   /* side selected link */

a.sidehead:link {color: white; text-decoration: underline}     /* side unvisited link */
a.sidehead:visited {color: white; text-decoration: underline}  /* side visited link */
a.sidehead:hover {color: red; text-decoration: underline;}   /* side mouse over link */
a.sidehead:active {color: white; text-decoration: underline}   /* side selected link */

a.normal:link {color: #CC1100; text-decoration: none}     /* body unvisited link */
a.normal:visited {color: #6A5ACD; text-decoration: none}  /* body visited link */
a.normal:hover {color: #CC1100; text-decoration: underline;}   /* body mouse over link */
a.normal:active {color: #CC1100; text-decoration: underline;}   /* body selected link */

.header {
background-color: #00611C; 
position: absolute;
top: 0px; 
height: 115px; 
width: 885px;
}

.headertext {
position: absolute;
top: 5px; 
left: 210px;
font-family: "verdana", "arial", sans-serif;
font-size: 80px;
color: #79973F;
letter-spacing: 85;
}

.headersmall {
position: absolute;
left: 190px;
top: 120px; 
font-family: "verdana", "arial", sans-serif;
color: #B3C95A;
font-size: 18px; line-height: 30px;
letter-spacing: 5;
}


.sidebar {
background-color: #6E8B3D; 
position: absolute;
top: 0px; 
left: 0px;
width: 170px; 
height: 1200px;
color: black;
font-family: "verdana", "arial", sans-serif;
font-size: 10px; line-height: 20px;
letter-spacing: 3;
}


.sidetext {
top: 220px; 
left: 25px;
position: absolute;
font-family: "verdana", "arial", sans-serif;
font-size: 18px; 
text-transform: uppercase;
}


.body {
background-color: #FFFFCC; 
position: absolute;
top: 161px; 
left: 171px;
width: 725px;
height: 1040px;

}


.bodytext{
position: absolute;
font-family: "verdana", "arial", sans-serif;
font-size: 12px; line-height: 18px;
top: 55px; 
left: 80px;
width: 550px;
}

.bodytextsmall{
font-family: "verdana", "arial", sans-serif;
font-size: 11px; line-height: 14px;
}

.bodytext2{
position: absolute;
font-family: "verdana", "arial", sans-serif;
font-size: 12px; line-height: 18px;
top: 0px;
left: 165px;
width: 400px;
}

