@charset "utf-8";

/*this print style sheet determines what will be printed when the user clicks print.  It takes away all the extra, unnecessary content and colors and will only print the title and mission, with the main content black ink on white background*/

printformat {
	background-color: #FFFFFF !important;
}

body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF !important;
}
a:link, a:active, a:visited {
	color: #2A5FFF;
	text-decoration: none;
}

a:hover {
	color: #7f5831;
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #000000;
}
h1 {
	font-size: 16pt;
	color: #000000;
	font-variant: small-caps;
	text-align: center;
}

h2 {
}

h3{
	font-size: 16pt;
	color: #000000;
	text-align: left;
}


h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	color: #000000;
	font-size: 14pt;

}
h5 {
	color: #4D2011;
	font-size: 15pt;
	text-align: center;
}

h6 {
	font-size: 115%;
	color: #000000;
	line-height: normal;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #27120F;
}

#containerall {
	width: 100%;
	background-color: #FFFFFF;
	height: 100%;
}

#wrap {
	width: 100%;


}

#banner {
	width: 100%;
	overflow: hidden;


}



/* CSS Document */

#CBC {
	float: left;
	width: 75%;

}
#mission {
	float: right;
	color: #ddb05f;
	width: 50%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border-left-width: medium;
	border-left-style: double;
	border-left-color: #C99030;
	padding-left: 5px;
	padding-top: 10px;
}


#main  {
	width: 100%;
	float: left;
}


#sectionnav {
	display: none;


}

#subnav {
	display: none;


}
#yearopt {
	display: none;
}

#content {
	float: left;
	width: 100%;
	margin-top: 20px;
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
}
#maincont {
	padding: 5px 5px 10px 5px;
	overflow: visible;
	background-color: #FFFFFF;
	border: 0px none #FFFFFF !important;
}
#maincont  p {
	margin-top: 20px;
	overflow: visible;
	font-size: 12pt;
}
#main img {
	float: left;
	margin: 0 5px 5px 0;
	padding: 0 10px 0 0;
}


.feature {
	padding: 20px 10px 5px 10px;
	text-align: left;
	font-size: 12pt;

}
.feature img {
	margin: 5px;
	float: left;
}

.story {
	font-size: 80%;
	margin-top: 10px;
}

#sitebar {
	clear: both;
	width: auto;
	left: 13px;
	padding: 10px;
	float: left;
	margin-top: 50px;
}





#sitenav {
	width: auto;
	margin: 2px;
	padding: 0px 4px 0px 0px;
	white-space: nowrap;
	text-align: right;
	overflow: hidden;
}




.style3 {
	color: #000000;
	font-size: 10pt;
}


.style26 {
	font-size: 10pt;
	color: #000000;
	display: none;
}
