p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 20px
	
	
}
h1 {
	font-family: Tahoma;
	font-size: medium;
	text-align: left;
}
ul {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding-bottom: 3px;	
}
 a {
 text-decoration: none;
 color: #0099FF;
 }

 a:visited {
 text-decoration: none;
 color: #ff0000;
 }

 a:active {
 text-decoration: underline;
 color: #ff0000;
 }

 a:hover {
 text-decoration: underline;
 color: #ff0000;
 }
  <style type="text/css">
<!--
.style9 {font-size: 12px}
.style10 {
	font-size: small;
	color: #0099FF;
}
.style13 {font-size: small; color: #000000; }
.style16 {color: #FFFFFF}
.style17 {font-size: 12px; color: #FFFFFF; }
.style18 {font-size: x-small}
.style19 {
	color: #000000;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;}
-->
</style>
body {
  margin: 0px;
  padding: 0px;
text-align: center;
background: #ffffff;

}

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

#header {
  background: #ffffff;
  width: 754px;

  
}
#leftcol {
  background: #ffffff;
  float: left;
  width: 530px;
  padding: 5px;

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

}
#rightcolspacer {
  background: #ffffff;
  float: left;
  width: 15px;
}
#rightcol {
  background: #ffffff;
  float: left;
  width: 200px;

}
#content {
  background: #ffffff;
  float: left;
  width: 195px;
  padding: 1px;

}
#footer {
  background: #ffffff;
  clear: left;
  width: 754px;
  

}
.style3 {font-size: 10px}
.style2 {
	font-size: xx-small;
	color: #3399FF;
}
