BODY
{
	margin: 0px;
	font-family: Arial;
	background-color: black;
	
	background-position: left top;
	background-image: url(/images/leftFade.JPG);
	background-repeat: repeat-y;
}

.topNav
{
	background-position: left top;
	background-image: url(/images/topNavBG.JPG);
	background-repeat: repeat-x;
}

.topNavLink
{
	font-weight: bold;
	font-size: 10pt;
	color: sienna;
	font-family: arial;
	text-decoration: none;
}
:hover.topNavLink
{
	font-weight: bold;
	font-size: 10pt;
	color: sienna;
	font-family: arial;
	text-decoration: underline;
}


.leftNavButton
{
	background-position: left top;
	background-image: url(/images/leftNav.JPG);
	background-repeat: no-repeat;
	width:174px;
	height:24px;
	padding-top:2px;
}

.leftNavOff
{
	color:black;
	padding-left:15px;
	font-family: arial;
	font-size:10pt;
	font-weight: bold;
	text-decoration:none;
}

:hover.leftNavOff
{
	color:darkgreen;
	padding-left:15px;
	font-family: arial;
	font-size:10pt;
	font-weight: bold;
	text-decoration:none;
}

.leftNavOn
{
	color:darkgreen;
	padding-left:15px;
	font-family: arial;
	font-size:10pt;
	font-weight: bold;
	text-decoration:none;
}

.contentArea
{
	font-size:10pt;
	background-color:White;
	width:100%;
	height:100%;
}

.newsArea
{
	padding:8px;
	font-size:8pt;
	width:100%;
	height:100%;
}

.newsBG
{
	background-position: left top;
	background-image: url(/images/newsBG.JPG);
	background-repeat: repeat-y;
}

.leftFade
{
	background-position: left top;
	background-image: url(/images/leftFade.JPG);
	background-repeat: repeat-y;
}

.bottomSpacerLeft
{
	background-position: left top;
	background-image: url(/images/bottomSpacerLeft.gif);
	background-repeat: repeat-x;
}

.pageTitle
{
	font-size: 12pt;
	color: darkgreen;
	font-family: Arial;
	font-weight:bold;
	text-decoration: none; 
	font-style:italic;
}

.navL3off
{
	color: maroon;
	font-family: arial;
	text-decoration: none;
	font-size:8pt;
}

:hover.navL3off
{
	color: maroon;
	font-family: arial;
	text-decoration: underline;
	font-size:8pt;
}

.navL3on
{
	color: maroon;
	font-family: arial;
	text-decoration: none;
	font-size:8pt;
	font-weight:bold;
}

.navL3pipe
{
	color: darkgray;
	font-family: arial;
	font-size:8pt;
}

.breadcrumbLink1
{
	font-size: 12pt;
	color: darkgreen;
	font-family: Arial;
	font-weight:bold;
	text-decoration: none; 
	font-style:italic
}

.breadcrumbLink2
{
	font-size: 10pt;
	color: darkgreen;
	font-family: Arial;
	font-weight:bold;
	text-decoration: none; 
	font-style:italic
}

.footer
{
	font-weight: normal;
	font-size: 10pt;
	color: white;
	font-family: arial;
	text-decoration: none;
}

.footerFade
{
	background-position: left top;
	background-image: url(/images/footerFade.JPG);
	background-repeat: repeat-y;
}

.footerLink
{
	color: white;
	font-family: arial;
	text-decoration: none;
}

:hover.footerLink
{
	color: white;
	font-family: arial;
	text-decoration: underline;
}