/*Misc. Classes*/
#banner {
	background-color: #0019A8;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(images/hmpgTagline.gif);
}
#menuRow {
	display: none;
}
#hmpgContentTable {
	border: 1px solid #FFFFFF;
	width: 100%;
}
#footer {
	display: none;
}
#leftColumn {
	background-color: #DADDF1;
	border: 2px solid #FFFFFF;
}
#intContent {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #BABFE4;
	padding-left: 22px;
}
#intContentTable {
	border: 1px solid #BABFE4;
}
#hmpgTopAd {
	display: none;
}
#hmpgPhoto {
	display: none;
}
#hmpgContent {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	width: 100%;
}
#hmpgBottomAd {
	display: none;
}
#loginArea {
	display: none;
}
#topOfPage {
	padding-top: 20px;
	padding-bottom: 20px;
}
.printOnly {
	display: none;
}
.noPrint {}
/*HTML Definitions*/
body,td,th,p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2B2B2B;
	line-height: 15px;
}
body {
	background-color: #FFFFFF;
}
form {
	margin: 0px;
	padding: 0px;
}
a {
	color: #0019A8;
}
a:visited {
	color: #0019A8;
}
a:hover {
	color: #0019A8;
}
a:active {
	color: #0019A8;
}
label {
	cursor: hand;
}

/*Text Formatting*/
.headerBig {
	font-size: 19px;
	color: #8C0303;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.headerMedium {
	font-size: 16px;
	color: #0019A8;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.headerMediumRed {
	font-size: 16px;
	color: #8C0303;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.headerSmall {
	font-size: 13px;
	color: #0019A8;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.headerSmallRed {
	font-size: 13px;
	color: #8C0303;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

/*Matrix Formatting*/
.mtxBorder {
	border: 1px solid #B9BEDF;
}
.mtxHeaderLeft {
	background-color: #E1E3F0;
	font-size: 12px;
	font-weight: bold;
	color: #001591;
}
.mtxHeaderRight {
	background-color: #E1E3F0;
	font-size: 12px;
	font-weight: bold;
	color: #001591;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B9BEDF;
}
.mtxRowLeft {
	background-color: transparent;
}
.mtxRowLeftAlt {
	background-color: #F1F2F8;
}
.mtxRowRight {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B9BEDF;
	background-color: transparent;
}
.mtxRowRightAlt {
	background-color: #F1F2F8;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B9BEDF;
}

/* Show/Hide Classes */
.hideObject {
	display:none;
}
.showRowObject {
	display:table-row;
}

/* Menu Styles */
.menu {
	display: none;
}
.menu ul {
	display: none;
}
.menu li {
	display: none;
}
.menu a {
	display: none;
}
.menu a:link, .menu a:visited, .menu a:hover {
	display: none;
}
.menu a:hover {
	display: none;
}
a.menuTop {
	display: none;
}
a.menuTop:link, .menuTop:visited, a.menuTop:hover {
	display: none;
}
a.menuBottom {
	display: none;
}
a.menuBottom:link, .menuTop:visited, a.menuBottom:hover {
	display: none;
}
a.menuTopBottom {
	display: none;
}
a.menuTopBottom:link, .menuTop:visited, a.menuTopBottom:hover {
	display: none;
}
