p {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: small;
	text-align: left;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
}
ul {
	font-family: Georgia, "Times New Roman", Times, serif;
}
body {
  margin: 0px;
  padding: 0px;
text-align: center;

}

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

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

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

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

}
#rightcolspacer {
  background: #fff;
  float: left;
  width: 15px;
}
#rightcol {
  background: #fff;
  float: left;
  width: 175px;

}
#content {
  background: #fff;
  float: left;
  width:460px;
  padding-left: 10px;
  padding-right: 15px;

}
#footer {
  background: #fff;
  clear: left;
  width: 900px;

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