BODY {
  color : #000000;
  font-family : Georgia, Times, serif;
  font-size:11px;
  background-image : url(images/bodyBG.gif);
  background-repeat : repeat-x;
  background-color : #D6EEFF;
}
DIV {
  margin:0px;
  padding:0px;
}
TABLE {
  margin:0px;
}

#body {
  position:relative;
  width:775px;
/*  height:750px; */
  background-color : #F0FFFF;
  border:1px solid #000066;
  margin-left: auto;
	margin-right: auto;
}

#titleheader {
  position:relative;
  width : 600px;
  height : 200px;
  clip : rect(0,600,200,0);
  overflow : hidden;
  padding:0px 0px 0px 0px;
  margin:0px 0px 0px 0px;
  text-align : right;
  z-index : 100;
}
#titletext {
  position : absolute;
  top : 0px;
  right : 10px;
  padding:0px 0px 0px 0px;
  font-family : Times;
  font-size : 85px;
  font-style : italic;
  font-weight : 900;
  color : White;
  z-index : 100;
}
#titleforeground {
  width : 600px;
  height : 200px;
  position : absolute;
  top : 0px;
  left : 0px;
  z-index : 200;
}
#titleslogan {
  position : absolute;
  bottom : 10px;
  right : 10px;
  padding:0px 5px 0px 0px;
  font-family : Georgia, Times, serif;
  font-size : 15px;
  font-weight : bold;
  color : White;
  z-index : 300;
}

#searchbox {
  position:absolute;
  top:0px;
  right:0px;
  width:160px;
  height:179px;
  padding:10px 7px;
  background-image : url(images/divBG.gif);
  background-repeat : repeat-x;
  background-color : #f0ffff;
  border-left:1px solid #000066;
  border-bottom:1px solid #000066;
}
#searchbox fieldset {
  padding:0px;
  margin:5px 10px;
  border:none;
  text-align:right;
  font-weight:bold;
  white-space:nowrap;
}
#searchbox fieldset legend {
  font-weight:bold;
}
#searchbox fieldset input {
  margin:0px;
}

#menubox {
  position:relative;
  width: 771px;
  height:22px;
  margin:0;
  margin-bottom:10px;
  padding:1px;
  border:1px solid #6EC8FE;
  border-bottom:1px solid #000066;
  background-color: #90DEFE;
  z-index:9000px;
}
#menubox P {
  margin:0px;
  padding:3px 0px;
  font-size:10px;
  font-style:italic;
  text-align:right;
  float:right;
}

#content {
  position:relative;
  width:775px;
  height:auto;
  _z-index:-1;
}

#leftcolumn {
  width:180px;
  margin-left:5px;
  _margin-left:1px;
  margin-bottom:10px;
  float:left;
}
#imbox {
  width:178px;
  background-color:#FCFFFC;
  border:1px solid #90DEFE;
}
#plugs {
  width:160px;
  margin:20px 0px;
  text-align: center;
}
#plugs SPAN IMG { border:none; }

#rightcolumn {
  width:575px;
  margin-right:5px;
  _margin-right:1px;
  margin-bottom:10px;
  float:right;
}
#footer {
  width:775px;
  clear:both;
  background-color:#6EC8FE;
}


#searchgender {
  position:relative;
  width:100%;
  margin:auto 15px;
}
#searchgender fieldset {
  padding:0px;
  margin:5px 10px;
  border:none;
  text-align:right;
  font-weight:bold;
  white-space:nowrap;
  float:left;
}
#searchgender fieldset label {
  font-weight:bold;
}
#searchgender fieldset input {
  margin:0px;
}

.lookingfor label {
  white-space:nowrap;
  margin-right:10px;
} 


#googleTop {
  width:571px;
  text-align:center;
  margin:10px 0px;
}

#membershipExpired {
  position:relative;
  width:561px;
  padding:5px;
  border:1px solid #b22222;
  background-color:#ffe6f2;
}
#membershipExpired P {
  margin:0px;
  padding:0px;
  line-height:120%;
}
#membershipExpired #renewForm {
  width:100px;
  margin:15px;
  float:right;
  background-color:#EEE;
}
#membershipExpired #renewForm A {
  display:block;
  width:100px;
  padding:5px;
  background-color:#8fdefd;
  border:1px solid #006;
  color:#006;
  font-weight:bold;
  font-size:15px;
  text-align:center;
}
#membershipExpired #renewForm A:hover {
  text-decoration:none;
}
