@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	background-color: #F3F0EF;
	color: #205042;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
h1 {
  color: #205042;
  font-size: 20px;
  font-weight: bold;
  line-height: 14px;
  text-align: center;
  margin:0 0 20px 0;
}
h2 {
  color: #205042;
  font-size: 16px;
  font-weight: bold;
  line-height: 14px;
  text-align: center;
}
h4 {
	font-style: italic;
}
a,  a:link {
  color: #006A00;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #006A00;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #006A00;
  text-decoration: underline;
}
a:focus {
  color: #006A00;
}
a:active {
  color: #006A00;
}
#outerWrapper {
  background-color: #FCEEC2;
  border: solid 3px #205042;
  margin: 10px auto;
  text-align: left;
  width: 900px;
}
#content img {
	border: solid 2px #205042;
}
#header {
	background: #fceec2 url(images/b4clogo2.jpg) no-repeat 10px 5px;
	font-size: 18px;
	font-weight: bold;
	height: 180px;
	line-height: 15px;
	padding:  0px;
	border-bottom: 3px solid  #205042;
}
#header img {border-left:3px solid #205042;}
#headerflash {
	margin: 0 0 0 320px;
	border-left:3px solid #205042;
	}

#leftColumn1 {
  background-color: #Fceec2;
  float: left;
  padding: 0px 0px 0px 0px;
  width: 270px;
}
#navcontainer {
	margin:0px 5px;
	padding:25px 0 0 0;
	width: 250px;
	height:425px;
	background-color: #fceec2;
	background-image: url(images/boundnavback4.jpg);
	background-repeat: no-repeat;
	background-position: 25px 5px;
}
#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
#navcontainer a {
	display: block;
	padding: 10px;
	text-align: center;
	font-size: 1.1em;
	color: #FAFAFA;
}
#navcontainer a,#navcontainer a:link, #navlist a:visited {
	color: #EEE;
	text-decoration: none;
}
#navcontainer a:hover, #navcontainer a:active {
	color: #006A00;
}
#content {
	margin: 20px 0 0 270px;
	padding: 25px 90px 25px 40px;
	background-color: #FCEEC2;
}
#content img.right {
	float:right;
	margin:0 0 20px 35px;
}
#content img.left {
	float:left;
	margin: 10px 40px 20px 0;
}
#content img.leftmid {
	float:left;
	margin: 300px 25px 25px 0;
}
#indextext {
	width:500px;
	margin:0 auto;
}
#indextext p {
	font-size:13px;
	line-height: 175%;	
}
.clear {
	clear:both;
}
.clearright {
	clear:right;
}
#mission {
	margin:20px 15px 0px;
	padding:10px;
	
	color: #205042;
	
	background-color: #FDF4D5;
	border: thin solid #205042;
	
}
#footer {
	clear:both;
	border-top:solid 2px #205042;
	padding: 5px 150px;
	color: #EAEAEA;
	text-align: center;
	background: #1f8c8a;
}
#footer a {font-size:1.1em;color:#E1E1E1;}