body {
  font-size: 10pt;
  font-family: Arial;
  background-color: #FFF;
  color: #000;
  margin: 0;
  padding: 0;
}

#right, #main_content, #left, #head {padding: 5px;}
#right, #left {font-size: 8pt;}
#head {
  height: 250px;
}
#head_left {
  text-align: right;
}
#head_right {
 background-image: url(/sb_images/head_bg.gif);
 background-repeat: no-repeat;
 background-position: bottom left;
 padding: 20px 20px 8px 23px;

}
#primer {
  font-size: 8pt;
}
.menu_top {
  border-bottom: 1px solid #AAA;
  border-top: 1px solid #AAA;
  padding: 8px 10px 10px 10px;
  font-size: 9pt;
  margin-top: 27px;
}

.menu_top_second {
border-bottom: 1px solid #AAA;
padding: 3px 3px 5px 3px;
}



.menu_top a, .menu_bot a, #topest_menu a{
  text-decoration: none;
}
.menu_top a:hover, .menu_bot a:hover, #topest_menu a:hover{
  text-decoration: underline;
}
#topest_menu{
 margin: 0; padding: 0;
 font-size: 9pt;
}


.menu_bot {
  border-bottom: 1px solid #AAA;
  border-top: 1px solid #AAA;
  padding: 8px 10px 10px 10px;
  font-size: 9pt;
  margin-bottom: 32px;
}

a img {
  border:none;
}

.h3top{
  margin-top: 0;
}

h1 {color:#000; font-size: 15pt;}
h2 {color:#000; font-size: 18pt; text-align: center;}
h3 {
  font-weight: bold;
   font-size: 14px;
   background-color: #222222;
   padding: 2px 5px;
   color: #FFF;
}


li {margin:5px 0 0 5px; list-style: none;}
ul {
  margin: 0; padding: 0;
}


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

#footer {
  padding: 20px;
  color: #555555;
  font-size: 8pt;
}

