/*
CSS/StyleSheet by Vorspire Networks
http://www.vorspire.com
*/

<!--
	a.red:link 
	{
	color: #ff0000;
	background: #ffffff;
	font-style: normal;
}
	a.red:active 
	{
	color: #ff0000;
	background: #ffffff;
	font-style: normal;
}
	a.red:visited
	 {
	color: #336699;
	background: 333333;
	font-style: normal;
}
	a.red:hover 
	{
	color: #ff0000;
	background: #ffffff;
	font-style: oblique;
}
-->


#sub_link_panel
{	
	border: 0px none transparent;
	padding: 0px;
	spacing: 0px;
	width: 100%;
	text-align: left;
	background-color: #000000;
}

#sub_link_panel a
{
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
}

.sub_links
{
	height: 100%;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
}

.sub_links_over
{
	height: 100%;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	background: url(../images/main/header_link_container_over.gif);
}

#main_content_header
{	
	border: 0px none transparent;
	padding: 0px;
	spacing: 0px;
	width: 100%;
	text-align: left;
	background-color: #182a35;
}

#main_content_header a
{
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
}

.main_content_header_text
{	
	font-size: 15px;
	color: #ffffff;
	text-align: left;
}

.sub_logo
{	
	font-size: 15px;
	color: #ffffff;
	text-align: right;
}

#main_content
{
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-color: #000000;

}


#content_items
{	
	width: 100%; 
	font-size: 12px;
	font-weight: bold;
	background-color: #303030;
}