body{
  font-family: Arial, Tahoma, Trebuchet MS;
  font-size: 12px;
  color: black;
  margin: 0;
  padding: 0 0 20px 0;
  background: #7c808a url(../images/body_bg.gif) repeat-x top;
}

img
{
  border: 0;
}


a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

h1 {
  color: #08338f;
  font-size: 20px;
}

#wrapper {
  width: 870px;
  margin: 0px auto;
  padding: 0;
  color: #000;
  background: #fff;
}

#header {
  width: 870px;
  height: 187px;
  margin: 0;
  padding: 0;
  color: #fff;
  background: #385ca6;
}

#header .date {
  float: right;
  height: 20px;
  width:  120px;
  margin: 165px 0 0 0;
  padding: 2px 0 0 20px;
  background: #6b85bd;
}

#header .icons {
  float: right;
  height: 20px;
  width:  250px;
  margin: 165px 0 0 0;
  padding: 2px 0 0 10px;
  background: #6b85bd;
}

#header .icons img{
    margin: 3px 0 0 20px;
    padding: 0;
}

#header .icons a{
    color: #fff;
    font-weight: bold;
    text-decoration: none;

}

#header .icons a:hover{
    color: #08338f;
}

#menu {
  float: left;
  width: 195px;
  height: 189px;
  background: #08338f;

}

#visual {
  float: left;
  width: 675px;
}

#content {
 float: left;
 width: 552px;
 background: #fff;
 padding: 10px 15px;
 border-right: 1px solid #555;
}

#content2 {
 float: left;
 width: 552px;
 min-height: 250px;
 background: #fff;
 padding: 10px 15px;
 border-right: 1px solid #555;
}

#content3 {
 float: left;
 width: 552px;
 min-height: 420px;
 background: #fff;
 padding: 10px 15px;
 border-right: 1px solid #555;
}

#content2 .news {
  float: left;
  width: 175px;
  margin: 0 0 0 5px;
  padding: 0;
}

#content2 .news span{
    color: #6b85bd;
}

#content2 .news a{
  color: #6b85bd;
  text-decoration: underline;
}

#content2 .news a:hover{
  color: #6b85bd;
  text-decoration: none;
}

#right {
  float: left;
  width: 255px;
  background: #fff;
  padding: 10px 15px;
}

#right form{
  padding: 0;
  margin: 5px 0 5px 0;
}


#right .head{
  color: #6b85bd;
  text-decoration: underline;
  font-weight: bold;
}

#right .text{
  height: 14px;
  width: 135px;
  color: #000;
  padding: 1px 10px;
  font-size: 11px;
  border: 1px solid #555;
}

#right2 {
  float: left;
  width: 255px;
  background: #fff;
  padding: 10px 15px;
}

.line {
  clear: both;
  padding: 0px;
  margin: 0px;
  height: 10px;
  width: 100%;
  background: #08338f;
}

.line2 {
  float: left;
  width: 287px;
  margin: 0px;
  height: 10px;
  background: #08338f;
}

#footer {
  clear: both;
  width: 870px;
  height: 70px;
  background: #d1d1d1;
}

#footer .left {
  float: left;
  height: 70px;
  width: 582px;
  padding: 0;
  margin: 0;
}

#footer .top {
  width: 572px;
  height: 19px;
  padding: 1px 10px 0 0;
  margin: 0;
  background: #6b85bd;
  text-align: right;
  font-size: 11px;
  font-weight: bold;
}

#footer .right {
  float: left;
  height: 50px;
  width: 268px;
  padding: 10px 10px;
  margin: 0;
  background: #000;
  font-size: 11px;
  color: #fff;
}

div.sitemap {
    background: none;
    margin: 0;
    padding: 0;
}

div.sitemap div {
    background: none;
    margin: 0;
    padding: 0;
}

div.sitemap div a {
    color: #000;
    background: none;
}

div.sitemap div a:hover {
    color: #000;
    background: none;
}

div.sitemap div {
    display:list-item;
    list-style: circle;
    background: none;
    margin: 0 0 0 20px;
    padding: 0;
}

div.sitemap div div {
    background: none;
    margin: 0 0 0 20px;
    padding: 0;
}

div.sitemap div div a {
    color: #000;
    background: none;
}

div.sitemap div div a:hover {
    color: #000;
    background: none;
}