html {
	height:					100%;
}

body {
	background-color:		#002941;
	color:					#FFFFFF;
	font-family:			Arial;
	font-size:				14px;
	height:					100%;
	margin:					0px;
}

a:link, a:visited {
	text-decoration:		none;
}

a:hover {
	text-decoration:		underline;
}

.bold {
	font-weight:			900;
}

.italic {
	font-style:				italic;
}

.input-error {
	color:					#FF0000;
	background-color:		#FFCFCF;
}

.input-error-msg {
	background-color:		#FF0000;
	font-size:				11px;
	font-weight:			900;
	float:					left;
	padding:				3px;
	position:				absolute;
}

/* Layout Styles */
.main-header {
	height:					345px;
}

.header-logo {
	float:					left;
}

.header-banner {
	margin-bottom:			10px;
	margin-top:				10px;
	text-align:				center;
}

.header-quote {
	font-size:				12px;
	line-height:			25px;
	padding-left:			18px;
}

.header-quote-marker-left {
	position:				absolute;
	left:					-2px;
}

.header-quote-marker-right {
	margin-left:			3px;
	position:				absolute;
}

.main-body {
	height:					200px;
	padding-bottom:			20px;
	vertical-align:			top;
}

.main-footer {
}

.footer-cell {
	background-image:		url("/images/footer-background.gif");
	background-repeat:		repeat-x;
	height:					60px;
}

.footer-cell a:link, .footer-cell a:visited, .footer-cell a:hover {
	color:					#FFFFFF;
}

.footer-address-contact {
	font-family:			Arial;
	font-size:				11px;
	margin-top:				5px;
	text-align:				center;
}

.footer-menu .spacer {
	background-image:		url("/images/footer-menu-delimiter.gif");
	background-position:	8px 5px;
	background-repeat:		no-repeat;
	width:					20px;
}

.footer-menu a:link, .footer-menu a:visited {
	color:					#FFFFFF;
	font-size:				11px;
	font-weight:			900;
	text-decoration:		none;
	white-space:			nowrap;
}

.footer-menu a:hover {
	color:					#FFFFFF;
	font-size:				11px;
	font-weight:			900;
	text-decoration:		underline;
	white-space:			nowrap;
}

#make-donation {
	margin-bottom:			10px;
	margin-top:				10px;
}

#newsletter-signup {
	cursor:					pointer;
}

.side-bar-panel {
	color:					#000000;
	font-family:			Arial;
	font-size:				12px;
	margin-top:				15px;
	width:					280px;
}

.side-bar-panel th {
	background-image:		url("/images/side-bar-panel-border-top.jpg");
	background-repeat:		no-repeat;
	border:					0px;
	height:					14px;
	width:					280px;
}

.side-bar-panel-cell {
	background-color:		#C1D72E;
	padding-left:			9px;
	height:					370px;
	vertical-align:			top;
}

.side-bar-panel .title {
	border-bottom:			2px solid #E6EFAB;
	margin-bottom:			5px;
}

#latest-news-item {
	cursor:					pointer;
	font-family:			Arial;
	font-size:				12px;
}

#latest-news-item p {
	font-family:			Arial;
	font-size:				12px;
	margin:					0px;
}

.latest-news-item-title {
	background-image:		url("/images/latest-news-title-end.gif");
	background-position:	center right;
	background-repeat:		no-repeat;
	color:					#FFFFFF;
	font-family:			Arial;
	padding-right:			15px;
}
			
.latest-news-item-spacer {
	background-image:		url("/images/latest-news-divider.gif");
	background-repeat:		repeat-x;
	background-position:	bottom left;
	height:					10px;
}

#social-networks {
	margin-top:				12px;
}

#social-networks a {
	margin:					0px 5px 0px 0px;
}

#job-openings {
	margin-top:				12px;
}