html {
    margin: 0px;
    padding: 0px;
}

body {
    background-color:#8b0000;
	background-attachment: fixed;
	scrollbar-face-color:#cccccc; 
	scrollbar-arrow-color:#003333; 
	scrollbar-track-color:#ffffcc; 
	scrollbar-shadow-color:''; 
	scrollbar-highlight-color:''; 
	scrollbar-3dlight-color:''; 
	scrollbar-darkshadow-Color:''; 
}

#container {
	position: relative;
	margin:0px auto 0px auto;
	width:1024px;
	border-width:1px; 
}



#header{
    position: absolute;
    top: -20px;
    left: 10px;
    align: center;
    width: 950px;
    height:139px;
    border-width: 0px; 
    border-color: #ffffcc;
    z-index: 200;
    
    
}

#left{
    
    position:absolute;
    border:0px ridge #ffffcc; position: absolute; 
    background-image: url('images/LeftBack512.gif');
    text-align: center;
    top: 120px;
    left: 15px;
    width: 210px;
    height: 510px;
    font-family: 'arial'; 
    font-size: 8pt;
    color:#8b0000;
    padding-left: 10px;
    margin-top: 10px
    
}    

#middle{
	position:  absolute;
	border:1px ridge #ffffcc;
	background-image: url('images/MidBackAn524.gif');
	background-repeat:  no-repeat;
	top: 130px;
	left: 230px;
	width: 450px;
	height: 510px;
	padding-left: 50px;
	padding-right: 50px;
	font-family: 'arial';
	font-size: 7.5pt;
	font-weight:400;
	background-color: #ffffff;
	color: #000000;
	text-align: justify;
	overflow: auto;
	z-index: 100;
    
}

#right{
    
    border:1px ridge #ffffcc; position: absolute;
    background-image: url('images/RightBack512.gif'); 
    top: 130px;
    left:779px;
    width: 165px;
    height: 510px;
    font-size: 8pt;
    font-weight:800;
    padding: 10px;
    background-color: #ffffff;
    align: center;    
}


div{
    font-family: 'arial'; 
    font-size: 10pt;
    padding-top: 10px;
    
}

#linkdiv {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}
    
img{
	
	align: center;
	border: 1px;
	border-color: #8b0000;
	padding: 5px;
    
}

#jon{
	height: 140px;
	width: 115px;
	margin-right: 5px;
	margin-bottom: 5px;
	
	
}

#brenda{
    height: 122px;
    width: 84px;
    margin-right: 5px;
	
	
    
}    

#banner{
    width: 100%;
}


#animation {
    align: center;
}

p{
    align: justify;
    color: #000000;
    font-family: 'arial';
    margin-bottom: 0.2em;
    
}

.hc {
	font-size: 6pt;
	color: #003333;
	text-align: center;
}

#hess {
	color: #003333;
	text-align: right;
}

#headings{
    font-size: 12pt;
    color: #000000;

}