#container {
	width: 780px;
}
#pgbody {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background: #FCFCFC;
	border-right: 1px solid #F2F2EE;
	border-left: 1px solid #F2F2EE;
	text-align: left;
}
#content {
	font: 9pt Arial, Helvetica, sans-serif;
}
.aboutus {
	padding: 0px 10px 10px;
	border: 1px dashed #CCCCCC;
	margin-top: 15px;
	margin-bottom: 15px;
}
.title {
	font-weight: bold;
	color: #FFFFFF;
	background: #006699;
	padding: 5px 10px;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	border-left: 10px solid #0099CC;
}
.aboutus p {
	padding: 5px 15px;
}
p a {
	font-weight: bold;
	color: #006699;
	text-decoration: none;

}
p a:hover {
	text-decoration: underline;
	font-weight: bold;
}
#contentlinks {
	margin-top: 20px;
	list-style: none;
	left: auto;
	right: auto;
}
#contentlinks li {
	margin: 0px;
	padding: 5px;
}
#contentlinks li a {
	color: #006699;
	font-weight: bold;
	text-decoration: none;
	border: none;
}
#contentlinks a:hover {
	font-weight: bold;
	color: #003366;
	text-decoration: underline;
}

