
body
{
	margin: 0;
	padding: 0px;
	border: 0;
	background-image: url('../i/bodyBackground.gif');
	background-color: #F2F2F2;
}


h1
{
	margin: 16px 0px 6px 0px;
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #3C1208;
	line-height: 100%;
}






td.contentBG
{
	background-image: url('../i/contentBackground.gif');
}


td.contentText
{
	font-family: Arial, Helvetica, sans;
	color: #3C1208;
	font-size: 13px;
	line-height: 130%;
}

td.contentText a:link, a:active
{
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}

td.contentText a:visited
{
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;	
}

td.contentText a:hover
{
	color: #FF9900;
	text-decoration: underline;
	font-weight: bold;	
}

td.sidebar
{
	background-image: url('../i/sidbarBackground.gif');
}


td.logoDrop
{
	background-image: url(../i/logoDropShadow.gif);
	background-repeat: no-repeat;
	background-position: left top;
}




















/* footer table
----------------------------------------------- */



td.footer
{
	font-family: Arial, Helvetica, sans;
	color: #FFF;
	background-color: #BA161A;
	font-size: 11px;
	line-height: 150%;
	padding: 10px 15px 10px 0px;
}


td.footerNav
{
	font-family: Arial, Helvetica, sans;
	color: #FFF;
	background-color: #BA161A;
	font-size: 14px;
	line-height: 150%;
	padding: 10px 0px 10px 20px;
	font-weight: normal;
}

td.footerNav a:link, a:active
{
	color: #FFF;
	text-decoration: none;
	font-weight: normal;	
}

td.footerNav a:visited
{
	color: #FFF;
	text-decoration: none;
	font-weight: normal;	
}

td.footerNav a:hover
{
	color: #FFF;
	text-decoration: underline;
	font-weight: normal;	
}















/* images
----------------------------------------------- */
img.left
{
	float: left;
	margin: 0px 8px 2px 0;
}

img.right
{
	float: right;
	margin: 0px 0px 2px 8px;
}

