#main {
	position: relative;
	width: 775px;
	top: 20px;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	text-align: left;
}

#main h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
}

#main h2 {
	position: static;
	font-size: 11px;
	font-weight: bold;
	color: #163161;
	line-height: 13px;
	font-family: Tahoma, Lucida Grande, "Arial Black", sans-serif;
	text-decoration: none;
	background-color: transparent;
	border-bottom-style: solid;
	border-bottom-color: black;
	border-bottom-width: 1px;
	width: 100%;
	margin-top: 20px;
	padding-bottom: 2px;
	clear: both;
}

#main h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 15px;
	padding-bottom: 10px;
}

#main ul {
	width: 357px;
	margin-left: 0px;
	margin-right: 15px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0px;
	padding-left: 15px;
	text-align: left;
	float: left;
	list-style-position: outside;
	list-style-type: square;
	color: #993333;
}

#main ul li {
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#main ul li a {
	font-size: 11px;
	color: #163161;
	line-height: 14px;
	font-family: Tahoma, Lucida Grande, "Arial Black", sans-serif;
	text-decoration: underline;
	font-weight: bold;
}

#main p {
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-weight: normal;
	padding-left: 15px;
	padding-top: 1px;
	padding-right: 15px;
	padding-bottom: 5px;
}

#main p a.goto {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #892525;
	letter-spacing: 0.01em;
	text-align: right;
	text-decoration: none;
}

