/* CSS Document */
/* */

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


html,body{margin:0;padding:0;background-position: left;}
p{margin:0 10px 10px}
body h1 {
	font-size:1.5em;
	padding-top: 8px;
}
/* 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#content2{margin: 0 10px;}
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%}

/*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}
		div#extra p{font-size: 11px;}/* the extra p font size sets the font size in the division extra box*/


/*navigation bar things */
		#otherstuff {margin: 0; padding: 0; clear: both; border: solid black; border-width: 1px 0 0 0;list-style: none inside;overflow: hidden; }
		#otherstuff li {font-weight: bold;width: 91px; float: left; background: #808080; border: solid black; border-width: 0 0 0 0; text-align: center; }
		#otherstuff li:first-child {border: solid black; border-width: 0 0 0 0; padding-left: 1px; }
		#otherstuff li a {display: block; width: 91px; padding: 3px 0;}
		#otherstuff li:last-child {display: block; width: 91px; padding: 3px 0; }
		
		#otherstuff li a:hover {background: #9f9fd6; }
		a.nav3:link {color: #f6f6ff; text-decoration: none; }
		a.nav3:visited {color: white; text-decoration: none; }
		a.nav3:active {color: #ffcc00; }
		a.nav3:hover {color: black; }
		
		div#navbox{background: #808080;width:100%; solid black;}
		
		#footer a {text-decoration:none; color:#FFFFFF}
		#footer a:hover {color: black; }
h4 {
	padding-right: 10px;
	margin-left: 10px;
}

/*end navigation bar things */
		
		
/* for rounded corners at top of header*/
		.roundtop{background-image: url(../images/2tr.gif); background-repeat:no-repeat; background-position:top right;}
		.corner {width: 10px;height: 10px;display:block; border:none;}
/* end rounded corners */			
		
		
.larger {
	font-size: 16px;
}
