/*Site Notes
index background color is #000000
about background color is #892225
grant_making background color is #A45527
contacts background color is #4B7090
*/

html { 		/*Forces scroll bars on non IE browsers*/
	height: 100.02%; 
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	color:#000000;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}

#site_container {
	margin-right: auto;
	margin-left: auto;
	width: 760px;
}

#header img {
	border: none;
	float: left;
}

#copy {
	background-color:#FFFFFF;
	text-align:left;
	width: 750px;
	margin-left: 0px;
}

#copy p {
	padding: 10px;
	margin:0px;
}

#footer {
	font-size:smaller;
	width: 750px;
	text-align: center;
	line-height: normal;
	margin: 0px;
	padding: 20px 0px 5px 0px;
	background: #FFFFFF url(images/index/body_btm_brdr.gif) no-repeat center bottom;
}

a:link, a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover, a:active {
	text-decoration: underline;
	color: #000000;
}


