/* CSS Document */

DIV.MIDSECTION{
margin-top:0px;
text-align:left;
border:solid 3px #918471;
width:779px;
height:574px;
float:left;
background: url(../img/background.jpg);
}

DIV.CONTENT{
height:600px;
width:512px;
overflow:auto;
overflow-x:hidden;
margin-top:24px;
margin-left:30px;
color:#667755;

}

.CONTENT P{
padding:4px;
margin:0px;
}

.CONTENT H1{
color:#446611;
}

.CONTENT H2{
color:#446611;
font-size:15px;
margin:2px;
}

.CONTENT H3{
color:#446611;
font-size:14px;
margin:2px;
}

.CONTENT H4{
color:#446611;
font-size:12px;
margin-bottom:2px;
}


.CONTENT A{
color:#664411;
}

.CONTENT A:ACTIVE{
color:#886633;
}

.CONTENT A:VISITED{
color:#664411;
}