

body {
	
	font-size:12px;
	margin: 0px;
	padding: 0px;
	background: #7c81b9 url(../images/index_bg.gif) center top no-repeat;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
}

img {
	border:none;
	padding:0px;
	margin:0px;
}	

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}


a, a:link, a:visited {
text-decoration:none;
FONT-FAMILY: Arial, Helvetica, sans-serif;
color:#2a2d77;
}

a:hover{
text-decoration:none;
FONT-FAMILY: Arial, Helvetica, sans-serif;
/*color: #D82828;*/
color:#7c81b9;
}

#layout {
	width:750px;
	height:500px;
	margin: 20px auto 20px auto;
	background-color:#FFFFFF;
	margin-bottom:120px;
}

	#top {
		height: 119px;
		width: 750px;
		background: url(../images/index_top.gif) no-repeat;
	}
	
	#topbar {
		height:20px;
		width: 740px;
		background: url(../images/index_bar.gif) no-repeat;
		padding-left:10px;
		overflow:hidden;
	}
	
	#content {
		height: 335px;
		width: 750px;
		background: url(../images/index_content.gif) no-repeat;
	}
		#findhelp {
			float:left;
			height: 260px;
			width: 200px;
			background: #FCECEB url(../images/findhelp.gif) no-repeat;
			border: #EE2424 2px solid;
			margin: 40px 0px 0px 10px;
			cursor:pointer;
		}
			
			.boxcontent {
				margin-top:50px;
				padding:7px;
				font-size:1.1em;
				line-height:1.3em;
			}
			
			.boxcontent h2 {
				font-size:1.0em;
			}
		
		#givehelp {
			float:left;
			height: 260px;
			width: 200px;
			background: #FEEDE1 url(../images/givehelp.gif) no-repeat;;
			border: #F7931D 2px solid;
			margin: 40px 0px 0px 10px;
			cursor:pointer;
		}
		
		#HLdesc {
			float:left;
			height: 270px;
			width: 255px;
			margin: 65px 0px 0px 20px;
			font-size: 12px;
			font-family:Arial, Helvetica, sans-serif;
		}
		
		#HLdesc h1 {
			font-size: 20px;
			font-family:Arial, Helvetica, sans-serif;
			font-weight:normal;
			margin-bottom:5px;
			padding-bottom:0px;
			margin-top:0px;
		}
	
	#footer {
		height: 17px;
		width: 730px;
		padding: 8px 10px 0px 10px;
		background: url(../images/index_footer.gif) no-repeat;
		font-size:10px;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
	}
	
	#underfooter {
		padding-top:3px;
		background:#7c81b9;
		text-align:center;
		color:#C0C2DE;
		height:20px;
		width:750px;
	}
	
		#ihsfootercontainer {
		background: url(../images/footerbg.png) repeat;
		position:fixed;
		bottom:0;
		width:100%;
		min-height:30px;
	}
	
	#ihsfooter {
		width:700px;
		margin: 0px auto 0px auto;
		padding:10px;
		color:#bcbac9;
		overflow:hidden;
		font-size:11px;
	}
	
	#ihsfooter a:link, #ihsfooter a:visited, #ihsfooter a.link, #ihsfooter a.visited {
		text-decoration:none;
		font-family:Arial, Helvetica, sans-serif;
		color:#fff;
	
	}
	
	#ihsfooter a:hover, #ihsfooter a.hover, #ihsfooter a:active, #ihsfooter a.active {
		text-decoration:underline;
		font-family:Arial, Helvetica, sans-serif;
		color:#fff;
	}
	
	#navlist li {
		display:inline;
		padding:8px;
	}
