/* STYLE SHEET FOR 'COPYRIGHT AND COPYRIGHT PERMISSIONS */
/* all CSS validated by W3C CSS Validation Service */

html, body 
	{
	margin: 0; 
	padding: 0; 
	background-color: #CBC5A0;
	}
	

#container /*main div for whole page, horizontally centered*/
	{
	width: 625px; /*1024px; */
	padding-top: 1px; padding-bottom: 0; padding-right: 0; padding-left: 0;  
	margin-top: -1px; margin-bottom: 0; margin-right: auto; margin-left: auto;	
		/* padding-top and margin top take care of Opera bug that 'lowers page' if fed a long page */
	border: none;	
	background: transparent;
	}


 h1
 	{
	margin-top: 75px;  
	margin-bottom: 50px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
	font-family:  "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Lucida, Verdana, Arial, Helvetica, sans-serif;  
	font-style: normal;
	font-size: 32px;  
	font-weight: 900;
	color: #006600;    
	}


span	
	{
	font-weight: 900;
	}
p
	{
	margin-top: 0;
	margin-left: 0px; 
	margin-right: 0px;/*378px;*/
	margin-bottom: 25px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 16px;
	color: #626237;  
	line-height: 150%;	
	text-align: left;
	}


img

	{
	width: 200px;
	height: 58px;
	margin-top: 38px;
	margin-left: auto;
	margin-right: -6px;
	margin-bottom: 0px;
	padding: 0;
	background: transparent;
	}


a, a:link, a:visited
	{
	color: #626237; 
	text-decoration: none;
	outline: none;
	margin-top: 0px;
	margin-bottom: 500px;
	}
	
a:hover, a:active, a:focus
	{
	color: #006600;
		}