#flash_top, #site_updates, #news_container {
	margin: 30px auto 10px auto;
	width: 950px;
}

#content_outline {
	border-right: #5e5e5e solid 1px;
}

#content_container, #news_container {
	margin-top: 0;
}

#content_padded_container {
	background: #fff url(../images/bg_homepage.gif) repeat-y top;
	margin: 0px;
	padding: 10px 0 10px 15px;
}

/* holds left-hand content */
#content {
	width: 420px;
	float: left;
	line-height: 130%;
}

#site_updates {
	margin-top: 0;
}

/* outlines the news area */
#news_outline {
	background-color: #fff;
	border-left: #dadada solid 1px;
	border-right: #dadada solid 1px;
}

#news_padded_container {
	background: #fff url(../images/bg_news_ticker.gif) repeat-y;
	padding-left: 5px;
}

#news_left {
	width: 145px;
	float: left;
	color: #fff;
	font-size: 80%;
	font-weight: bold;
}

#news_middle {
	width: 760px;
	float: left;
	color: #fff;
	font-size: 80%;
	margin-top: 8px;
}

#news_right {
	width: 20px;
	float: right;
	margin-right: 10px;
}


/* RIGHT-HAND SEMI-ROUNDED MENU */
#menu_container {
	width: 180px;
	margin: 0 0 10px 16px;
}

.item_top, .item_bottom, .item_top_unselected, .item_bottom_unselected {
	width: 180px;
	background: #5e5e5e url(../images/bg_homepage_item_top.gif) no-repeat left;
	height: 5px;
	font-size: 5px;
}

.item_bottom {
	background: #5e5e5e url(../images/bg_homepage_item_bottom.gif) no-repeat left;
}

.home_item, .home_item_unselected {
	color: #fff;
	background: #5e5e5e url(../images/bg_homepage_item.gif);
	font-size: 80%;
	font-weight: bold;
}


.item_top_unselected, .item_bottom_unselected, .home_item_unselected {
	background: none;
	background-color: transparent;
	color: #59595c;
}
.menu_wrapper {
	margin-bottom: 1px;
}

.menu_wrapper a:link, .menu_wrapper a:visited, .menu_wrapper a:active, .menu_wrapper a:hover {
	color: #59595c;
	text-decoration: none;
	display: block;
	padding-left: 10px;
}

.menu_wrapper a:link.current, .menu_wrapper a:visited.current, .menu_wrapper a:active.current, .menu_wrapper a:hover.current {
	color: #fff;
}

.menu_wrapper a:hover {
	color: #fff;
	background-color: #5e5e5e;
}


/* RIGHT-HAND CONTENT */
#right_content, #right_content p {
	width: 280px;
	margin-left: 15px;
	float: left;
	color: #fff;
	font-size: 80%;
	line-height: 150%;
}

#right_content p {
	float: none;
	margin-left: 0;
	font-size: 100%;
}

#right_content ul li {
	list-style: disc;
	margin-left: 15px;
	margin-bottom: 10px;
}

#right_content ul a:link, #right_content ul a:visited, #right_content ul a:active, #right_content ul a:hover {
	color: #fff;
	text-decoration: underline;
}



/* SIFR */
.sIFR-hasFlash #news_left {
	visibility: hidden;
	font-size: 109%;
	height: 1em;
	margin: -3px 0 0 12px;
}
