/* CSS Custom */
/* Maroon: #660000 */
/* Peach: #C19F9A */

#container
	{
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #FFFFFF;
	}

#mainMenu
	{
	background-color: #660000;
	font-size: 8pt;
	text-transform: uppercase;
	border-bottom: 1px solid #000000;
	}
	
#content
	{
	/* background-image: url('images/bearWatermark.gif'); */
	background-repeat: no-repeat;
	}

#footer
	{
	background-color: #660000;
	font-size: 7pt;
	color: #C19F9A;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	}

#footPrints
	{
	background-color: #EEEEEE;
	font-size: 7pt;
	font-weight: bold;
	color: #FFFFFF;
	}
	
.mainMenuActive
	{
	background-color: #333333;
	font-weight: bold;
	color: #DDDDDD;
	}
	
.subMenu
	{
	font-size: 7pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
	border-bottom: 1px solid #000000;
	}
	
.footPrint1
	{
	background-color: #660000;
	}
	
.footPrint2
	{
	background-color: #777777;
	font-weight: normal;
	}

.listTable
	{
	font-size: 8pt;
	}

.listTable TD
	{
	background-color: #EEEEEE;
	}

.listTable TH
	{
	background-color: #333333;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 8pt;
	text-align: left;
	}
	
.smallText
	{
	font-size: 8pt;
	font-weight: normal;
	font-family: Tahoma, Helvetica, sans-serif;
	color: #555555;
	}