/* pushes the page to the full capacity of the viewing area */
html {height:100%;}
h1{ font-size:18px; color: #666600; font-family: Arial, Helvetica, sans-serif;}
h2{ font-size:16px; color: #666600; font-family: Arial, Helvetica, sans-serif;}
body {height:100%; margin:0; padding:0;}
/* prepares the background image to full capacity of the viewing area */
#bg {position:fixed; top:0; left:0; width:100%; height:100%;}
/* places the content ontop of the background image */
#content {position:relative; z-index:1; top: 0px;}
#rightcontent {overflow:auto;height:475px; color:#3F3F3F; font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif; padding-right:10px; padding-left:10px; text-align:left;}

.style1 {color: #666666}

.centerstyle {
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #CCCC99;

}

div#footer{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:<length>;
  font-size:10px;
  font-family: Arial, Helvetica, sans-serif;
  color: #CCCC99;
 }
 
#footer a:link {
	color: #CCCC99;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #CCCC99;
}
#footer a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:active {
	text-decoration: none;
}

 .style9 {color: #CCCC99}


