body {
	background-color: White;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	margin-left: 5%;
	margin-right: 1%;
	color: #1A1A1A;
	background-image: url("shadowbackground.gif");
	background-repeat: repeat-y; 
} 


h1 { font-size: 130%; }
h2 { font-size: 120%; }
h3 { font-size: 110%; }
/*
a:link {
	color: #00008B;
	font-weight: bold;
}
a:visited {
	color: #8682BD;
	font-weight: normal;
}
a:hover {
	color: #F58025;
	font-weight: bold;
}
*/
td {font-size:14px;}
input {font-size:10px;}


.smallCaps {font-variant: normal; font-size: 70%;}
.smallprint {font-size: 9px}

.tableTitle1 {color:#000000;background-color:#c6cea5;font-weight:bold;font-size: 14px}
.tableTitle2 {color:#ffffff;background-color:#6bc6e7;font-size: 14px;font-weight: bold}
.tableCellColor1 {color:#000000;background-color:#CCCCCC;font-size: 14px}
.tableCellColor2 {color:#000000;background-color:#CCCCCC;font-weight:bold;font-size: 14px}
.tableOrange {background-color:#F58025}


.MHOrange {
	font-size: 36px;
	font-weight: bold;
	color: #F58025;
}
.MHGrey {
	font-size: 36px;
	font-weight: bold;
	color: #7FA1B6;
}
.MHBlack {
	font-size: 36px;
	font-weight: bold;
	color: #000000;
}
.largeTitleBlack {
	font-size: 18px;
	color: #000000;
}
.largeTitleOrange {
	font-size: 18px;
	color: #F58025;
}
.textOrange {
	color: #F58025;
}
.textTan {
	color: #c6cea5;
}
.textDarkBlue {
	color: #005a94;
}

.textLightBlue {
	color: #6bc6e7;
}
/*globalnav*/

#globalnav {
	position:relative;
	float:left;
	width:100%;
	padding:0 0 1.75em 1em;
	margin:0;
	list-style:none;
	line-height:2em; /* tab height */
}

#globalnav LI {
	float:left;
	margin:0;
	padding:0;
}

#globalnav A {
	display:block;
	color:#fff; /* text color */
	text-decoration:none;
	font-weight:bold;
	background:#F58025; /* tab background */
	margin:0;
	padding:0.25em 1em;
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	border-right:1px solid #aaa;
}

#globalnav A:hover,
#globalnav A:active,
#globalnav A.here:link,
#globalnav A.here:visited {
	background:#F58025;
}

#globalnav A.here:link,
#globalnav A.here:visited {
	position:relative;
	z-index:102;
}

/*subnav*/

#globalnav UL {
	position:absolute;
	left:0;
	top:1.5em;
	float:left;
	background:#F58025;
	width:100%;
	margin:0;
	padding:0.25em 0.25em 0.25em 1em;
	list-style:none;
	border-top:1px solid #fff;
}

#globalnav UL LI {
	float:left;
	display:block;
	margin-top:1px;
}

#globalnav UL A {
	background:#bbb;
	color:#fff;
	display:inline;
	margin:0;
	padding:0 1em;
	border:0
}

#globalnav UL A:hover,
#globalnav UL A:active,
#globalnav UL A.here:link,
#globalnav UL A.here:visited {
	color:#F58025;
}
