@charset "UTF-8";


div#header {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 290px 100px;
}

div#flash {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	height: 405px;
	background-color: #FFFFFF;
}

div#topics {
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 12px;
	padding-bottom: 15px;
	padding-left: 12px;
	overflow: auto;
	font-size: 75%;
	margin-bottom: 12px;
}
div#topics dl {
	margin-left: 120px;
	margin-top: -12px;
	height: 7em;
	overflow: auto;
}
div#topics dl dt {
	float: left;
	width: 9em;
	margin-bottom: 5px;
	line-height: 1.5;
}
div#topics dl dd {
	margin-left: 9em;
	margin-bottom: 5px;
	line-height: 1.5;
}

