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;
}

img {
	border:none;
	padding:0px;
	margin:0px;
}	

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;
}

	#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;
	}