/*------------------------------- Div ----------------------------------*/

#container {
  background: #f2f2c9 url(ftr_center.gif) repeat-x left bottom;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  padding: 0;
}

.bordcont {
  width: 100%;
  background: url(hdr_center.gif) repeat-x left top;
  color: #333;
}

.bordtop { 
  background: url(hdr_right.gif) no-repeat right top;
}

.bordin {
  background: url(cont_left.gif) repeat-y left top;
  color: #333;
}

.bordin div.right {
  background: url(cont_right.gif) repeat-y right top;
}

.bordbottom {
  background: url(ftr_right.gif) no-repeat right top; 
}

img.corner {
  width: 70px;
  height: 53px;
  border: none;
  padding:0; margin:0;
  display: block !important;
}

#content {
  margin: 0px 54px 0px 54px;
  padding: 30px 30px 30px 30px;
  background: #f2f2c9;
  text-align: left;
}

#intermediate {
  width: auto;
  margin: 0 auto;
  padding: 5px 25px 5px 25px;
  background: #ffffff;
  border-top: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  border-left: 1px solid #c0c0c0;
}

#feature {
  width: auto;
  margin: 0 auto;
  padding: 5px 5px 5px 15px;
  background: #ffffff;
  border-top: 1px dotted #c0c0c0;
  border-right: 1px dotted #c0c0c0;
  border-bottom: 1px dotted #c0c0c0;
  border-left: 1px dotted #c0c0c0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.paid-pending {
  margin: 0 auto;
  margin: 5px 5px 5px 5px;
  font-family: Courier New, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #008000;
  text-align: left;
}

.pending {
  margin: 0 auto;
  margin: 5px 5px 5px 5px;
  font-family: Courier New, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-align: left;
}

#header {
  background: url(hnav.gif) no-repeat center top;
  height: 113px;
  margin: 0px 54px 0px 54px;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

#footer {
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

#hnav {
  /* unused */
}

#intermenu {
  float: right;
  width: 25%;
  margin: 0 auto;
  padding: 5px 5px 5px 5px;
  background: #e4e4e4;
  text-align: center;
  border-top: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  border-left: 1px solid #c0c0c0;
}

.searchclass{
  position: absolute;
  visibility: hidden;
  padding: 10px 10px 10px 10px;
  background: #f2f2c9;
  border-top: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  border-left: 1px solid #c0c0c0;
  z-index: 100;
}


/*------------------------------- Typography ----------------------------------*/

body {
  margin: 0 auto; 
  background: #8d1645;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-align: left;
  color: #4b4b4b;
}

td {
  color: #4b4b4b;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

form {
  margin: 0 auto;
  padding: 0px 0px 0px 0px;
}

a:link {
  margin: 0 auto;
  text-align: left;
  text-decoration: none;
  color: #8d1645;
}

a:visited {
  margin: 0 auto;
  text-align: left;
  text-decoration: none;
  color: #8d1645;
}

a:hover {
  margin: 0 auto;
  text-align: left;
  text-decoration: underline;
  color: #8d1645;
}

.sub-text {
  font-size: 11px;
}

.terms {
  font-size: 11px;
  font-family: Courier New, Verdana, Arial, Helvetica, sans-serif;
}

.highlight {
  color: #4b4b4b;
}