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

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

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

a:link 		{ color: #000033; }
a:visited 	{ color: #000033; }
a:hover 		{ color: #31659c; background-color:#ffeebb; text-decoration: none}
a:active 	{ color: #000033 }

.MCEOCFooter a:link 		{ color: #ffcc66; }
.MCEOCFooter a:visited 	{ color: #ffcc66; }
.MCEOCFooter a:hover 		{ color: #ffcc66; background-color:#999999; text-decoration: none}
.MCEOCFooter a:active 	    { color: #FFFF66 }


/* * * * * * * * * * * * * * * * * * * * * */
/*   DFF's 2-column design for MCEOC   */
/* * * * * * * * * * * * * * * * * * * * * */
.MCEOCHeader {
	width:					1000px;
	height:					170px;
/*	min-width: 6in;
	max-width: 8in;
*/	
	float:					none;
	position:				relative;
	/*overflow:				hidden;*/
	margin: 					0;
	padding: 				0;
	font-size: 12pt;
	z-index: 				9999;
}

.MCEOCTitle {
	font-family:			"Palatino Linotype", Georgia, Arial, Verdana, Times;
	font-size: 				14pt;	
	font-weight: 			bold;
	font-variant: 		small-caps;
	letter-spacing: 		1px;
	width:					76%;
	padding:                0px 0px 0px 0px;
	margin:                 0 12% 0 12%;
	text-align: 			center;
	border:					dotted medium #639ace;
	z-index: 				3;
	color: 					#ffcc66;
	background-color:  #31659c;
}

.MCEOCBody {
	margin:                12px 10% 0 200px;    /* 180px */
	text-align: 			left;
	font-family:			"Palatino Linotype", Georgia, Arial, Verdana, Times;
	font-size: 				14pt;	
	z-index: 				1;
}

.MCEOCFooter {
	font-family:			"Palatino Linotype", Georgia, Arial, Verdana, Times;
	font-size: 				9pt;	
	font-weight: 			bold;
	letter-spacing: 		1px;
	padding:                0px 0px 0px 0px;
	margin:                 0 6% 0 6%;
	text-align: 			center;
	border:					dotted medium #639ace;
	z-index: 				3;
	color: 					#ffeebb;
	background-color:  #31659c;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*       Primary Navigation Menu       */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#menuBar {
	display: 				block;
	clear:					both;
	position : 				absolute;
	top : 					    170;
	left : 					0;
	width: 					170px;
	margin-bottom: 		5px;
	margin-top: 			0px;
	padding: 				0px;
	overflow: 				hidden;
	vertical-align: 		middle;
	background-color: #31659c;
	color: 					#ffcc66;
	font-size: 				12pt;
	font-weight: 			bold;
	text-align: 			left;
	text-transform: 	capitalize;
	z-index: 				9;
}

.menuHeader {
	position: 				relative;
	width: 					170px;
	margin: 					0px;
	padding:          		4px 0px 4px 4px;
	color: 					#ffcc66;
	text-decoration: 	none;
	white-space: 			nowrap;
}

.menuDrop {
	position: 				absolute;
	z-index: 				1000;
	top: 						60px;
	left: 						0;
	width: 					200px;
	height: 					auto;
	color: 					#ffcc66;
	background-color: #ffeebb;
	visibility: 				hidden;
	margin: 					0;
	padding: 				0;
	font-size: 				12pt;
	font-weight: 			bold;
}

.menuLink {
	padding: 				4px 0px;
}

a.menuLink {
	display: 				block;
	padding: 				0px 4px;
	background-color: #ffcc66;
	border-top: 			1px solid #cccccc;
}

a.menuLink:link {
	color: 					#31659c;
	background-color: #ffcc66;
	text-decoration: 	none;
}

a.menuLink:visited {
	color: 					#31659c;
	background-color: #ffcc66;
	text-decoration: 	none;
}

a.menuLink:hover {
	color: 					#31659c;
	background-color: #ffeebb;
	text-decoration: 	none;
}

a.menuLink:active {
	text-decoration: 	none;
	color: 					#FFFFFF;
	background-color: #cc9933;
}

/*  Top-level Link items  (like Contact Us)  */
a.TopLink {
	display:					block;
	margin-top:           0px;
	margin-bottom:      0px;
	padding:                2px 0px 2px 0px;
	background-color: #31659c;
	color:					#ffcc66;
	font-size: 				12pt;
	font-weight: 			bold;
	padding-left:			4px;
	text-decoration:	none;
}

a.TopLink:link {
	background-color: #31659c;
	color:					#ffcc66;
	text-decoration:	none;
}

a.TopLink:visited {
	background-color: #31659c;
	color:					#ffcc66;
	text-decoration:	none;
}

a.TopLink:hover {
	color: 					#31659c;
	background-color: #ffeebb;
	/*border-bottom: 		1px solid #31659c;*/
	text-decoration:	none;
}

a.TopLink:active {
	background-color: #31659c;
	color:					#ffcc66;
	text-decoration:	none;
}

/* * * * * * * * * * * * * * * * * * */
/*  ImageBox for Retrospective     */
/* * * * * * * * * * * * * * * * * * */
.ImageBox {
	width:			290px;
	float:			left;
	margin:			0 12px 12px 0;
}

.BoxTitle {
	margin:			6px auto 6px auto;
	font-weight:	bold;
	text-align:		center;
}

.BoxThumb {
	margin-left:	auto;
	margin-right: auto;
}

.BoxCaption {
	width:			90%;
	padding:		4px;
	margin-left:	auto;
	margin-right:	auto;
	clear:			all;
}

.BoxFooter {
	background:	#aee7ff;
	width: 			80%;
	margin: 			0 auto 0 auto;
	font-size: 		x-small;
	font-weight:	bold;
	font-style:		italic;
	align:				center;
	padding-bottom: 4px;
	}


.MCEOCSection {
	font-size: 				14pt;	
	font-style:				italic;
	font-weight: 			bold;
	background:			#FFFFCC;
}

.MCEOCSection li { line-height:1.2em; }

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

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

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

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

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

.MCEOCBold {
	font-weight: 			bold;
}


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


/* * * * * * * * * * * * * */
/*  Biography Formatting */
/* * * * * * * * * * * * * */
.MCEOCBio {
	margin-top: 					8px;
	margin-bottom: 				8px;
}

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

.MCEOCBioText {
}

.MCEOCBioIndex {
	font-weight: 			bold;
}

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