@charset "utf-8";
/* CSS Document */

#container {
	width: 847px;
	background-image: url(hcg-images/bgmiddle.jpg);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
}
h2 {
	font-size: 15px;
	font-weight: bold;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.topper1 {
	width: 847px;
	height: 13px;
	background-image: url(hcg-images/bgtop.jpg);
	background-repeat: no-repeat;
}


.topper2 {
	width: 847px;
	height: 13px;
	background-image: url(hcg-images/bgbottom.jpg);
	background-repeat: no-repeat;
	clear: left;
}
.middle {
	height: auto;
	width: 212px;
	float: left;
	text-align: center;
	padding-top: 200px;
}
.middle2 {
	height: auto;
	width: 423px;
	float: left;
	padding-top: 20px;
	margin-bottom: 50px;
}
.middle3 {
	height: auto;
	width: 212px;
	float: left;
	text-align: center;
	padding-top: 200px;
}
p {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
p a {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
p a:hover {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

