p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #ffffff;
}
h1 {
	font-family: Arial, Helvetica, sans-serif 
	font-size: medium;
	color: #ffffff;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}
body {
  margin: 0px;
  padding: 0px;
text-align: center;
background: #000000;

}

#containerDiv {
position: relative;
width: 875px;
margin-right: auto;
margin-left: auto;
text-align: left;
}

#header {
  background: #000000;
  width: 850px;

  
}
#leftcol {
  background: #000000;
  float: left;
  width: 200px;

}
#leftcol2 {
  background: #000000;
  float: left;
  width: 15px;

}
#rightcolspacer {
  background: #000000;
  float: left;
  width: 15px;
}
#rightcol {
  background: #000000;
  float: left;
  width: 10px;

}
#content {
  background: #000000;
  float: left;
  width: 575px;
  padding: 8px;

}
#footer {
  background: #000000;
  clear: left;
  width: 800px;

}
.style3 {font-size: 10px}
.style2 {
	font-size: xx-small;
	color: #3399FF;
}
a:link {
	color: #0099FF;
}
a {
	font-weight: bold;
}