body {
	background-color:#E9F5F4;
	margin: auto;
	width: 900px;
	font-family: Verdana, Geneva, sans-serif;
}
.headerimg {
	margin-bottom: 10px;
	text-align: center;
}
.description {
	margin-left: 20px;
	margin-right: 20px;
}
.footer {
	height: 325px;
	text-align: center;
	margin: 0 auto;
}
.footer-left, .footer-mid, .footer-right {
	float: left;
	height: 250px;
	margin: 15px 0;
	padding: 0 40px;
	width: 180px;
}
h2 {
	color:#5C5C5C;
	font-size: 24px;
	font-weight: normal;
}
h3 {
	color:#5C5C5C;
	font-size: 16px;
	font-weight: normal;
}
p {
	color:#333;
	font-size: 14px;
}
p a {
	color:#333;
}
.p2 {
	color:#333;
	font-weight:bold;
	font-size: 16px;
}
.p3 {
	font-size: 8px;
	color:#333;
}
ul {
	color:#333;
	font-size: 14px;
}
li {
	color:#333;
	font-size:14px;
}
small {
	font-size: 9px;
}
p.micro {
	font-size: 9px;
}
.divClear {
    clear:both;
}

