.menulefttop{ /* Stylesheet for transgender site   */
	background-color: #FDC151;
}
.menuleftbottom{
	background-color: #ffe271;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.menurighttop{
	background-color:#FDC151;
	margin-bottom: 0;
	margin-top: 0;
	height: 40px;
}
.menulefttopitems{
	border-bottom: 1px solid White;
	text-align: center;
	background-color: #FDC151;
}

/* header style for home page */
h1{
    font-family: Verdana;
    font-weight: bold;
    font-size: 15px;
}

input.button {
	width 	: 	120px;
	height	:	20px;
	border	: 	0px;
    background-color: #FDC151;
	font-family: "Book Antiqua", "Verdana";
	font-weight: bold;
	font-size: 15px;
	color: #734a6b;
}

.tdcontent, p{
	font-family: Verdana;
	font-size: 12px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-top: 0px;c
	color: #734a6b;
}

.search{
	font-family: "Book Antiqua", "Verdana";
	font-size: 15px;
	font-weight: bold;
}

.bottommenu{
	font-family: Verdana;
	font-size: 11px;
	text-align: center;
}
.searchel{
	border: 1px solid white;
	background-color: #ffe271;
	font-family: Verdana;
	font-size: 11px;
}

/* by default the font color for all content on webpage is purple */
body{
	color: #734a6b;
}

/* style for creating foreGround/backGround tab effect */
.searchFG{
	padding: 4px;
	background-color: #ffe271;
	border-top: 1px solid #734a6b;
	border-left: 1px solid #734a6b;
	border-bottom: none;
	border-right: 1px solid #734a6b;
	font-family: "Book Antiqua", "Verdana";
	font-weight: bold;
}

.searchBG{
    padding: 4px; 
    background-color: #FFFFCC;
  	border-top: 1px solid #734a6b;
	border-left: 1px solid #734a6b;
	border-bottom: none;
	border-right: 1px solid #734a6b; 
    font-family: "Book Antiqua", "Verdana";
    font-weight: bold;
}

/* create hover display for tab */
A:searchBGLink:active{
   text-decoration: underline;
   border:none;
}
A:searchBGLink:hover{
  border:none;
  text-decoration: underline;
}
A.searchBGlink:link{
	text-decoration: none;
    border : none;
}
A.searchBGlink:visited{
	text-decoration: none;
    border : none;
}


.searchtd{
		padding: 4px;
		background-color: #ffe271;
		}

.sectionBody {
	background-color: #ffe271;
	font-family: "Book Antiqua", "Verdana";
	font-size: 12px;
	font-weight: bold;

}
.sectionHeading {
    background-color: #FDC151;
    font-family: "Book Antiqua", "Verdana";
    font-weight: 12px;
    font-weight: bolder;

}		
.sectionFooter{
    background-color: #ffe271;
}

.FAQ {
	background-color: #ffe271;
	font-family: Book Antiqua, Verdana;
	font-size: 14px;
	font-weight: normal;
}

.content{
	margin-top: 4px;
	height: 631;
}

A:active{
	color:  #990000;
	text-decoration: underline;
}

A:hover{
	color:  #990000;
	text-decoration: underline;
}

A:visited{
	color:  #990000;
	text-decoration: none;
}

A:link{
	color:  #990000;
	text-decoration: none;
}


