.maintableborder {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D7A448;
	border-left-color: #D7A448;
  border-bottom: 1px solid #D7A448;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	height: 21px;

}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding: 15px;
}
.imgborder {
	border: 1px solid #D7A448;
	margin: 5px;
}
.blacklinks {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.goldlinks {
	color: #D7A448;
	text-decoration: none;
}
.imgspace {
	margin-bottom: 8px;
}
.findusborder {
	margin: 5px;
	border-bottom: 1px solid #D7A448;

}

    #tabs {
      float:left;
      width:100%;
      background-image: url('img/menu_bg.gif');
      font-size:93%;
      line-height:normal;
      }
    #tabs ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("/img/tableftH.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("img/tabrightH.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#FFF;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }