/* DIV STYLES */

#home_flash_holder
{
	width: 708px;
	height: 303px;
	background-color: #1F401C;
}

.two_third_column
{
	float: left;
	width: 500px;
	background-color: #1F401C;
	margin: 0px 8px 0px 0px;
}

.one_third_column
{
	float: left;
	width: 200px;
}

.scroll_area_holder
{
	float: left;
	margin: 11px 0px 0px 0px;
	padding: 0px 0px 0px 12px;
	width: 223px;
}

.scroll_area_header
{
	margin: 0px 0px 0px 7px;
	height: 38px;
}

.scroll_area
{
	margin: 13px 0px 25px 0px;
	padding: 0px 12px 0px 12px;
	height: 225px;
	width: 210px;
	overflow: auto;
	background-color: #0d261b;
}

.ticker_area_holder
{
	border: 2px #FFFFFF solid;
	width: 196px;
}

#ticker_area
{
	width: 196px;
	height: 175px;
	margin: 0px 0px 0px 0px;
	background-color: #1F401C;
	overflow: hidden;
	position: relative;
}

#ticker_content
{
	position: absolute;
	width: 172px;
	margin: 0px 0px 0px 12px;
}

/* END OF DIV STYLES */

/* PARAGRAPH STYLES */

#ticker_content p
{
	margin: 0px 0px 15px 0px;
	font-size: 12px;
	color: #FFFFFF;
}

.scroll_area p
{
	margin: 0px 0px 15px 0px;
	font-size: 12px;
	color: #FFFFFF;
}

/* END OF PARAGRAPH STYLES */

/* LINK STYLES */

.scroll_area p a
{
	color: #8CC640;
	font-size: 14px;
	font-weight: bold;
}

.scroll_area p a:hover
{
	color: #FFFFFF;
}

#ticker_content p a
{
	color: #8CC640;
	font-size: 14px;
	font-weight: bold;
}

#ticker_content p a:hover
{
	color: #FFFFFF;
}

/* END OF LINK STYLES */

/* IMAGE STYLES */

.scroll_area img
{
	height: 0px;
	width: 0px;
	display: block;
	display: none;
}

#ticker_content p img
{
	height: 0px;
	width: 0px;
	display: block;
	display: none;
}

/* END OF IMAGE STYLES */

/* SPAN STYLES */

#ticker_content p span.ticker_title
{
	color: #8CC640;
	font-size: 14px;
	font-weight: bold;
}

/* END OF SPAN STYLES */