h1
{
	font-family : Lucida Sans Unicode;
	font-size :16pt;
    color: #e75e00;
	padding-top:6px;
}

a {
	text-decoration: none;
	color: #007de6;
	cursor:hand;
}
a:hover  {
	text-decoration: none;
	color:#000000;
	cursor:hand;
}
#bottom {
}

p {margin: 0.5em 0;line-height: 150%;font-family: "Trebuchet MS", Arial, Helvetica, "Deja Vu", sans-serife;font-size: 11px;color: #665a5a;}
a:hover {color: orange;}
h1 {margin: 0 0 6px 0;font-size: 28px;}
h2 {margin: 0 0 0 0;font-size: 12px;color: #665a5a;font-family: "Trebuchet MS", Arial, Helvetica, "Deja Vu", sans-serife;}
h3 {margin: 0 0 6px 0;font-size: 16px;color: #665a5a;font-family: "Trebuchet MS", Arial, Helvetica, "Deja Vu", sans-serife;	font-style: normal; line-height:30px;}


/* basic architecture */
body {
  margin: 0px;
  padding: 0px;
  background-color: #bbbbbb;
}
#mainWrapper {
  position: absolute;
	width: 775px;
	left: 10px;
}
#header {
  padding: 0;
}
#logo {
  height: 108px;
  width: 780px;
  padding: 0;
  background-image:url(images/header.jpg);	
  background-repeat : no-repeat;
}
#headObj1 {}
#headObj2 {
font-family: "Trebuchet MS", Arial, Helvetica, "Deja Vu", sans-serife;font-size: 14px;color: #665a5a;font-style:italic;
}
#menuContainer {
  margin-top: 0px;
  _margin-top: -6px;
	z-index:-1;
}
#colContainer {
  background-color: #e9e9e9;
	z-index: -2;
position: absolute;
  margin-top: -3px;
  margin-left: -3px;
  _margin-left: 0px; /* needed for IE 6 */
}

#col12345 {
position: absolute;
  float: left;
  width: 755px;
  margin: 3px;
  padding-left: 10px;
  padding-right: 15px;
  font-family : Lucida Sans Unicode;
  font-size :9pt;
  font-weight=400;
  text-align: left;
  clear: none;  
  color: #6a6a6a;
  line-height: 13pt;
  background-color: white;
}
.footer1 {
	font-family : Lucida Sans Unicode;
	font-size :8pt;
    color: #b3b3b3;
  float: right;
  border-style: none;
  padding-right: 40px; 
}
.colInner {
  margin: 0px; /* set to 0 for remove the borders */
  background-color: #ffffff;
}
#bottom {
  clear: left;
  height: 30px;  /* can be removed or set to auto if it has content */
}
