body {
	margin-left:200px;
	margin-right:200px;
}
.title {
    border: solid 1px #EEEEEE;
    width:200px;
    cursor:pointer;
	background-color: #D4D4FF;
	border:1px outset #CCCCCC;
	color:black;
	line-height:1.4em;
	padding:1px 4px;
}

.main {
	font-size:1.1em;
	margin:0 auto 25px;
	position:relative;
	width:760px;
}

.sidebar {
	left:0;
	overflow:hidden;
	position:absolute;
	top:0;
	width:150px;
}

.content {
	margin-left:230px;
}

.gender {
	
}

.alphabets {
	float:left;
}

.alphabets a, a:visited 
{
    text-decoration:none;	
}

.subtitle 
{
    width: 200px;
	background-color: #E1E1E1;
	padding: 0 0 0 10px;
}

.subtitle a:hover
{
    background-color: #FFFF00;; 
}

table th {
	border: solid 1px #3A75BD;
	background-color:#5296DE;
	color:#ffffff;
}

table {
	font: 95%/130% Tahoma, Arial, Helvetica, sans-serif;
	border-spacing: 0;
	border: solid 1px #3A75BD;
}

td {
	color: #203276;	
	padding: 0.5em 0.5em 0.5em 0.8em;
	border: solid 1px #3A75BD;
}

table tr {
	border-top: 1px solid #fff;
	border-right: 1px solid #c6cdd8;
	border-bottom: 1px solid #c6cdd8;
	border-left: 1px solid #fff;
}

/* From Elance for the header */
.darker {background-color: #6D8CB3; margin-bottom:20px;}
.whitetext {font-family: arial, helvetica, sans-serif; font-size: 12pt; color: #FFFFFF}

