/* general presentation stuff */
img
	{
		display: none;
		background: background-image: none;
	}



a, a.visited 
	{
		color: #369;
	}




h1 
	{
		font-family: "Times New Roman", Garamond, serif;
		font-size: 16pt;
	}

h2 
	{
		font-size: 14pt;
	}




/* control of block-level elements.  */

#content 
	{
		background-color: #fff;
		border: none;
		margin: 0px auto; 
		float: none !important;
		width:auto;
	}
	
	#container 
	{
		background-color: #fff;
		border: none;
		margin: 0px auto; 
		float: none !important;
		width:auto;
	}

.logos,
.footer,
.floatright,
#Nav,
.notprint, 
.noprint 

	{
		display: none;
	}

