body {
	background-color: #969799;
	background-repeat: repeat-x;
	color: black;
	font-family: Verdana;
		font-size: 11pt;
}

body.Style1 {
	background-color: red;
	}
	
body.Style2 {
	background-color: green;
	}
	
	body.Style3 {
	background-color: blue;
	}
	
	body.Style4 {
	background-color: white;
	}
	
	body.Style5 {
	background-color: tan;
	}
	
	body.Style6 {
	background-color: gray;
	}

.main {
	background-image: url('/hba.nsf/contentBack.gif');
	background-repeat: repeat-y;
}

h1 {
	line-height:110%;
	width: 300px;
	color: #11294b;
	font-family: Verdana;
	font-weight: bolder;
	font-size: 24pt;
	padding: 2px;
}

h2 {
	line-height:110%;
	font-family: Verdana;
	font-weight: bolder;
	font-size: 22pt;
}

h3 {
	line-height:110%;
	font-family: Verdana;
	font-weight: bolder;
	font-size: 20pt;
}

.clear {
	clear: both;
}

.header {
	background-image: url('/hba.nsf/headerBack.jpg');
	background-repeat: no-repeat;
	height: 238px;
}

.topbanners{
	float: right;
	padding: 10px;
	}


.content {
	background-image: url('/hba.nsf/mainBack.gif');
	background-repeat: no-repeat;
	background-position: right top; 
}

.innermemContent {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	}

.innerContent {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:50px;
	}
	
	.innerMemeberContent {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:10px;
	padding-left:10px;
	}
	
	.homecontent {
	padding: 40px;
	}

.footer {
	background-color: #7d9198;
}

/*** Left Menu ***/
.leftMenu ul {
	margin: 0;
	padding: 0;
	
	list-style: none;
	width: 205px;
}

.leftMenu ul li {
	position: relative;
	display: block;
	padding: 10px 0 0 15px;
	text-align: Left;
}



.leftMenu li a {
	color: White;
	font-size: 12pt;
	font-weight: bold; 
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: block;
}

.leftMenu li a:hover {

	text-decoration: none;
}

.leftMenu ul li ul {
	display: none;
	color: white;
	position: absolute;
	left: 100%;
	top: 0;
	height: auto;
	width: 280px;
	background: #202d4b;
	font-size: .9em;
	z-index: 1;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid gray;
}

.leftMenu ul li ul li {
	background: #202d4b;
	display: block;
	margin: 0;
	padding: .5em;
	border: 1px solid gray;
	border-bottom: none;
	height: auto;
	width: 278px;
}

.leftMenu li ul li:hover {
	background-image: none;
}
.leftMenu li ul li a {
	color: whit;
}

.leftMenu li ul li a:hover {
	background-color: #202d4b;
	color: white;
	text-decoration: underline;
	display: block;
}

.vwColHead {
	line-height:110%;
	font-family: Verdana;
	font-weight: bolder;
	font-size: 12pt;
	background-color:rgb(225,210,180)
}
.xspPagerContainerHBA{
	background-color:#e1d2b4;
	border-collapse:collapse;
	width:100%;
	position:relative;
	}
	
	.xspPagerHBA{
	float:right;
	padding:4px 0px 0px 0px;
	text-align:center;
	font-size:.9em;
	color:#848484;
	background-color:#e1d2b4;
	}
	
	.xspPagerLeft{
	float:left
	;padding:4px 0px 0px 0px;
	text-align:center;
	font-size:.9em;
	color:#848484;
	background-color:#e1d2b4;
	}
	
	.xspPagerRight{
	float:right;
	padding:4px 0px 0px 0px;
	text-align:center;
	font-size:.9em;
	color:#848484;
	background-color:#e1d2b4;
	}
	
	.xspPagerNav{
	color:#848484;
	}
	
	#viewPanel1_OUTER_TABLE{
	background-color:#e1d2b4;
	}
	
	.xspDataTableViewPanelHeaderStart{
	background-color:#e1d2b4;
	border: 0px;
	}
	
	.xspDataTableViewPanelHeaderMiddle{
		background-color:#e1d2b4;
			border: 0px;
	}
	
	.xspDataTableViewPanelHeaderEnd{
	background-color:#e1d2b4;
		border: 0px;
	}
	
		.xspDataTableViewPanelFooterStart{
	background-color:#e1d2b4;
		border: 0px;
	}
	
	.xspDataTableViewPanelFooterMiddle{
		background-color:#e1d2b4;
			border: 0px;
	}
	
	.xspDataTableViewPanelFooterEnd{
	background-color:#e1d2b4;
		border: 0px;
	}

	
	
