.topText {
	margin: 15px 0px;
	width: 240px;
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.topBox {
	padding: 0px;
	border: 0px;
	margin: 15px 0px;
	width: 520px;
	background-color: #FFFFFF;
	background-image: url(../images/index_bg.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	float: right;
}

.topBoxInner {
	width: 250px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
}

.topBoxInner h1 {
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
	color: #000066;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-style: italic;
}

.topBoxInner a {
	text-align: left;
	color: #000066;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 1px 1px 1px 13px;
	display: block;
	width: 100%;
	background-image: url(../images/bullet_b.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.topBoxInner a:hover {
	text-decoration: none;
	color: #000066;
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 0px 0px 0px 12px;
	margin: 0px;
	background-image: none;
	width: 100%;
}

.topContainer {
	width: 775px;
	float: left;
}

.topText h1 {
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000066;
	color: #000066;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 3px 0px 2px;
}

.topText h2 {
	text-align: left;
	color: #000066;
	font-size: 12px;
	margin: 0px;
	padding: 3px 0px 2px;
	font-weight: bold;
}

.topText p {
	text-align: left;
	color: #000000;
	font-size: 12px;
	margin: 0px;
	padding: 3px 0px 0px;
}