@charset "utf-8";

#home-mainImg {
	width: 944px;
	text-align: center;
}

div#main-swf-alternate {
	text-align: center;
}

#footer-area-canvas {
	margin-top: 36px;
}

#footer-area-canvas ul.utility {
	width: 600px;
}

div#navigation-area {
	margin-bottom: 0px;
}

div#navigation-area {
	width: 920px;
	margin: 0 0 0 12px;
	padding: 0;
	line-height: 1;

	/* for global-nav style */
	position: relative;
	z-index: 2;
}

div#navigation-area h1 {
	text-align: right;
	margin: 0 24px 24px;
}

div#navigation-area h2 {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 0;
	height: 0;
	font-size: 0;
	color: #fff;
	background-color: #fff;
}

div.alert {
	background-color:#F0EDED;
	margin: 0 12px 24px;
	padding: 1em 1em;
}

div#content-area {
	_overflow: visible;
	_height: 1px;
	zoom: 1;
	padding-left: 12px;
	/*\*//*/
	overflow: hidden;
	/**/
}

div#content-area:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}

/*information*/
div#information {
	margin: 24px 12px 0 0;
	padding: 0;
	border: none;
}

div#information h2 {
	margin: 0 0 14px 0;
}

div#information table {
	padding: 0;
	margin-right: 12px;
	margin-left: 12px;
	border-collapse: collapse;
	border-width: 0 none;
	font-size: 100%;
}

div#information th,
div#information td {
	padding: 0 0 11px 0;
	border-width: 0 none;
	vertical-align: top;
}

div#information th.date {
	width: 10%;
	padding-right: 18px;
	padding-top: 0.2em;
	font-weight: normal;
	font-size: 92%;
	white-space: nowrap;
}

div#information td span.title {
	display: block;
}

div#information td p{
	margin-bottom: 0;
}

div#information strong {
	margin-right: 5px;
	font-weight: normal;
}

div#information .important td,
div#information .important a,
div#information .important strong {
	color: #cc0000;
}

div#information .important a {
	border-color: #cc0000;
}

div#information .important a:focus,
div#information .important a:hover,
div#information .important a:active {
	border-color: #e2dcdb;
}


/* headlines */
div#headlines {
	width: 466px;
	margin: 24px 0 0;
	padding: 0;
	float: left;
	_overflow: visible;
	_height: 1px;
	zoom: 1;
	/*\*//*/
	overflow: hidden;
	/**/
}

div#headlines:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}

div#headlines h2 {
	margin: 0 0 9px;
}

div#headlines div.headlines-unit {
	float: left;
	width: 233px;
	text-align: left;
}

div#headlines div.headlines-unit a {
	display: block;
	width: 221px;
}

div#headlines div.headlines-unit a img {
	border: none;
	margin-bottom: 2px;
}

div#headlines div.headlines-unit a span {
	_padding-bottom: 0;
}


/*topics*/

div#topics {
	width: 454px;
	margin: 24px 0 0;
	padding: 0;
	position: relative;
	float: left;
	_overflow: visible;
	_height: 1px;
	zoom: 1;
	/*\*//*/
	overflow: hidden;
	/**/
}

div#topics:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
}

div#topics h2 {
	margin: 0 0 9px 0;
}

div#topics dl {
	margin: 0;
	padding: 0;
	min-height: 168px;
	_height: 168px;
}

div#topics dt {
	position: relative;
	margin: 0 0 8px 0;
	padding: 0 0 0 233px;
}

div#topics dt img {
	position: absolute;
	top: 0;
	*top: -2px;
	left: 0;
	_left: -233px;
}

div#topics dt em {
	display: block;
	font-weight: normal;
	font-size: 92%;
	margin-bottom: 3px;
}

div#topics dt a {
	font-weight: bold;
}

div#topics dt a img {
	border: none !important;
}

div#topics dd {
	margin: 0 0 0 233px;
	padding: 0;
}

div#topics dd p {
	margin: 0 0 1.58em 0;
	padding: 0;
}

div#topics-list {
	position: absolute;
	top: 196px;
	left: 0;
}
div#topics-list a {
	zoom: 1;
}

@media print {
	#home-mainImg-swf {
		display: none !important;
	}

	div#headlines {
		float: none;
		width: 100%;
		margin-bottom: 24px;
	}

	div#topics {
		float: none;
	}

	
	div#main-swf-alternate {
		display: block;
		padding-bottom: 24px;
	}
}