html {
    margin: 0px;
    padding: 0px;
}

body {
    background-color:#8b0000;
}

#container {
	position: relative;
	width: 1024px;
	margin:auto ;
	border:1px 
}


#header{
	position: absolute;
	top: -20px;
	left: 10px;
    width: 950px;
    height:139px;
    border-width: 0px; 
    border-color: #ffffcc;
    
}

#left{
    
    border:1px ridge #ffffcc; position: absolute; 
    background-image: url('images/LeftBack512.gif');
    text-align: center;
    top: 120px;
    left: 15px;
    width: 210px;
    height: 500px;
    font-family: 'arial'; 
    font-size: 8pt;
    color:#8b0000;
    padding-left: 10px;
    margin-top: 10px
    
}    

#middle{
	border:1px ridge #ffffcc;
	position:  absolute;
	background-image: url('images/midbackan524.gif');
	background-repeat:  no-repeat;
	top: 130px;
	left: 230px;
	width: 450px;
	height: 490px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 10px;
	font-family: 'arial';
	font-size: 12pt;
	font-weight:400;
	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: 490px;
    font-size: 8pt;
    font-weight:800;
    padding: 10px;
    background-color: #ffffff;
    align: center;  
    margin:0px auto;
  
}


div{
	font-family: 'arial'; 
    font-size: 10pt;
    padding-top: 10px;
}

#linkdiv {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}	
    
img{
	
	align: center;
    
}

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }
	
#banner{
    width: 100%;
}


#animation {
    align: center;
}

p{
    align: justify;
    color: #000000;
    font-family: 'arial';
    
}

.hc {
	font-size: 6pt;
	color: #003333;
	text-align: center;
}

#headings{
	font-size: 12pt;
	color: #330000;
}



.tableheadings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #330000;
	padding-top: 2px;
	padding-bottom: 4px;
	height: 14px;
	line-height: 16px;
	font-style: oblique;
}

table{
    line-height: 7px;
    table-width: 440px;
    margin-left: auto;
	margin-right: auto;
	border-width: 0px;
	padding: 0px;
	font-family: 'arial';
	font-size: 8px;
}


tr{
	padding: 2px;
	text-align: center;
	height: 0.75em;

}

td{
  width: 110px; 
	
}

.smallerfont{
font-size: 8pt;}

th{
colspan = 4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 600;
	font-variant: small-caps;
	color: 003333;
	vertical-align: middle;
	padding-top: 6px;
	padding-bottom: 6px;
}

.login {
	font-size: 10pt;
	font-weight: 500;
	color: #8b0000;
	text-align: center;