/* CSS Document */
@media screen {
body {
  padding: 0;
  margin: 0;
  background-color: #eae5e9;
   font-family: "Trebuchet MS";
  font-size: 12px;
  color:#666666;
}

td {
   font-family: "Trebuchet MS";
  font-size: 12px;
}

a {
  color: #333333;
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 15px;
  color: #252122;
}

h2 {
  font-size: 14px;
  color: #666666;
}

h3 {
color: #333333;
  font-size: 13px;
  margin: 0px;
}

h4 {
 font-size: 12px;
 color:#675e90;
}

h5 {
  /* different color */
}

img {
  border: 0;
}

#page {
  width: 780px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

#left_col {
  width: 259px;
  height: 215px;
  float:left;
  padding-top: 10px;
  padding-left: 20px;
  background:url(../images/bg_index_left_content.gif) no-repeat #E6F5D0;
}

#right_col {
  width: 461px;
  float: right;
  padding-top: 70px;
  padding-left: 30px;
  padding-right: 10px;
  background:url(../images/bg_index_content.gif) no-repeat #E6F5D0;
}

#content_index {
  padding: 0;
  margin: 0;
  background-color: #E6F5D0;
}

#content {
  padding: 0;
  margin: 0;
  background: url(../images/bg_content.gif) repeat-y;
}

#content_left {
  background-color: #E6F5D0;
  float: left;
  width: 202px;
  padding-top: 20px;
  padding-left: 15px;
  font-family:Trebuchet, Arial, Helvetica, sans-serif;
  font-size:11px;
}

#content_left ul {
  margin: 0;
  padding: 0;
  padding-left: 15px;
  list-style: url(../images/bullet.gif);
}

#content_left ul li {
  line-height: 18px;
}

#content_left ul li a {
  color: #333333;
  text-decoration: none;
}

#content_left ul li a:hover {
  text-decoration: underline;
}

#content_right {
  background-color:#FFFFFF;
  float: right;
  width: 510px;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 10px;
  line-height: 18px;
}



#footer {
  width: 770px;
  padding: 5px;
  text-align: center;
  background: url(../images/bg_footer.gif) no-repeat;
  font-size:11px;
  font-family:Arial, Helvetica, sans-serif;
  color: #666666;
}

#footer a {
  color: #666666;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

.clear { 
  clear: both; 
  height: 1px;
  overflow: hidden; 
}

.news {
  font-size: 13px;
  margin: 0px;
  color:#9B95AF;
  font-weight:bold;
}

}

@media print {

}