body {
  background-color: #666;
  margin:0;
  text-align: center; 
  font-family: Arial Narrow, Arial, Helvetica, Sans-Serif;
  font-size: 14pt;  
}

div#site  {
   margin: auto;
   width: 890px;
   color: black;
   background-color: white;
   text-align: left; 
   align: center;
}

div#header {
  background: #ffffff url(/images/header.jpg) no-repeat;
  height: 115px;
  border-bottom: 15px solid #8FC4B2;
}
td.frontimage {
	font-size: 11pt;
}
td.frontimage a {
	color: #000;
	text-decoration: none;
}
td.frontimage a:hover {
	text-decoration: none;
}

div#main {
}
img {
	border: 0px;
}
div#left {
  width: 220px;
  padding: 0px 0px 0px 0px;
  display: block;
  float: left;
  text-align: left;
}
div#cd {
	align: center;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 0px;
}

div#cte {
	align: center;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
}


div#aol {
	align: center;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 25px;
}
div#ldm {
	align: center;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 35px;
}
ul#menu {
 list-style-type: none;
 padding-left: 0px;
 margin: 0px;
  background-color: #eee;
  padding: 20px 20px 20px 20px;
  border-right: 1px solid #8FC4B2;
  border-BOTTOM: 1px solid #8FC4B2;
}

li#menuitem a {
  display: block;
  padding: 4px 5px 2px 6px;
  height: 18px;
  font-size: 10pt;
  text-decoration: none;
  font-weight: bold;
  color: #000000;
  background-image: url(/images/arrow.gif);
  background-repeat: no-repeat;
  background-position: top right;
}
li#menuitem a:hover {
 background: #8FC4B2;
  color: #eee;
 background-image: url(/images/arrow2.gif);
  background-repeat: no-repeat;
  background-position: top right;
}
div#cte {
  height: 100px;
  margin-top: 30px;
}

div#right {
  width: 626px;
  padding: 0px 20px 40px 20px;
  display: block;
  float: right;
  text-align: left;
}
div#footer {
  height: 20px;
  clear: both;
  background-color: #8fc4b2;
  padding: 15px;
  font-size: 11pt;
}	

.title {
  margin-top: 0px;
  padding-top: 20px;
  font-weight: bold;
  font-size: 16pt;
  color: #666;
  padding-bottom: 2px;
  margin-bottom: 0px;
  border-bottom: 1px solid #8fc4b2;
}

.title a {
	color: #666;
	text-decoration: none;
}
.title a:hover {
	text-decoration: none;
}
.text {	
   font-size: 11pt;
   text-align: justify;
   line-height: 22px;
   padding-left: 15px;	
   padding-top: 0px;
   padding-right: 15px;
}

.text a {
	text-decoration: none;
	color: #000;
}
.text a:hover {
	text-decoration: none;
}