@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #71712a;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
td, p {
   font-family: verdana, arial;
   font-size: 11px;
   vertical-align: top;
}
.oneColFixCtr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #71712a;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	padding-top: 20px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.hp_text {
   padding: 10px 0px 10px 60px;
   width: 340px;
}
.hp {
   background-image: url('images/david.gif');
   height: 350px;
}
.hp_buttons {
   padding: 0px 0px 0px 60px;
   width: 420px;
}
.hp_mission {
   padding: 30px 0px 0px 30px;
}
.copy {
   color: #CCCC99;
   font-size: 10px;
   padding: 20px 5px 0px 0px;
   text-align: right;
}
.gg {
   background-image: url('images/guide.gif');
   height: 350px;
}
.gg_text {
   padding: 10px 0px 10px 70px;
   width: 420px;
}
.af {
   background-image: url('images/about.gif');
   height: 350px;
}
.af_text {
   padding: 10px 0px 10px 60px;
   width: 350px;
}
.af_board {
   padding: 10px 0px 10px 60px;
   width: 420px;
}
.af_history {
   background-image: url('images/historyart.gif');
   height: 500px;
}
.historytext {
   padding: 10px 0px 10px 60px;
   width: 720px;
}
.grant {
   background-image: url('images/girls.gif');
   height: 350px;
}
.contact {
   background-image: url('images/columbine.gif');
   height: 350px;
}
.report {
   background-image: url('images/reportart.gif');
   height: 350px;
}






a {
   color: #666633;
}
a:hover {
   color: #330000;
}
a:visited {
   color: #666633;
}

a.copy {
   color: #CCCC99;
   font-size: 10px;
}
