li.MsoNormal
	{mso-style-parent:"";
	margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:"Times New Roman";
	margin-left:0in; margin-right:0in; margin-top:0in}
BODY {
background: #797979;
sCROLLBAR-FACE-COLOR: #C9C9C9; SCROLLBAR-HIGHLIGHT-COLOR: #323641; SCROLLBAR-SHADOW-COLOR: #323641; SCROLLBAR-3DLIGHT-COLOR: #323641; SCROLLBAR-ARROW-COLOR: #660000; SCROLLBAR-TRACK-COLOR: #C9C9C9; SCROLLBAR-DARKSHADOW-COLOR: #660000;
}

#wrapper { 	
  margin: auto;
  width: 760px;
background: #660000;

}

#content { 	
  width: 750px;
  margin-top : 5px;
  margin-bottom : 5px;
margin-left : 5px;
margin-right : 5px;
padding: 20px;
height : 100%;
	background:  url("corbkgnd.gif");
}
.diva { 
background:  url("corbkgnd.gif");
  margin: 0px ;
  padding-left: 20px;
  padding-right: 20px;
  width: 740px;
}.divb { 
background:  url("corbkgnd.gif");
  margin: 0px ;
  padding-left: 20px;
  padding-right: 20px;
  width: 740px;
}
h1  {
  color:                 #000000;
  font-family:           Verdana;
  font-size:              24px;
  font-style:              bold;
  text-align:             center;
  }
h2  {
  color:                 black;
  font-family:           Verdana;
  font-size:              18px;
  font-style:              normal;
  text-align:             center;
  }
h3  {
  color:                 #660000;
  font-family:           Verdana;
  font-size:              14px;
  font-style:              normal;
  text-align:             center;
  }
h4  {
  color:                 #000;
  font-family:           Verdana;
  font-size:              14px;
  font-style:              normal;
  text-align:             center;
  }
h5  {
  color:                 #000000;
  font-family:           Verdana;
  font-size:              10px;
  font-style:              normal;
  text-align:             center;
  }
h6  {
  color:                 #000000;
  font-family:           Verdana;
  font-size:              14px;
  font-style:              normal;
  text-align:             left;
  text-indent: 20px;
  }

a:link {color: #4378BF}     /* unvisited link */
a:visited {color: #660000}  /* visited link */
a:hover {color: #000000}   /* mouse over link */
a:active {color: #89A9D5}   /* selected link */  

li { padding-left: 3em; list-style-position: inside; text-indent: -2em }  

//Page Scroller (aka custom scrollbar)- By Dynamic Drive
//For full source code and more DHTML scripts, visit http://www.dynamicdrive.com
//This credit MUST stay intact for use

var Hoffset=38 //Enter buttons' offset from right edge of window (adjust depending on images width)
var Voffset=90 //Enter buttons' offset from bottom edge of window (adjust depending on images height)
var thespeed=1 //Enter scroll speed in integer (Advised: 1-3)

var ieNOTopera=document.all&&navigator.userAgent.indexOf("Opera")==-1
var myspeed=0

var ieHoffset_extra=document.all? 15 : 0
var cross_obj=document.all? document.all.staticbuttons : document.getElementById? document.getElementById("staticbuttons") : document.staticbuttons

function iecompattest(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function positionit(){
var dsocleft=document.all? iecompattest().scrollLeft : pageXOffset
var dsoctop=document.all? iecompattest().scrollTop : pageYOffset
var window_width=ieNOTopera? iecompattest().clientWidth+ieHoffset_extra : window.innerWidth+ieHoffset_extra
var window_height=ieNOTopera? iecompattest().clientHeight : window.innerHeight

if (document.all||document.getElementById){
cross_obj.style.left=parseInt(dsocleft)+parseInt(window_width)-Hoffset+"px"
cross_obj.style.top=dsoctop+parseInt(window_height)-Voffset+"px"
}
else if (document.layers){
cross_obj.left=dsocleft+window_width-Hoffset
cross_obj.top=dsoctop+window_height-Voffset
}
}

function scrollwindow(){
window.scrollBy(0,myspeed)
}

function initializeIT(){
positionit()
if (myspeed!=0){
scrollwindow()
}
}

if (document.all||document.getElementById||document.layers)
setInterval("initializeIT()",20)