

body{
  background-color: #EDEDED;
  margin: 0px;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
}

.bg{
  background-image: url(../images/bg.gif);
  background-position: center;
  background-repeat: repeat-y;
  width: 818px;
}


/***************************************
*
*
*    LINKS Section
*
*
*/

a:link {
  color: #353535;
  text-decoration: none;
}

a:visited {
  color: #353535;
  text-decoration: none;
}

a:active {
  color: #804000;
  text-decoration: none;
}

a:hover {
  color: #666666;
  text-decoration: none;
}


/***************************************
*
*
*    Other Sections
*
*
*/



.top_image{
  background-image: url(../images/top_image.jpg);
  background-position: center;
  background-repeat: no-repeat;
  width: 818px;
  height: 115px;
}

.menu{
  width: 166px;
  float: right;
  margin-right: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 25px;
}
.menu_top{
  background-image: url(../images/menu_top.jpg);
  background-position: center;
  background-repeat: no-repeat;
  height: 36px;
  font-weight: bold;
}

.menu_bg{
  background-image: url(../images/menu_bg.jpg);
  background-position: center;
  background-repeat: repeat-y;
}

.menu_btm{
  background-image: url(../images/menu_btm.jpg);
  background-position: center;
  background-repeat: no-repeat;
  height: 3px;
}

.menu_txt{
  padding-top: 10px;
}
.menu_links{
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
  text-align: right;
  line-height: 140%;
}
.menu_login{
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 5px;
  padding-left: 5px;
  text-align: right;
  line-height: 140%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.content_container{
  padding-top: 15px;
  padding-left: 15px;
  min-height: 500px;
  width: 545px;
}
.content_border_top{
  background-image: url(../images/text_border_top2.gif);
  background-position: top center;
  background-repeat: no-repeat;
  width: 545px;
  height: 44px;
}
.content_border_bg{
  background-image: url(../images/text_border_bg2.gif);
  background-position: center;
  background-repeat: repeat-y;
  width: 545px;
}
.content_border_bottom{
  background-image: url(../images/text_border_bottom.gif);
  background-position: top center;
  background-repeat: no-repeat;
  width: 545px;
  height: 6px;
}
.header{
  font-size: 11pt;
  font-family: Tahoma, Arial, sans-serif;
  margin-top: 10px;
  margin-right: 10px;
  text-align: right;
}
.login_table,.login_form {
  margin: 0px;
  padding: 0px;       
}

.text{
  font-size: 11px;
  font-family: Tahoma, Arial, sans-serif;
  padding-top: 3px;
  padding-right: 14px;
  padding-bottom: 15px;
  padding-left: 14px;
  text-align: right;
  line-height: 170%;
}
.input_box{
  margin: 0px;
  border-width: 1px;
  border-color: #EDEDED;
  background: #FFFFFF;
  font-size: 9px;
}
.btn_login{
  font-size: 9px;
}

   








/***************************************
*
*
*    Bottom Area of Site
*
*
*/

.bg_btm{
  background-image: url(../images/bg_btm.gif);
  background-position: center;
  background-repeat: no-repeat;
  width: 818px;
  height: 22px;
}
.copyright{
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
  padding-top: 15px;
  color: #000000;
  clear: both;
}




.show_ads_header{
  background-color: #EDEDED;
  padding: 2px;
  padding-right: 10px;
  color: #990000;
}
.ad_box{
  text-align: left;
}








