/* general presentation stuff */

body, p, ul, a, address {
	background-color: #e6e0d3;	
	color: #000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
}

h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
}

h2 {
	font-size: 13px;
}

a {
	color: #369;
	text-decoration: underline;
}

a.visited, a.active {
	color: #369;
	text-decoration: none;
}
#tabsB a, a.visited	{
	display: block;
	background: #e6e0d3;
	color: #369;
	text-decoration: underline;
	}
	
#tabsB a.active, a.visited	{
	display: block;
	background: #e6e0d3;
	color: #369;
	text-decoration: none;
	}
	
.moreLink a, .morelink a.visited	{
	display: block;
	color: #369;
	text-decoration: underline;
	}

/* control of block-level elements.  */

#tabsB, #page-container, #frame, #leftc, #comboc {
	width: auto;
	margin: 0;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
}

/* hide stuff */

 #topBar, #masthead, #flashHeader, #flashcontent, #quickcon, #form, #footer, #altnavFoot, #disclaimer, #prevPg,  .hide {
	display: none;
}
/* hide stuff  from Blackberry*/

#topBar	{
	visibility: hidden;
	height: 0;
	width:0;
}
