html {
	height: 100%;
}
body {
	background-color: #FFF;
	margin: 0px;
	height: 100%;
}
.banner_home {
	background-color: #323232;
	width: 100%;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #4e4d4d;
	padding-top: 14px;
	padding-bottom: 14px;
}
.centerarea {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.centerarea_blue {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 8px;
}
.level2_home {
	background-color: #555555;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}.container {
	width: 100%;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	min-height: 100%;
}
.level3_white {
	width: 100%;
	padding-top: 20px;
	background-color: #FFF;
}
.level4_contactgradientarea {
	background-image: url(../graphics/graygradient.jpg);
	background-repeat: repeat-x;
	height: 128px;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 8px;
}
.level5_footerarea {
	background-image: url(../graphics/graygradient.jpg);
	background-repeat: repeat-x;
	height: 128px;
	width: 100%;
	bottom: 0px;
	position: relative;
}
.centerarea20 {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
.bottomframe {
	background-image: url(../graphics/graygradient.jpg);
	background-repeat: repeat-x;
	height: 128px;
	width: 100%;
}
li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #999999;
	margin-left: -20px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
}

