/* ------------------------------------ *
 ctypg .css file
 * ------------------------------------ */
 BODY {
  margin: 0;
  background-color: #eee;
}
body,td,th {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
}
a:link {
  color: #990000;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
  color: #990000;
}
a:hover {
  text-decoration: underline;
  color: #CC0000;
}
a:active {
  text-decoration: none;
  color: #990000;
}
#header {
  width:780px;
  height:100px;
  margin:0 auto;
  background-image: url(../fhpi/FHP_hbg.jpg);
  background-repeat:no-repeat;
  border-bottom:4px solid #C00;
}
#header-email {
	width:100%;
	height:100px;
	background-image:url(../fhpi/4hp_logo1.jpg);
	background-repeat:no-repeat;
	background-position:left;
	background-color:#FFF;
}
#header h1, #header-email h1 {
  font-family:Georgia, Times New Roman, Times, serif;
  font-size:30px;
  color: #C00;
  text-align:right;
  margin:0;
  padding:0;
  padding-top:60px;
  padding-right:20px;
  }
#header-email h1 {
	font-size:20px;
}
#header a:link, #header a:visited, #header a:active {
    color:#fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 11px;
}
#header a:hover {
  font-weight: 600;
  text-decoration: underline;
}
#header td {
    color: #fff;
}
#wrapper{
  width: 780px;
  margin:0 auto;
  background-color:#FFF;
}
#main {
  float:left;
  width:630px;
  margin:0;
  padding:0;
  border:0;
}
#main h2 {
  font-size:18px;
  text-align:center;
  margin:4px 0;
  }
#main .list {
	  clear:both;
	  width:100%;
	  padding:10px 0;
	  border-bottom:1px dotted #999;
}
#main .left {
  float:left;
  width:150px;
  color:#900;
  font-weight:700;
  }
#main .right {
  float:right;
  background-color:#fff;
  padding-top:0;
  line-height:1.5em;
  width:440px;
  margin-right:10px;
  }

.content {
	width:100%;
  float:left;
  margin:0;
  margin-bottom:10px;
  padding:0;
  background-color:#FFFFFF;
  }

.contentL {
  float:left;
  width:299px;
  margin:0;
  padding:0 0 0 15px;
  border:0;
  border-top:1px solid #CCC;
  border-left:1px solid #CCC;
  font-size:12px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}

.contentL a {
  font-weight: 700;
}

.contentL1 {
  float:left;
  width:194px;
  margin:0;
  padding:0 0 0 15px;
  border:0;
  border-top:1px solid #DBE7F2;
  border-left:1px solid #DBE7F2;
  font-size:12px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}

.contentL p {
  font-size:80%;
  }

.contentI {
  float:right;
  font-size:10px;
  border:1px solid #999;
  padding:3px;
}
  .yes {
	  background-image:url(/fhpi/yes.gif);
	  background-repeat:no-repeat;
	  background-position:center;
  }
table.getlisted  {
	width:100%;
	background-color:#FF9984;
	border-collapse:collapse;
	border:1px solid #FFF;
}
table.getlisted  td {
	background-color:#FFEBE8;
	padding:4px 0;
	margin:0;
	border:1px solid #FF9984;
	text-align:center;
}
table.getlisted td.tdleft {
	padding-left:10px;
	text-align:left;
}
table.getlisted td.top {
	background-color:#FFF;
}
table.getlisted td.bottom {
	background-color:#FF9984;
}
#index {
  float:right;
  width:140px;
  margin-top:26px;
  }
#index .buttonscontainer {width: 130px; }

#index .buttons a {color: #333;
    background-color: #ddd;
    border:1px solid #eee;
    border-bottom:1px solid #ccc;
    padding: 2px;
    padding-left: 3px;
    display: block;
    font: 11px Arial, sans-serif;
    font-weight: normal;
    text-decoration: none;
    text-align: left;}

#index .buttons a:hover {background-color: #c00;
    color: #fff;
    text-decoration: none;}


.ilink {
  width:130px;
  background-color:#FFFFFF;
  text-align:center;
  border:0;
  border-bottom:1px solid #000000;
  border-right:1px solid #000000;
  margin:5px 0;
  padding:0;
  }
.link a {
  font-size:80%;
  }

#footer {
  clear:both;
  font-family:Arial, Helvetica, sans-serif;
  font-size:10px;
  text-align:right;
  background-color:#FFFFFF;
  }
#footer p {
  text-align:center;
  }

.clearfloat {
	clear:both;
	height:1px;
	font-size:1px;
}