/* * * * * * * * * * * * * * * * * * */
/*  CSS file for MHD Web site.     */
/* * * * * * * * * * * * * * * * * * */
Body {
	margin: 0px;
	padding: 0px;
	font-family:"Palatino Linotype", Georgia, Arial, Verdana, Times;
	font-size: 12pt;
	background-color: #ddeeff;
}

li {
	list-style-position: outside;
	list-style-type:		none;
	padding-bottom:    9px;
}

/* P { font-family : Verdana; font-size : 12pt } */

a:link 		{ color: #000099 }
a:visited 	{ color: #990099 }
a:hover 		{ color: #000099; background-color:#B9DBDA; text-decoration: none}
a:active 	{ color: #FFFF66 }



/* * * * * * * * * * * * * * * * * * */
/*  DFF's 2-column design for MHD*/
/* * * * * * * * * * * * * * * * * * */
.MHDHeader {
	width:					100%;  
	text-align: 			center;
	padding: 				6px 6px 6px 6px;
	background-color: 	#99ccff;
	z-index: 				1;
}

.MHDNavBar {
	width:					100%; 
	text-align: 			center;
	font-size: 				16pt;	
	font-weight: 			bold;
	letter-spacing:		2px;
	color:					#0000ff;
	background-color: 	#99ccff;
	z-index: 				1;
}

.MHDNavButton {
	margin:					6px 6px 6px 6px; 
}

.MHDTitle {
	font-family:			"Palatino Linotype", Georgia, Arial, Verdana, Times;
	font-size: 				16pt;	
	font-weight: 			bold;
	font-variant: 		small-caps;
	letter-spacing: 		1px;
	width:					72%;
	padding:                0px 0px 0px 0px;
	margin:                 0 14% 0 14%;
	text-align: 			center;
	border:					double medium #99ccff;
	z-index: 				3;
	color: 					#99ccff;
	background-color:#0000ff;
}

.MHDBody {
	clear: 					both;
	width:					100%;
	margin:                12px 0 0 0;
	text-align: 			left;
	font-family:			"Palatino Linotype", Georgia, Arial, Verdana, Times;
	font-size: 				12pt;	
	/*font-weight: 			bold;*/
	z-index: 				1;
}

.MHDFooter {
	clear: 					both;
	width:					72%;  
	margin:                 12px 14% 0 14%;
	text-align: 			center;
	font-family:			"Palatino Linotype", Georgia, Arial, Verdana, Times;
	font-size: 				12pt;	
	font-weight: 			bold;
	font-variant: 		small-caps;
	letter-spacing:		1px;
	color:					#99ccff;
	background-color: 	#0000ff;
	z-index: 				1;
}

.MDFL {
}

a.MDFL:link 		{ color: #ffff80; text-decoration: none }
a.MDFL:visited 	{ color: #ffff80; text-decoration: none }
a.MDFL:hover 	{ color: #ff33ff; text-decoration: none}
a.MDFL:active 	{ color: #FFFF66; text-decoration: none }

.MHDAdvisory {
	font-style:				italic;
	color:					#99ffcc;
}

.MHDDate {
	margin-bottom: 	6px;	
	font-size: 				14pt;	
	font-weight: 			bold;
	font-style:				italic;
	color:					#003300;
	background-color:	#ffffcc;
}

.MHDEvent {
	margin-bottom: 	9px;	
	margin-left: 		9px;	
	font-weight: 		bold;
	clear:				both;
}

.MHDEventText {
	padding-bottom: 	9px;	
	padding-left: 		9px;	
}

.MHDSponsor {
	margin-bottom: 	16px;	
	margin-left: 		9px;	
	font-weight: 		bold;
	clear:				both;
}

.MHDBold {
	font-weight: 			bold;
}


.MHDMap {
	float: 			left;
	margin:        0px 16px 24px 8px;
}


/* * * * * * * * * * * * * */
/*  Biography Formatting */
/* * * * * * * * * * * * * */
.MHDBio {
	margin-top: 					40px;
	margin-bottom: 				20px;
}

.MHDBioPix {
	float: 			left;
	margin:        0px 12px 6px 6px;
}

.MHDBioText {
}

.MHDBioIndex {
	font-weight: 			bold;
}

/* *** Extra reference junk *** */
/*line-height: 				1.2em;   */
/*letter-spacing: 			1px;*/
/*background-color: 		#66CCCC;*/
/*font-variant: 				small-caps;*/
/*margin: 						10px 0px 4px 0px;*/
/*margin-left: 				30px; */
/*border:						2px solid #006699; */
/*border-top: 				1px solid #330000;  */
/*border-bottom: 			2px solid #333333; */
/*border: 						ridge #99ccff 6px;  */
