﻿body
  {
	font-family: "Courier New", Courier, monospace;
  margin: 0px;
  padding: 0px;
	/* background: url(images/bg.gif) repeat-x; */
  /* background-color: #a4a5a0; */
  background-color: #333333;
  /* font-weight: bold; */
  }

a:link, a:active, a:visited
  {
  color: #1b5693;
  text-decoration: none;
  }
  
a:hover
  {
  text-decoration: underline;
  }

img
  {
  border: 0px;
  }

td
  {
  text-align: center;
  vertical-align: top;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  font-weight: bold;
  }

td.separator
  {
  width: 3px;
  height: 200px;
  border: 1px solid black;
  }
  
div.bgframe
  {
  position: absolute;
  width: 850px;
  margin-left: 50%;
  left: -425px;
  border-left: 1px solid black;
  border-right: 1px solid black;
  background-color: #ffffff;
  }
 
div.bgfooter
  {
  position: relative;
  padding: 0px;
  width: 850px;
  height: 600px;
  margin-bottom: 0px;
  border-top: 1px dotted #cccccc;
  }


div.bgcontent
  {
  width: 808px;
  padding: 20px;
  padding-top: 20px;
  padding-bottom: 100px;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  font-size: 16px;
  /* text-align: center; */
  line-height: 22px;
  }

h1
  {
  font-weight: bold;
  color: #000000;
  font-size: 40px;
  margin: 0px;
  margin-top: 10px;
  padding: 0px;
  line-height: 40px;
  }

h2
  {
  margin: 0px;
  padding : 0px;
  margin-bottom: 20px;
  margin-top: -20px;
  font-weight: bold;
  font-size: 26px;
  }
  
ul
  {
  position: relative;
  left: 60px;
  top: 20px;
  list-style-type: disc;
  margin-top: 50px;
  text-align: left;
  }
  
li
  {
  padding: 10px;
  font-size: 25px;
  }
  
p.footer_text
  {
  padding: 20px;
  font-family: arial, verdana;
  color: #999999;
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  }