@charset "utf-8";
/* CSS Document */

/* PALETTE 
dk orange: #F76C00
med orange: #F88933
lt orange: #F59448
blue: #005581
lt blue: #3E738F
*/

#main-container {
	width: 792px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
}

.header-container {
	width: 792px;
	height: 80px;
}

.header-container img {
	float: left;
}

.top-container-left {

}

.top-container-right {

}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background: #3E738F;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #005581;
	text-decoration: underline;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #F59448;
	text-decoration: none;
}

.img-left {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

/* Blue Border around Pics */
.img1 {
	border: 1px solid #005581;
}

.img2 {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	border: 1px solid #005581;
}

.page_pic_caption{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #0955A4;
	text-decoration: none;
}

.page_pic_caption2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0955A4;
	text-decoration: none;
}

.page_caption{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F88933;
	text-decoration: none;
}

.page-title {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #005581;
}

.sub-page-quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	color: #E88913;
	text-decoration: none;
}

.textBodySuccess {
	font-size: 12px;
	font-weight: bold;
	color: #339900;
}

.textBodyFailed {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

/* BEGIN LEFT NAV */
#left-nav-container {
	width: 148px;
	height: auto;
	text-align: left;
	background: #005581;
}

#navbar {
	width: 148px;
	height: auto;
	background: #005581;
	float: left;

}

#navbar .navspacer {
	width: 148px;
	height: 20px;
	background: #005581;
}

#navbar .nav {
	width: 148px;
	background: #005581;
	padding-top: 8px;
	padding-bottom: 8px;
}

#navbar .nav a {
	font-family: Times New Roman, Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	width: 135px;
	text-decoration: none;
	padding-left: 20px;

}

#spacer-1 {
	display: none;
	width: 100%;
	height: 20px;
}

#navbar .nav-sub {
	width: 148px;
	background: #F88933;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 1px solid #FFFFFF;
}

#navbar .nav-sub a {
	font-family: Times New Roman, Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	width: 135px;
	text-decoration: none;
	padding-left: 20px;
}

#navbar #nav-img {
	width: 148px;
	height: 25px;
	background: #F88933;
}

#navbar #nav-img2 {
	width: 148px;
	height: 91px;
	background: #F88933;
}

/* END LEFT NAV */

.sub-links {
	font-size: 12px;
	color: #005581;
}

.sub-links a {
	font-size: 12px;
	color: #005581;
	text-decoration: none;
}

.sub-links a:hover {
	font-size: 12px;
	color: #F76C00;
	text-decoration: underline;
}

.sub-links-over {
	font-size: 12px;
	color: #F76C00;
	text-decoration: underline;
}

/* PROJECT HOPE */
.projecthope-title {
	background-color: #52B242;
	color: #FFFFFF;
}

.projecthope-story {
	color: #31B44B;
	font-style: italic;
}
/* END PROJECT HOPE */


/* BEGIN NEWSLETTER */
#newsletter {
	width: 100%;
	margin: 5px 0 5px 5px;
	float: left;
}
#newsletter .icon {
	width: auto;
	float: left;
}
#newsletter img {
	border: 1px solid #005581;
}
#newsletter .date {
	font-style: italic;
	color: #666666;
	width: 75%;
	float: left;
	margin: 0 0 5px 10px;
	text-align: left;
}
#newsletter .title {
	width: 75%;
	float: left;
	font-weight: bold;
	text-align: left;
	margin: 0 0 0 10px;
}
#newsletter .line {
	width: 98%;
	height: 1px;
	border-bottom: 1px solid #CCCCCC;
	margin: 10px 0 0 0;
	float: left;
}
/* END NEWSLETTER */

/* BEGIN FOOTER */
.footer1 {
	height: 6px;
	background: #FFFFFF;
}

.footer2 {
	height: 10px;
	background: #005581;
}

/* END FOOTER */