/*---------wrapper-----------*/
body {
  background: #ffffff;
  color: #222222;
}
a:link, a:visited {
  color: #393FFD;
  text-decoration: none;
}
a:active, a:hover,.top_current a, .mid_current a, .bottom_current a {
  color: #ff8023;
  text-decoration: underline;
}
.
h1 {
  color: #b5bb1a;
}
#header #site_title {
  color: #ffffff;
}
/* end of header */

#menu li a{
  color: #393FFD;
}

#menu li.current a, #menu li a:hover{
  color: #ffffff;
}
#menu li.current a b, #menu li a:hover b{
  color: #ffffff;
}
.main_content h4{
background:transparent url(../images/bg_h3.gif) no-repeat scroll right 29px;
color:#222222;
font-size:16px;
font-weight:bold;
padding-bottom:15px;
padding-top:18px
}
.main_content h3{
  color:blue;
  font-weight:bold;
  padding:14px 0 7px;
}

