p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
h1 {
	font-family: Tahoma;
	font-size: medium;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
}
body {
  margin: 0px;
  padding: 0px;
text-align: center;

}

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

#header {
  background: #fff;
  width: 775px;

  
}
#leftcol {
  background: #fff;
  float: left;
  width: 25px;

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

}
#rightcolspacer {
  background: #fff;
  float: left;
  width: 35px;
}
#rightcol {
  background: #fff;
  float: left;
  width: 160px;

}
#content {
  background: #fff;
  float: left;
  width: 500px;

}
#footer {
  background: #fff;
  clear: left;
  width: 800px;
  text-align: center;

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

