html {
    margin: 0px;
    padding: 0px;
}

body {
    background-color:#8b0000;
}

#container {
	position: relative;
	width: 1024px;
	margin:auto ;
	border:1px 
}


#header{
	position: absolute;
	top: -20px;
	left: 15px;
    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;
	background-color: #ffffff;
	top: 130px;
	left: 230px;
	width: 530px;
	height: 490px;
	padding-left: 10px;
	padding-right: 10px;
	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:780px;
    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';
	font-size: 8pt;
	clear: both;
	padding: 10px 0;
	text-align: center;
    
}

.hc {
	font-size: 6pt;
	color: #003333;
	text-align: center;
}

#headings{
	font-size: 12pt;
	color: #330000;
}

table{
    line-height: 7px;
    table-width: 440px;
    margin-left: auto;
	margin-right: auto;
	border-width: 0px;
	padding: 0px;
	font-family: 'arial';
	font-size: 8px;
	
	
}
.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;
}


tr{
	padding: 2px;
	text-align: center;
	height: 0.75em;

}

td{
  width: 110px; 
	
}


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;
}

p a
{
	background: inherit;
	color: #777;
}

p a:hover
{
	background: inherit;
	color: #000;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -40px; 
	z-index: 150; 
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 120px;
	height: 80px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
	
}

.hoverbox .preview
{
	border-color: #000;
	width: 220px;
	height: 162px;
}

h2{

	font-size:  1.00em; 
	color: #003333;
	font-family: 'arial';
	padding-left: 20px;
	padding-top:  10px;
	clear: both;

}