@charset "utf-8";
.mainimage {
	height: 200px;
	width: 730px;
	background: url(images/mainimage.png);
	margin: 5px 0px 10px;
}
.mainimage h1, .mainimage h2, .mainimage p,  .mainimage ul {
	display: none;
}
h3 {
	display: block;
	height: 34px;
	background-repeat: no-repeat;
	background-position: 0 0;
	clear: both;
	margin: 0 0 0 10px;
}
h3 span {
	display: none;
}
h3.subtitle {
	padding: 0;
	border:0;
	width: 688px;
	height: 34px;
	background:transparent url(images/subtitle.png) 0 0 no-repeat;
}

img.ct {
	margin: 10px auto;
	display: block;
}
li {
	line-height: 1.5;
	font-size: small;
	margin-top: 5px;
	margin-bottom: 5px;
}
h2.sub {
	font-size: large;
	border-bottom: 1px solid #000066;
	font-weight: bold;
	color: #039;
}

