@charset "UTF-8";
/* CSS Document */

body{
	font-family : Verdana, sans-serif;
	margin-left: 20px;
	margin-right: 20px;
	margin-top:5px;
	background-image: url(graphics/dk_red_ganesh.jpg);
	}

	table
	{
	background-image: url(graphics/red_bkgd.jpg);
	border: 20px solid #003333;
	}
	
.smborder{
border: 4px solid #330033;	
}
.smgreenborder{
border: 4px solid #003333;
}
	
	h1{
	font-weight : normal;
	font-size :14pt;
	color : #F93;
	font-style : normal;
	margin-left: 25px;
	margin-right: 25px;
	}
	
	.grey{
	color : #666;
	font-size :12pt;

		}
		
		.rose{
	color : #F3C;
	font-size :12pt;
		}
	h2{
	font-weight : normal;
	font-size :12pt;
	color : #CC6600;
	font-style : normal;
	font-family : Verdana, sans-serif;
	margin-left: 25px;
	margin-right: 25px;
	}
	
	p
	{
	font-weight : normal;
	font-size : 10pt;
	color : #666;
	font-style : normal;
	line-height:12pt;
	font-family : Verdana, sans-serif;
	margin-left: 30px;
	margin-right: 25px
	}	
		
.green{
	color:#963;
	line-height:14pt;
  }
  
.lgrey{
	color:#CCC;
	font-size :10pt;
	line-height:14pt;
	}  
  
a:link { 
color:#63C
}      
a:hover {
	color:#FC3
	}
	
.hovermenu ul{
font: bold 16px verdana;
padding-left: 0;
margin-left: 0;
height: 18px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
	padding: 2px 0.5em;
	text-decoration: none;
	float: none;
	color: #603;
	background-color: #f7941d;
	border: 2px solid #FFF2BF;
}

.hovermenu ul li a:hover{
background-color: #FFE271;
border-style: outset;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}

.biopic{
	align: left;
	padding-right: 25px;
	padding-bottom: 20px;
	}
