/* CSS Document */
/* */

#divcenter{margin-left: 10px}
/* */


html,body{margin:0;padding:0;background-position: left;}
p{margin:0 10px 10px}
div#header h1{height:70px;line-height:80px;margin:0;
  padding-left:10px;background: #EEE;color: #79B30B}
div#content p{line-height:1.4}
div#footer p{font-weight: bold;fmargin:0;padding:5px 10px;text-align: center;
}
div#container{text-align:left;}

body{font: 86% arial,sans-serif;text-align:center;background-color: #CAC0B7;}
/*The color above ----- background color of the page */

/*COLORS BEHIND COLUMNS OF CONTENT*/

#headcolor {background-color:#A0A0A4;}
/*header background color*/
div#container{background-color: #B9C7B8;}
/*color of middle text portion of page*/
div#navigation{background:#B9C7B8}
/*color of right bar*/
div#extra{background:#B9C7B8}
/*color of left bar*/
div#footer{background: #808080;color: #FFF}


div#container{width:700px;margin:0 auto}
div#wrapper{float:left;width:100%}
div#content{margin: 0 150px;border-right: medium solid #808080;border-left: medium solid #808080;}
div#navigation{float:left;width:150px;margin-left:-150px;}
div#extra{float:left;width:150px;margin-left:-700px;font-size: 10px;}
div#footer{clear:left;width:100%}

div.boxfill{
	margin:auto;
	height: 30px;
	width: 90px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: bottom;
}

/*positional elements*/
		.center {text-align:center} /*class="center" will center element*/
		.headerpic {float:left;margin-right: 20px;}
		#clear{clear: both;}
		#a{display:block;padding:10px} /*this was moved from the top, where it fixed all "a" markup - now it is only applied to the header picture */
		#anonhead{display:block;padding:10px;border: 0px;}
		
 /*this was moved from the top, where it fixed all "a" markup - now it is only applied to the header picture */
		.floatleft {float:left;} /*used in index page to wrap text around picture placed in top left corner of new box set up with div tag*/
		.floatright {float:right}
		
		.floatlwborder {float:left;display:block;padding:10px}
		.floatrwborder {float:right;display:block;padding:10px}
		
		div#extra p{font-size: 11px;}/* the extra p font size sets the font size in the division extra box*/

/*from Steve Pavalini style sheet, top navigation bar*/
		#hnav {color: White;border: 0;padding: 5px;margin: 0;background-color: #808080;		}
		#hnav a {color: White;text-decoration: none;padding-left: 8px;padding-right: 8px;
			padding-top: 5px;padding-bottom: 5px;margin-left: 5px;margin-right: 5px;
			font-weight: Bold;}
		#hnav a:hover {background: #00b;color: Yellow;}
/*end of top navigagtion bar*/


/*footer navigation bar*/
		#hnavf {color: White;text-decoration: none;border:10;padding: 5px;margin: 0;background-color: #808080;}
		
.blockquote {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
	padding-left: 15px;
	border-left: 3px solid #ccc;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 22px;
} 
