html {
	height:100%;
	margin-bottom: 1px;
}
p {
	line-height:18px;
	margin-bottom: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
li {
	margin-bottom: 15px;
}
.black-10 {
	font-size: 10px;
	color: #000000;
}
.black-16 {
	font-size: 16px;
	color: #000000;
}
.black-18 {
	font-size: 18px;
	color: #000000;
}
.black-24 {
	font-size: 24px;
	color: #000000;
}
.blue_16 {
	font-size: 16px;
	color: blue;
}
.page-title {
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
}

/* These define the background areas. To override them in any one page redefine the class in the page. */

.TopArea1BGC {background-color:white;}
.TopArea2BGC {width:144px; padding:36px 0 0 0; background-color:white;}
.TopArea3BGC {padding:36px 54px 36px 54px; background-color:white;}
.BotArea1BGC {float:left; width:144px; background-color:white;}
.BotArea2BGC {padding:18px 54px 36px 54px; background-image:url(graphics/a/HIMlogoman.gif); background-position:top right; background-repeat:no-repeat; background-color:white;}

/* Menu Items */

.menuclass {
	color:black;
	text-decoration: none;
}
a.menuclass:hover {
	text-decoration: underline;
}
.tabmenu {
	font-size:12px;
	text-align: left;
	vertical-align: top;
	padding-right: 12px;
	padding-left: 12px;
}
.subtabmenu {
	font-size:10px;
	text-align: right;
	vertical-align: top;
	padding-right: 7px;
}
.joinmenu{
	font-family: Verdana, Bitstream Vera Sans, Nimbus Sans L, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	padding:1px;
	line-height: 220%;
	font-weight: bold;
	text-decoration: none;
}
.joinsubmenu {
	font-family: Verdana, Bitstream Vera Sans, Nimbus Sans L, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	margin-left: 10px;
	line-height: 130%;
	letter-spacing: 1px;
}
.white-10 {
	font-size: 10px;
	color: #FFFFFF;
}
.white-14 {
	font-size: 14px;
	color: #FFFFFF;
}
.white-18 {
	font-size: 18px;
	color: #FFFFFF;
}
/* navigation banner at the bottom of the page */
p.navigation {
	color: white;
	font-size: 10px;
	text-align: center;
	padding: 2px 72px 2px 72px;
	background-color: #53462D;
	opacity: .8;
	border-top: white solid 2px;
	clear: both;
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	text-decoration: none;
	margin-bottom: 0px;
}

p.navigation a {
	color: white;
	text-decoration: none;
}
