body {
  font-family: Arial,Helvetica,sans-serif;
  color: #000000;
  font-size: 12pt;
  background-color: #669999;
  margin-left: 15%;    
  margin-right: 15%;
  text-align:top;
}
.wrap {
  position: relative;
  with:780px;
  margin:10px auto;
  padding:10 px;
  text-align:center;
  background: #ffffff url(images/header.jpg) no-repeat;
  border-top:1px solid #9eb874;
  border-left:1px solid #9eb874;
  border-right:1px solid #9eb874;
  }
.header {
  position:relative;
  margin:100px 0 0 0;
  padding:10px;
  background:transparent;
  clear:none;
  width:770px;
  height:100px;
  color:#ffffff;    
  text-align: right;
}

.topnav {  
  position:relative;
  clear:both;
  width:780px;
  height:24px;
  margin:0 0 0 0;
  padding:0 0 0 0;
  background:#cccccc;
  font-size:9pt;
}
.container { 
  margin:10px 10px 0 ;
  padding:0 0 0 0;
  background:#ffffff none repeat scroll 0%;
  position: relative;
  clear: both;
  width: 760px;
  color:#000000;
  text-align: left;
}
.news_right {
  margin: 0 0 5px 10px;
  padding:0 10px 0 10px;
  background: #cfd9be none repeat scroll 0%;  
  position: relative;
  float: right;
  clear: both;
  width: 200px;
  color: #000000;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 10pt;
}
.news p {
  margin:10px 10px;
}
.news_cnr_top {
  margin:0 -10px 0 -10px;
  background:url(images/cnr_tr.gif) no-repeat scroll right top;
}
.news_cnr_bottom {
    background: url(images/cnr_br.gif) no-repeat top right ;
    margin:0 -10px 0 -10px;
}
.cnr { 
  width: 8px;
  height: 8px;
   border:  none;
  display: block ! important;
}
.footer {
  border-top: 1px solid #9eb874;
  border-bottom: 1px solid #9eb874;
  margin: 20px 0 0 0;
  padding: 4px 0 4px 0;
  background: #ffffff;
  position: relative;
  clear: both;
  width: 780px;
  font-size: 8pt;
  text-align: center;
}
/*********** TOP NAVIGATION**********/
#nav ul {
  margin:0 0 0 0;
  padding:0 0 0 0;
  background: #ffffff url(images/topnav_bg_grey.gif);
  white-space: nowrap;
  font-size: 9pt;
  color: #ffffff;
  float: left;
  width: 100%;
  list-style: none;
  }
#nav ul li {
  display: inline;
  list-style: none;
  }
#nav ul li a{  
  margin:0 0 0 0;
  padding: 0.25em 2em .3em 1em;
  /**background: #ffffff url(images/topnav_bg_grey.gif);/
  color: #000000;
  text-decoration: none;
  float: left;
  border-right:1px solid #cccccc;
}
#nav ul li a:hover {  
  background: #8da8d5 url(images/topnav_bg_green.gif);
  color: #ffffff;
  text-decoration: none;
  border-right: 1px solid #cccccc;
}
/*******LINKS*******/
a {
  color: #d3812d;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  color: #e39243;
}
#news a {
  color: #d3812d;
  text-decoration:underline;
}
#news a:hover {
  color: #e39243;
  text-decoration: none;
}
#footer a {
  color: #9eb874;
  text-decoration: none;
}
#footer a:hover {
  color: #4f6c1f;
  text-decoration: none;
}
.header strong {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  color: #ffffff;
  font-size: 13pt;
  letter-spacing: .7em;
}
.news_title {
  font-family: Arial,Helvetica,sans-serif;
  color: #65764b;
  font-size: 14pt;
  font-weight: bold;
}
.page_title {
  margin: 0 0 -8px;
  padding:0 0 0 0;
  font-family: Arial,Helvetica,sans-serif;
  color: #697d55;
  font-size: 11pt;
  font-weight: bold;
}
img {
  border:  none;
}
.right img {
  margin: 5px 2px 2px 5px;
  padding:0 0 0 0;
  position: relative;
  float: right;
}
.left img {
  margin: 0 5px 0 2px;
  padding:0 0 0 0;
  position: relative;
  float: left;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {display: inline-table;}

.clearfix {display: block;
}

