h1
{
	font-family : Lucida Sans Unicode;
	font-size :16pt;
    color: #6a6a6a;
}
h2
{
	font-family : Lucida Sans Unicode;
	font-size :11pt;
    color: #6a6a6a;
}
h3
{
	font-family : Lucida Sans Unicode;
	font-size :11pt;
    color: 6a6a6a;
	margin-top:-0px;
}
a {
	text-decoration: none;
	color: #3c3c3c;
	text-decoration: underline;
	cursor:hand;
}
a:hover  {
	text-decoration: none;
	color:#000000;
	text-decoration: underline;
	cursor:hand;
}
#bottom {
}
/* basic architecture */
body {
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
}
#mainWrapper {
  position: absolute;
	left: 50%;
	width: 975px;
	margin-top: 2px;
	margin-left: -484px;
	/*padding: 15px;*/
}
#header {
  padding: 0;

}
#logo {
  margin-left: auto; 
  height: 145px;  margin-right: auto;  width: 975px;  overflow: hidden;
  padding: 0;
  background-image:url(images/header.jpg);	
  background-repeat : no-repeat;
}
#menuContainer {
  margin-top: 0px;
  _margin-top: -6px;
}
#colContainer {
position: absolute;
  margin-left: 4px;
  _margin-left: 0px; /* needed for IE 6 */
}
#col123 {
position: absolute;
  float: left;
  width: 643px;
  margin: 3px;
  padding-top: 10px;
  padding-left: 0px;
  padding-right: 15px;
  font-family : Lucida Sans Unicode;
  font-size :9pt;
  font-weight=400;
  text-align: left;
  clear: none;  
  color: #6a6a6a;
  line-height: 16pt;
}
#col45 {
  padding-left: 663px;
  padding-top: 10px;
  float: left;
  width: 340px;
}
#col12345 {
position: absolute;
  float: left;
  width: 965;
  margin: 3px;
  padding-top: 10px;
  padding-left: 0px;
  padding-right: 15px;
  font-family : Lucida Sans Unicode;
  font-size :9pt;
  font-weight=400;
  text-align: left;
  clear: none;  
  color: #6a6a6a;
  line-height: 16pt;
  background-color: #ffffff;
}
.colInner {
  margin: 0px; /* set to 0 for remove the borders */

}
#bottom {
  clear: left;
  height: 30px;  /* can be removed or set to auto if it has content */
}