* {
	margin: 0px;
	padding: 0px;
}
html,body {
	height: 100%;
	width: 100%;
	
	
}
.headerpanel {
	position: relative;
	display: block;
	height: 111px;
	width: 764px;
}
.headerpanel img {
	display: block;
	float: left;
}

.midsection {
	width: 764px;
	background-image: url(images/bgslice2.jpg);
	background-repeat: repeat-y;
	padding-bottom: 20px;
	display: block;
	background-position: center top;
	background-attachment: scroll;
	background-color: #FFFFFF;
}
.footer {
	display: block;
	clear: left;
	height: 56px;
	width: 764px;
	background-color: #294CA6;
	color: #FFFFFF;
	font: 0.7em Arial, Helvetica, sans-serif;
	text-align: center;
	background-image: url(images/footer.jpg);
	padding-top: 38px;
	background-repeat: no-repeat;
}

.leftcolumn {
	display: block;
	float: left;
	width: 149px;
	padding-left: 5px;
}
.centercolumn {
	display: block;
	float: left;
	width: 456px;
}
.headerlinks a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 90px;
	display: block;
	float: left;
	text-align: center;
}
.headerpanel .headerlinks {
	position: absolute;
	top: 2px;
	left: 82px;
	width: 611px;
	height: 19px;
	margin-top: 70px;
	visibility: inherit;
}
.iconspanel img {
	margin-right: 5px;
	margin-left: 5px;
}


.rightcolumn {
	display: block;
	float: left;
	width: 145px;
	padding-right: 5px;
	padding-left: 4px;
}

.textleftcol {
	width: 200px;
	color: #000080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin-left: 5px;
	float: left;
	line-height: 1.6em;
}

.textrightcol {
	width: 200px;
	color: #000080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin-left: 5px;
	float: left;
	line-height: 1.6em;
	padding-left: 1px;
}


.outercontainer {
	height: 100%;
	width: 764px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

.clearfloat {
	clear: both;
}
.banner img {
	border-style: none;
}
.banner {
	margin-top: 20px;
}
.centerimage {
	margin-top: 20px;
	margin-bottom: 20px;
}
.centerbox {
	background-image: url(images/back-gradient1.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: scroll;
	display: block;
	padding-bottom: 20px;
	width: 435px;
	border: 1px solid #CCCCCC;
	margin-left: 9px;
}
.centerbox .boxtopheader {
	display: block;
	width: auto;
	background-image: url(images/banner.gif);
	background-repeat: repeat-y;
	background-position: left top;
	height: 29px;
	position: relative;
	top: 0px;
	margin-bottom: 20px;
}
