@charset "utf-8";
body {
	font:12px Georgia, "Times New Roman", Times, serif;
	background: #008457;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	line-height:17px;
}
a {
	color:#4099ae;
	text-decoration:none;
}
a:hover {
	color:#2d6c7a;
}
/* HEADER */
#header {
	margin:0px auto;
	width:1046px;
	text-align:right;
}
#headerContent {
	height:200px;
	background-image:url(images/header_bg.jpg);
	background-repeat:no-repeat;
}
#headerST {
	height:10px;
}
#headerSB {
	height:15px;
}
/* CONTAINER */
#container {
	margin:0px auto;
	width:1046px;
}
.containerLeft{
	background-image:url(images/body_left.jpg);
	background-repeat:repeat-y;
}
.containerRight{
	background-image:url(images/body_right.jpg);
	background-repeat:repeat-y;
}
#containerContent{
	background-image:url(images/body_bg.jpg);
	background-repeat:repeat-y;
}
/* SIDEBAR */
#sidebar {
	width:250px;
}
#navigation {
	margin:10px;
}
.nlTextBox {
	border:1px solid #a6d1da;
	margin-top:5px;
}
.nlSubmit {
	font-size:12px;
}
/* MAIN CONTENT */
#mainContent {
	width:750px;
}
#mainContentContent {
	margin:20px;
	text-align:left;
	font-size:12px;
}
p {
	padding:0px;
	margin:0px;
}
h1 {
	color:#008457;
	font-size:28px;
	font-weight:bold;
}
h2 {
	color:#b2bb1c;
/*	color:#b2bb1c;	*/
	font-weight:bold;
	font-size:16px;
}
.awardText {
	margin:5px 10px 10px 10px;
	padding:5px 10px;
	border-top:1px solid #a6d1da;
	text-align:justify;
}
.testText {
	border-top:1px solid #a6d1da;
	margin:10px;
	padding:5px 10px;
}
/* VOLUNTEER FORM */
.vtext {
	border:1px solid #a6d1da;
	margin-bottom:3px;
	width:300px;
}
.vmessage {
	border:1px solid #a6d1da;
	margin-bottom:3px;
	width:440px;
	height:75px;
}
.vlines {
	line-height:28px;
}
/* BOARD OF DIRECTORS */
.imageSide {
	width:140px;
	padding-top:5px;
}
.bodTextSide {
	padding-left:10px;
	width:550px;
	padding-top:5px;
}
.bodName {
	color:#b2bb1c;
	font-weight:bold;
	font-size:16px;
}
.h2color {
	color:#b2bb1c;
}
/* CONTENT FORM */
#contactSidebar {
	padding-left:5px;
	border-left:1px solid #cfe5eb;
}
.smallerText {
	font-size:10px;
}
.textBox {
	border:1px solid #a6d1da;
	margin-bottom:3px;
	width:200px;
}
.messageBox {
	border:1px solid #a6d1da;
	margin-bottom:5px;
	width:510px;
	height:100px;
}
#mainContent ul {
	list-style-image:url(images/ja_bullet.gif);
}
/* FOOTER */
#footer {
	width:1046px;
	margin:0px auto;
	background-image:url(images/body_footer.jpg);
	background-repeat:no-repeat;
	color:#ffffff;
	font-size:10px;
	padding-top:10px;
}
.exampleBox {
	margin:10px 25px;
	padding:10px;
	border:1px solid #999999;
}
small {
	color:#666666;
	font-size:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#givingFooter {
	text-align:center;
	font-size:11px;
	margin:35px 25px 25px 25px;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	padding:10px 0px;
}
.benefitTable {
	border-top:1px solid #000000;
	border-bottom:2px solid #000000;
	border-left:2px solid #000000;
	border-right:2px solid #000000;
}
.benefitCell {
	padding:5px;
	border-top:1px solid #000000;
}
.dashedTop {
	border-top:1px dashed #999999;
}
.benefitText {
	font-size:11px;
}
.benefitTitle {
	padding:5px;
	background-color:#f8e1b5;
	font-weight:bold;
	font-size:10px;
	width:127px;
}
.benefitSection {
	padding:5px;
	background-color:#fcf0da;
	font-weight:bold;
	font-size:10px;
	width:127px;
}
.benefitSpacer {
	width:6px;
}