
/* Index Page Layout Stylesheet */ 

body {
 margin:20px;
 background-color: #8C0000;
 text-align:center;
 padding:0;
 }

#table {
 text-align:center;
 width:718px;
 margin:auto;
 }

#hdr-top {
 height:40px;
 width:718px;
 background-image: url('header-top.gif');
 margin:0 0 0 1px;
 }

#hdr-bot {
 height:95px;
 width:718px;
 background-image: url('header-bot2.png');
 color: #333333;
 border:solid #FF0000;	
 border-width:0px 1px 0px 1px;
 }

#bodyblock {
 position:relative;
 width:718px;
 padding:0;
 }
 
#Flash {
 float:center;
 height:318px;
 width:718px;
 border:solid #FF0000;	
 border-width:0px 1px 1px 1px;
 }

#ftr1 {
 height:35px;
 width:718px;
 background-image: url('nav-bkgrnd.gif');
 border:solid #FF0000;
 border-width:0px 1px 1px 1px;
 margin:0;
 }
#botbox {
 height:28px;
 width:718px;
 background:#000000;
 border:solid #FF0000;
 border-width:0px 1px 1px 1px;
 margin:0;
 }

#ftr2a {
 float:left;
 height:28px;
 width:359px;
 background:#000000;
 }
 #ftr2b {
  float:right;
  height:28px;
  width:359px;
  background:#000000;
 }