/* CSS Document */

#RHS {
	background-color: #999999;
	padding: 0px;
	height: 300px;
	width: 300px;
	position: absolute;
	right: 0px;

}
#LHS {
	background-color: #999999;
	padding: 0px;
	height: 300px;
	width: 300px;
	float: left;
	margin: 0px;
	overflow: hidden;
	border-top: 0px none #FFFFFF;
	border-right: 0px none #FFFFFF;
	border-bottom: 0px none #FFFFFF;
	border-left: 0px none #FFFFFF;
	text-align: center; 
}

#LHStext {
background-color: #999999;
	padding: 20px;
	height: 300px;
	width: 300px;
	float: left;
	margin: 0px;
	overflow: hidden;
	border-top: 0px none #FFFFFF;
	border-right: 0px none #FFFFFF;
	border-bottom: 0px none #FFFFFF;
	border-left: 0px none #FFFFFF;
	text-align: left; 
	font-family: Tahoma, verdana, arial;
	font-size: 11px;
	color: #CCCCCC;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #990033;
	text-align: right;
	padding: 10px;
	float: none;
	margin: 0px;
}
#NAV {
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFCC;
	border: none;
	margin: -8px 0px 0px;
	padding: 0px;
	top: 48%;
	text-align: center;
	font-weight: bolder;
	left: 0px;
	position: absolute;
	width: 100%;
}
#NAV2 {
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFCC;
	border: none;
	margin: -8px 0px 0px;
	padding: 0px;
	top: 60px;
	text-align: center;
	font-weight: bolder;
	left: 0px;
	position: absolute;
	width: 100%;
}

#prevnext
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#prevnext a:link {
	color: #CCCCCC;
	text-decoration: none;

}
#prevnext a:hover {
	text-decoration: underline;

}
#prevnext a:visited {
	color: #CCCCCC;
	text-decoration: none;

}


#BIO {
	font-family: Tahoma, verdana, arial;
	font-size: 11px;
	color: #CCCCCC;
	position: absolute;
	/* text-align: justify; */
	bottom: 20px;
	left: 10px;
	clip:    rect(auto auto auto auto);
	width: 280px;
}

#container {
	width: 650px;
	margin: -150px auto 0 -325px;
	position: absolute;
	left: 50%;
	top: 50%;
	display: run-in;
}
body {
	background-color: #707070;
}
#Info {
	font-family: Tahoma, verdana, arial;
    font-size: 12px;
	color: #CCCCCC;
		line-height: 24px;
	padding: 10px;
}
#bio a:link {
	color: #CCCCCC;
	text-decoration: none;

}
#bio a:hover {
	text-decoration: underline;

}
#bio a:visited {
	color: #CCCCCC;
	text-decoration: none;

}
#contactdetails
{
	position:absolute;
	bottom:-100px;
	left:0px;
	
}
#contactdetails td, #contactdetails a
{
    font-family: Tahoma, verdana, arial;
	font-size: 11px;
	color: #333333;
}