body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0;
	padding: 0;
	background: #555555;
}

.navigation a{
	color: white;
	text-decoration: none;
}

.sitelogo{
	/*font-size: 18pt; */
}

.title{
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
	padding: 10px 0 10px 100px;
	width: auto;
	background: #fff;
	/*background: url('/src/images/bismillah.jpeg') no-repeat;
	background-position: center;*/
	font-size: 19pt;
}

.mT{
	margin-left: 100px;
	margin-right: 100px;
	width: auto;
}

.invisible{
	color: white;
}

.nav_list{
	margin:2px 0 0;
	padding:0 !important;
	width:100%;
}

table.navigation{
	width: 100%;
	font-size: 12px;
	font-weight: bold;
}


tr.nav_list td{
	width: 20%;
	border: 1px solid #BBBBBB;
	color: white;
	padding: 2px 2px 2px 2px;
}

tr.nav_list td:hover{
	border: 1px solid #FFFFFF;
}

tr.nav_list td a{
	padding: 7px 0 7px 5px;
	display: block;
	height: 100%;
	background: #999999;
	white-space: nowrap;
}

tr.nav_list td a.on{
	background: #BC0000;
}

tr.nav_list td a:HOVER{
	background: #BC0000;
}

div.page-body{
	background: #fff url("/src/images/gradient.png") repeat-x top;
	padding: 10px 10px 10px 10px;
	border: 1px solid black;
	height: 670px;
	overflow: auto;
}

div.page-body-biography{
	background: transparent url('/src/images/ali_op14.jpg') no-repeat;
	background-position: right 90px;
	height: 600px;
	font-size: 12px;
}

p.page-body-heading{
	color: #6699BB;
	font-size: 15px;
	font-weight: bolder;
}

img.propic{
	border: 1px solid black;
	float: left;
	margin: 0 5px 5px 0;
}

div.ad{
	margin-left: 100px;
}

table.profile{
	font-size: 12px;
	
}

table.profile td{
	text-align: justify;
	padding: 0 15px 0 0;
	vertical-align: top;
}

