body
{
	background-color: #046669;
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0;
}



/* main content formatting */

#container
{
	background-color: White;
	BACKGROUND-REPEAT: no-repeat;
	WIDTH: 780px;
	height:700px;
	
}

.pnlMain
{
	font-size: 7pt;
}


.pnlMain A:link, A:visited
	{
	text-decoration: none;
	color: Teal;
	}
	
.pnlMain A:hover
	{
	text-decoration: underline;
	color: Teal;
	}
	
.pnlVendor
	{
	background-color: #e4eeee;
	padding-left: 7px;
	padding-right: 7px;
	font-size: 7pt;
	}
	
.pnlVendor A:link, A:visited
	{
	text-decoration: none;
	color: Teal;
	}
	
.pnlVendor A:hover
	{
	text-decoration: underline;
	color: Teal;
	}

H3
{
	color:Teal;
	font-size: 10pt;
}

H4
{
	color: Teal;
	background-color: #e4eeee;
	font-size: 8pt;
}

H2
{
	color: #046669;
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 10px;	
}



/* left link formatting */


.leftNav A:link, A:visited 
	{
	text-decoration: none;
	color: Teal;
	font-size: 7pt;
	}

.leftNav A:hover 
	{
	text-decoration: none;
	color: #054245;
	font-size: 7pt;
	}



/* header link formatting */

#headerNav A:link, A:visited
{
	text-decoration: none;
	color: Teal;
}

#headerNav A:hover
{
	text-decoration: none;
	color:#cccccc;
}



/* footer link formatting */

#footerNav A:link, A:visited
{
	text-decoration: none;
	color: Teal;
}

#footerNav A:hover
{	text-decoration: none;
	color: #cccccc;
}

.divMemberSummary
{	background-color: Teal;
}

	
