  body {
	padding-top: 16em;
    padding-left: 10em;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #000000;
    background-color: #FFFFFF 
  }
  
  h1 {
    font-family: Helvetica, Geneva, Arial,
          SunSans-Regular, sans-serif 
  }
  
  span.head {
    position: absolute;
    background: #0066FF;
    top: 0em;
    left: 0em;
    width: 116%;
    height: 4em
  }
  
  div.headText {
    position: relative;
    width: 100%;
    text-align:center;
    color: #FFFFFF; 
    font-size: 48px;
    font-weight: bold
  }
  
  span.foot {
    background: #FFFFFF;
    bottom: 1em;
    width: 100%;
    height: 1em
  }
  
  div.footText {
    position: relative;
    width: 100%;
    text-align:center;
    font-size: 12px;
    font-style: italic; 
    vertical-align:bottom
  }

  ul.navSide {
    list-style-type: none;
    padding: 0;
    margin: 0px;
    background: #990000;
	width: 10em;
	position: absolute;
    top: 15em;
    left: 0em 
  }
  
  ul.navSide li {
    position: relative;
	font-weight: bold;
	padding-bottom: 1px;
	background: url('../images/tools/Divider.gif') repeat-x left bottom;
    line-height: 1em
  }
  
  ul.navSide li a {
    font-size : 0.8em;
	display: block;
	text-decoration: none;
    background: #990000 url('../images/c_arrow_white.GIF') no-repeat 2px 7px;
	line-height: 1em; 
	padding-left:14px; 
	padding-right:0; 
	padding-top:4px; 
	padding-bottom:4px; 
	background-color:#990000
  }
 
  ul.navSide li a:hover {
	background: #FF0000 url('../images/c_arrow_white.GIF') no-repeat 135px 7px;
	line-height: 1em; 
	background-color:#FF0000
  }

  ul.navSide a:link {
    color: white 
  }
  
  ul.navSide li:hover, li.over { 
  	display: block; 
  }

  ul.navSide a:visited {
    color: white 
  }

 ul.navTop {
    position: absolute;
    top: 15em;
    left: 7em;
    display: table;
    width: 102%;
    height: 24px;
    table-layout: fixed;
    background-color:#990000; 
    text-align:left; 
    float:left;
    background: #990000 url('../images/tools/Divider.gif') repeat-x left bottom;
 }
 
 ul.navTop li {
    display: inline;
    position: relative;
    font-weight: bold;
    padding-bottom: 1px;
    line-height: 1em;
    padding: 2px 6px;
    width: 12em
 }

 ul.navTop li a {
    font-size : 0.8em;
	display: inline;
	text-decoration: none;
    line-height: 1em; 
	padding-left:14px; 
	padding-right:0; 
	padding-top:4px; 
	padding-bottom:4px; 
	background-color:#990000
  }
 
  ul.navTop li a:hover {
	line-height: 1em; 
	background-color:#FF0000
  }

  ul.navTop a:link {
    color: white 
  }
  
  ul.navTop li:hover, li.over { 
  	display: block; 
  }

  ul.navTop a:visited {
    color: white 
  }

 address {
    margin-top: 1em;
    padding-top: 1em;
    border-top: thin dotted 
  }
  
  a:link {
    color: blue
  }
  
  a:visited {
    color: purple 
  }

  table.tblMainHead {
    border-left:4px solid #990000; border-top:4px solid #990000; position: absolute;
    top: 0em;
    left: 0em;
    width=117%;
    height=15em; 
    padding-left:4; 
    padding-right:4; 
    padding-top:1; 
    padding-bottom:1
  }
