#communityBar
{
	width: 100%;
	height: 29px;
	border: 0px;
	color: #FFFFFF;
	z-index: 999;
	background: url('images/headnav.jpg') repeat-x;
}

#communityBar div
{
	/*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
	color: #FFFFFF;
	z-index: 999;
	background: url('images/headnav.jpg') repeat-x;
}

#communityBar img
{
	border: 0px;
}

#communityBar a			{font-family: Verdana; font-size: 10px; font-weight:bold; text-decoration:none;}
#communityBar a:link		{color:#ffffff;}
#communityBar a:visited	{color:#ffffff;}
#communityBar a:focus	{color:#900900;}
#communityBar a:hover	{color:#900900;}
#communityBar a:active	{color:#900900;}

#subcontent a			{font-family: Verdana; font-size: 10px; font-weight:bold; text-decoration:none;}
#subcontent a:link		{color:#000000;}
#subcontent a:visited	{color:#000000;}
#subcontent a:focus		{color:#900900;}
#subcontent a:hover		{color:#900900;}
#subcontent a:active		{color:#900900;}

#subcontent th
{
	font-family: Verdana;
	font-weight: bolder;
	font-size: 11px;
	color:#900900;
	text-decoration: none;
	padding: 0px;
}

#subcontent td
{
	font-family: Arial;
	font-weight: normal;
	font-size: 10px;
	color:#FFFFFF;
	text-decoration: none;
	padding: 0px;
}

#subcontent table
{
	/*padding: 3px;*/
	background: url('icon/whiteBackground.png');
}

.communityLinks
{
	margin: 0px;
	padding: 0px;
	background: url('images/headnav.jpg') repeat-x;
}

.communityLinksMenuButton
{
	position: relative;
	top: 0px;
	z-index: 1000;
	width: 370px;
	height: 29px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.communityTicker
{
	width: 100%;
	padding: 0px;
	margin: 0px;	
}

.communityLinksHover
{
	z-index: 99;
	position: absolute;
	top: 14px;
	visibility: hidden;
	border-left: 0px solid #EE931E;
	border-right: 0px solid #EE931E;
	border-bottom: 0px solid #EE931E;
	background: url('icon/whiteBackground.png');
	width: 306px;
	padding: 8px;
	margin-top: 18px;
	margin-left: -20px;
	font-family: Arial;
	font-weight: normal;
	font-size: 10px;
	color:#FFFFFF;
	text-decoration: none;
}