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

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 MD*/
/* * * * * * * * * * * * * * * * * * */
.MDHeader {
	width:					100%;  
	text-align: 			center;
	padding: 				6px 6px 6px 6px;
	background-color: 	#cae5ff;
	z-index: 				1;
}

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

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

.MDTitle {
	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:                 16px 14% 0 14%;
	text-align: 			center;
	border:					double medium #99ccff;
	z-index: 				3;
	color: 					#cae5ff;
	background-color: #000099;
}

.MDBody {
	clear: 					both;
	width:					72%;
	margin:                12px 14% 0 14%;
	background-color: #cae5ff;
	text-align: 			left;
	font-family:			"Palatino Linotype", Georgia, Arial, Verdana, Times;
	font-size: 				13pt;	
	/*font-weight: 			bold;*/
	z-index: 				1;
}

.MDFooter {
	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:					#cae5ff;
	background-color: 	#000099;
	z-index: 				1;
}

a.MDFooter:link 		{ color: #cae5ff }
a.MDFooter:visited 	{ color: #cae5ff }
a.MDFooter:hover 		{ color: #000099; background-color:#B9DBDA; text-decoration: none}
a.MDFooter:active 	{ color: #cae5ff }


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

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

.MDEvent {
	padding-bottom: 	9px;	
	padding-left: 		9px;	
	font-weight: 			bold;
}

.MDBold {
	font-weight: 			bold;
}

.MDImage {
	float:                   left;
	padding: 	          6px;
}

/* *** 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;  */
