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

#hnavbar {
	display: none;
}

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

.MBADescriptor {
	font-family:			"Palatino Linotype", Georgia, Arial, Verdana, Times;
	font-size: 				14pt;	
	font-weight: 			bold;
	letter-spacing: 		1px;
	margin-top: 			0px;
	padding: 				0px;
}

.MBADescription {
	font-family:			"Palatino Linotype", Georgia, Arial, Verdana, Times;
	font-size: 				14pt;	
}

.MBABodyText {
	font-family:			"Palatino Linotype", Georgia, Arial, Verdana, Times;
	font-size: 				12pt;	
	width:					72%;
	padding-left:         4px;
}

.MBABoldText {
	font-family:			"Palatino Linotype", Georgia, Arial, Verdana, Times;
	font-size: 				12pt;	
	font-weight: 			bold;
}

.MBAAuthor {
	font-family:			"Palatino Linotype", Georgia, Arial, Verdana, Times;
	font-size: 				12pt;	
	font-weight: 			bold;
	font-style:				italic;
}

.MBAEmphasis {
	font-family:			"Palatino Linotype", Georgia, Arial, Verdana, Times;
	font-size: 				12pt;	
	font-weight: 			bold;
	font-variant: 		small-caps;
	letter-spacing: 		1px;
}

/* * * * * * * * * * * * * * * * * * */
/*  DFF's 2-column design for MBA*/
/* * * * * * * * * * * * * * * * * * */
.MBABodyTitle {
	font-family:			"Palatino Linotype", Georgia, Arial, Verdana, Times;
	font-size: 				16pt;	
	font-weight: 			bold;
	font-variant: 		small-caps;
	letter-spacing: 		2px;
	width:					100%;
	height:      				30px;
	z-index: 				3;
	color: 					#F8F9E4;
	background-color: 	#339999;
}

.MBAFooter {
	clear: 					both;
	width:					100%;  
	text-align: 			center;
	padding-top: 			12px;
	z-index: 				1;
}

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

#page {
	margin: 10px;
	width:   100%;
}

#menuBar {
	display: 				block;
	position: 				relative;
	top: 						0px;
	left: 						0px;
	right: 					0px;
	min-width:             500px;
	margin-bottom: 		5px;
	padding:				10px;
	overflow: 				hidden;
	vertical-align: 		middle;
	color: 					#999999;
	background-color: #B9DBDA;
	font-size: 				12px;
	font-family: 			Arial, Helvetica, sans-serif;
	font-weight: 			bold;
	text-align: 			left;
	text-transform: 	capitalize;
	border: 				solid 1px #000000;
}

.menuHeader {
	display: 				inline;
	position: 				relative;
	padding: 				5px;
	margin: 					0px;
	padding-right: 		5px;
	padding-left: 		5px;
	color: 					#000000;
	text-decoration: 	none;
	white-space: 			nowrap;
	cursor: 					pointer;
	border-right: 		1px solid #000000;
}

.menuHeaderRight {
	display: 				inline;
	position: 				relative;
	padding: 				5px;
	margin: 					0px;
	padding-right: 		5px;
	padding-left: 		5px;
	color: 					#000000;
	text-decoration: 	none;
	white-space: 			nowrap;
	cursor: 					pointer;
}

.menuSection {
	display: 				block;
	padding: 				2px 5px;
	color: 					#FFFFCC;
	background-color: #336666;
	border-top: 			1px solid #cccccc;
}

a.menuLink {
	display: 				block;
	padding: 				2px 5px;
	background-color: #B9DBDA;
	border-top: 			1px solid #cccccc;
}

a.menuLink:link {
	color: 					#000000;
	background-color: #B9DBDA;
	text-decoration: 	none;
}

a.menuLink:visited {
	color: 					#000000;
	background-color: #B9DBDA;
	text-decoration: 	none;
}

a.menuLink:hover {
	color: 					#000000;
	background-color: #339999;
	text-decoration: 	none;
}

a.menuLink:active {
	color: 					#F8F9E4;
	text-decoration: 	none;
	background-color: #cc0000;
}

.menuDrop {
	position: 				absolute;
	z-index: 				1000;
	top: 						60px;
	left: 						0;
	width: 					175px;
	height: 					auto;
	color: 					#339999;
	visibility: 				hidden;
	margin: 					0;
	padding: 				0;
	font-size: 				11px;
	font-family: 			Arial, Helvetica, sans-serif;
	font-weight: 			bold;
	background-color: #B9DBDA;
	background-repeat: repeat;
	border-style: 		solid;
	border-width: 		0 1px 1px;
	border-color: 		#999999;
}
