
a:link {
	color: #336699;
	text-decoration: none;
}
a:visited{
	color: #336699;
	text-decoration: none;
}
a:hover{
	color: #FF0000;
	text-decoration:underline;
}

/* 
	If you want to make adjustments to the logo, it's done here.
 */
#logoTitle {
	width:766px;
	height:70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28pt;
	font-weight: bold;
padding-top: 12px; 
	color: #666666;
	background:#BFD2E0; 
	text-align:center;
	text-decoration:none;
}

li {
	list-style-position: inside;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
}


ul {
	list-style-position: inside;
	list-style-type: square;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
}
table {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
}
#menu2 {
  display:table;
  width:768px;
  padding:0; 
  margin:0 0 0em 0; 
  list-style-type:none;
  white-space:nowrap;
  }
#menu2 li {
  font-family: Helvetica, sans-serif;
  font-size: 10pt;
  background:#21638c; 
  display:table-cell;
  }
* html #menu2 li {
  float:left;
  background:#21638c; 
  text-decoration:none;
  }
#menu2 a {
  width:auto;
  display:block;
  padding:4px 4px; 
  color:#fff; 
  background:#21638c; 
  border:0px solid #fff; 
  text-decoration:none;
  text-align:center;
  }
* html #menu2 a {
  float:center;
  }
#menu2 a:hover {
  color:white; 
  background:#6B5A63;
  }

body 
{ margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
	
}

#header {
  
  position: absolute; 
  left: 100px;
  margin: 0px;
  padding: 0px;
  height: 80px;
}
#left {
  position: absolute;
  left: 100px;
  top: 120px;
  width: 200px;
}
#logoLeft {
  position: absolute; 
  left: 100px;
  width: 768px;
}


#center {
  position: absolute;
  top:68px;
  margin-left: 196px;
  width: 668px;
}

