.mainText
{
	font-family:Verdana;
	font-size:12px;
}

a.topNavigation:link, a.topNavigation:visited, a.topNavigation:active
{
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
	display:block;
	padding-top:8px;
	background-image:url(images/btnBG.jpg);
	background-repeat:repeat-x;
	height:30px;
}

a.topNavigation:hover 
{
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
	color: #FFFFFF;
	display:block;
	padding-top:8px;
	background-image:url(images/btnBGHover.jpg);
	background-repeat:repeat-x;
	height:30px;
}
.topNavBG
{
	text-align:center; 
	background-color:#EC3105;
	vertical-align:middle;
	height:20px;
	border-bottom:solid 1px #000000;
}

.accordheader
{
	background-image:url(images/accordheader.jpg);
	background-repeat:no-repeat;
	height:120px;
}

.concreteheader
{
	background-image:url(images/concreteheader.jpg);
	background-repeat:no-repeat;
	height:120px;
}

.mainBGcolor
{
	background-color:#F7F7F7;
}


