/* THREE COLUMN LAYOUT */

body {
	text-align:center;  /* IE6 needs this to center the layout in the browser window */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.2em;
	background-color: #C5D8E3;
	text-decoration: none;
	}
#main_wrapper {
	width:840px; /* widths of columns will scale proportionately as this width is changed */
	margin-left:auto;  /* centers max'd layout in browser */
	margin-right:auto; /* centers max'd layout in browser */
	text-align:left; /* prevents page inheriting IE6 centering hack on body */
	background-color: #FFFFFF;
	}
#header {
	}
#nav {
	width:22%;
	float:left;
	}
#content {
	width:52%;
	float:left;
	}
#promo {
	width: 25%;
	float: left;
	}
#footer {
	width:100%;
	clear:both;
	background-color: #7E6651;
	}
#header_inner, #nav_inner, #content_inner, #promo_inner {
	overflow:hidden; /* prevents oversize elements from breaking the layout */
	}
#nav_inner {
	margin-top: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7E6651;
	padding-right: 20px;
	}
#nav_inner ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 40px;
	font-weight: bold;
	text-transform: uppercase;
	color: #005B9C;
	text-decoration: none;
	margin-top: 0px;
	text-align: center;
	list-style-type: none;
}
#nav_inner a.active {
	color: #005B9C;
	}
#content_inner {
	margin-top: 1.5em;
	margin-right: 1em;
	margin-left: 1.5em;
	margin-bottom: 1em;
	}
#promo_inner {
	margin-top:	22px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #7E6651;
	}
#promo_inner p {
	margin: 15px;
	font-size: 0.8em;
	font-style: italic;
}
.fbd_download {
	font-weight: bold;
	color: #6D8C3B;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
.fbd_subhead {
	font-family: Arial, Helvetica, sans-serif;
	color: #6D8C3B;
	padding-bottom: -10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6D8C3B;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #6D8C3B;
}
#promo_inner img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer_inner {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.88em;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
	line-height: 0.88em;
	}
#footer_inner a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer_inner a:link {
	color: #FFFFFF;
}
#footer_inner a:hover {
	color: #000000;
}
#donateNowWindow {
	margin-bottom: 20px;
	padding: 20px;
	background-color:#FFFFFF;
	}
#donateNowWindow img {
	padding-bottom: 10px;
	}
#donateNowWindow p {
	text-align:center;
	padding:20px;
	background-color:#FFFFFF;
	}
p {
	font-size: .75em;
	margin-top: 0px;
	margin-bottom: 6px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: 500;
	color: #005B9C;
	margin-top: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.fbd_mainheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: 500;
	text-transform: uppercase;
	color: #6D8C3B;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.87em;
	font-weight: 500;
	color: #7E6651;
	margin-top: 0px;
	margin-bottom: 7px;
	font-style: italic;
}
h4 {
	font-weight: bold;
	font-size: .75em;
	margin-bottom: 0px;
	margin-top: 0px;
}
ul {
	font-size: 0.75em;
	list-style-type: disc;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.7em;
	text-transform: none;
}
ol {
	font-size: 0.75em;
	list-style-type: decimal;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.7em;
	text-transform: none;
	padding-bottom: 10px;
}
a {
	text-decoration: none;
	color: #005B9C;
}
a:link {
	color: #005B9C;
	}
a:hover {
	color: #7E6650;
	}
.smallprint {
	font-size: 0.6em;
	line-height: 1.5em;
	padding-top: 5px;
}
body#donor li#donor a, body#funds li#funds a, body#grants li#grants a, body#scholarships li#scholarships a, body#youth li#youth a, body#news li#news a, body#aboutus li#aboutus a, body#contact li#contact a, body#communitylinks li#communitylinks a, body#home li#home a {
	color: #7E6650;
	}
#content_inner img a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
td {
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.calloutBox {
	text-align: left;
	background-color: #C5D8E3;
	width: 370px;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
}
.fbd_credit {
	font-size: 0.9em;
	font-style: italic;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
}
.calloutBoxGreen {
	text-align: left;
	background-color: #A4D159;
	width: 370px;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
}

