div { 	font-family: Garamond, Baskerville, courier, times;
	  	font-size: 12 pt;
	 	color: #000000; 	
		background-image: none; }

.sidebar { 	background-image: url(/images/arizona_bees-small.jpg);
		background-position: top left;
		background-repeat: no-repeat;
		font-family: Garamond, Baskerville, courier, times;
	 	font-size: 12pt; 	
		color: #000000; 	
		padding: 1em; 	
		background-color: #FFFFff ; 	
		display: block; 	
		float: left; 	
		border: thin #999999 inset; 	
		width: 10em; 
		height: 75%;	
		margin-left: 3%;
		
		} 

.content { 	font-family: Garamond, Baskerville, courier, times;  	
		color: #000000; 	
		font-size: 12pt; 	
		padding: 1em; 	
		background-color: #FFFFff; 	
		float: left; 	
		margin-top: 0px; 	
		margin-right: 0px; 	
		margin-bottom: 15px; 	
		margin-left: 5%; 	
		width: 65%;
		border: thin #999999 inset; } 

.misc { 	font-family: Garamond, Baskerville, courier, times;  	
		font-size: 12pt; 	
		color: #000000; ; 
		background-attachment: scroll; 
		background-image: url(/images/linen.jpg); 
		background-repeat: repeat }  

body { 	font-family: Garamond, Baskerville, courier, times; 	
		background-repeat: repeat; 	
		font-size: 12pt; 	color: #000000; 	
		background-color: #FFFFFF; 	
		background-image: url(/images/linen.jpg ); 	
		background-attachment: scroll; 	
		background-position: top; } 

.header { 	font-family: Verdana, Helvetica, Arial, sans-serif;	  	
		padding: 0.5em; 	
		clear: left; 	
		color: #000000; 	
		margin-right: 0px; 	
		margin-bottom: 25px; 	
		margin-left: 0px; 	
		font-size: 36px; 	
		text-transform: lowercase; 	
		text-align: right; 	
		border-top-style: none; 	
		border-right-style: none; 	
		border-bottom-style: none; 	
		border-left-style: none;  
		background-attachment: fixed; 
		background-repeat: no-repeat; 
		background-position: left top } 

.container { 	width: 100%; 	
			border-top-style: none;
		 	border-right-style: none;
		 	border-bottom-style: none;
		 	border-left-style: none;
		 	margin-left: 5px;
			background-attachment: scroll;
			background-image: url(/images/linen.jpg );
			background-repeat: repeat } 

.footer { 	padding: 1em; 	
		clear: both;
		margin-top: 20px;
	 	position: static;
	 	border: thin none #666666;
	 	color: #000000;
		background-attachment: scroll;
		background-color: #FFFFff ;
		background-image: url(/images/linen.jpg);
		background-repeat: repeat }  

a:link {color: #333333; text-decoration: underline;}  
a:visited {color:#333333; text-decoration: underline;}  
a:hover {color:#CCCCCC; font-weight: normal; text-decoration: none;}  
a:active {color:#333333; text-decoration: underline;}  
input {background-color: #CCCCCC; color:#000000;}  
textarea {background-color: #999999; color:#000000;}


