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

body {
	background-color: #2c430f;    /*dark green*/
	margin: 0px;
	background-image: url(/images/green_gradient_back.jpg);
	background-repeat: repeat-x;
}

img {
	border: none;
} 

p, h1, h2, h3, h4, h5, li, ul, form {
	padding: 0;
	margin: 0;
}

#container {
	position: relative;
	width: 980px;
	height: auto;
	margin-left:auto;
	margin-right:auto;
}

#header {
	position: relative;
	width: 980px;
	height: 143px;
	background-image: url(/images/header_back.jpg);
	background-repeat: no-repeat;
	z-index: 100;
}	

#logo {
	position: relative;
	float: left;
	width: 277px;
	height: 143px;
}

#nav_container {
	position: relative;
	float: left;
	width: 702px;
	height: 93px;
	margin-top: 50px;
}

#program {
	position: relative;
	float: left;
	width: 349px;
	height: auto;	
}

#donate {
	position: relative;
	float: left;
	width: 352px;
	height: auto;
	text-align: right;
}	

#nav {
	position: relative;
	float: left;
	width: 699px;
	height: 26px;
	border: #FFFFFF 2px solid;    /*white*/
}	

#content_container {
	position: relative;
	width: 950px;
	height: auto;
	background-color: #FFFFFF;    /*white*/
	border: #6f8157 15px solid;    /*light green gray*/
}

#flash {
	position: relative;
	width: 930px;
	height: 175px;
	margin-left: 10px;
	margin-top: 10px;
}

#content {
	position: relative;
	float: left;
	width: 655px;
	height:auto;
	margin: 15px;
}

#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6F7170;    /*gray*/
	line-height: 22px;
}

#content p.list-intro {
	padding-bottom: 6px;
	}

#content p span.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6F7170;    /*gray*/
	line-height: 22px;
	font-weight: bold;
}

#content p span.italic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6F7170;    /*gray*/
	line-height: 22px;
	font-style: italic;
}

#content p span.bold-italic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6F7170;    /*gray*/
	line-height: 22px;
	font-weight: bold;
	font-style: italic;
}

#content p span.italic-sm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	color: #6F7170;    /*gray*/
	line-height: 22px;
	font-style: italic;
}

#content p.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6F7170;    /*gray*/
	line-height: 22px;
}

#content ul {
	margin-left: 30px;
}

#content li.list-header {
	list-style-type: none;
	list-style-image: url(../images/list_bullet.jpg);
	list-style-position: outside;
	padding-bottom: 5px;
}

#content li.list-item {
	list-style-type: none;
	list-style-image: url(../images/dash-gray.gif);
	list-style-position: outside;
	padding-bottom: 5px;
}

#content li.list-item-none {
	list-style-type: none;
}

#content h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #4395D0;     /*light blue*/
	padding-bottom: 8px;
}

#content ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6F7170;    /*gray*/
	line-height: 22px;
}

#content h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18.5px;
	color: #4395D0;     /*light blue*/
	padding-bottom: 6px;
}

#content h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #4395D0;     /*light blue*/
	padding-bottom: 8px;
}

/*Navigation*/
#content a:link {
	color: #4395D0;    /*light blue*/
}

#content a:visited {
	color: #4395D0;    /*light blue*/
}

#content a:hover {
	text-decoration: underline;
	color: #ACD42B;    /*lime green*/
}

#content a:active {
	color: #4395D0;    /*light blue*/
}


#content2 {
	position: relative;
	float: left;
	width: 918px;
	height:auto;
	margin: 15px;
}

#content2 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;    /*was 11px*/
	color: #6F7170;   /*gray*/
	line-height: 22px;
}

#content2 p.list-intro {
	padding-bottom: 6px;
	}

#content2 p span.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13.5px;
	color: #6F7170;    /*gray*/
	line-height: 22px;
	font-weight: bold;
}

#content2 p span.italic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6F7170;    /*gray*/
	line-height: 22px;
	font-style: italic;
}

#content2 p span.bold-italic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6F7170;    /*gray*/
	line-height: 22px;
	font-weight: bold;
	font-style: italic;
}

#content2 p span.italic-sm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	color: #6F7170;    /*gray*/
	line-height: 22px;
	font-style: italic;
}

#content2 p.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6F7170;    /*gray*/
	line-height: 22px;
}

#content2 ul {
	margin-left: 30px;
}

#content2 li.list-header {
	list-style-type: none;
	list-style-image: url(../images/list_bullet.jpg);
	list-style-position: outside;
	padding-bottom: 5px;
}

#content2 li.list-item {
	list-style-type: none;
	list-style-image: url(../images/dash-gray.gif);
	list-style-position: outside;
	padding-bottom: 5px;
}

#content2 li.list-item-none {
	list-style-type: none;
}

#content2 h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #4395D0;    /*light blue*/
	padding-bottom: 8px;
}

#content2 ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6F7170;    /*gray*/
	line-height: 22px;
}

#content2 h1 span.superscript {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #4395D0;    /*light blue*/
	vertical-align: super;
}

#content2 h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18.5px;
	color: #4395D0;     /*light blue*/
	padding-bottom: 6px;
}

#content2 h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #4395D0;     /*light blue*/
	padding-bottom: 8px;
}

/*Navigation*/
#content2 a:link {
	color: #4395D0;    /*light blue*/
}

#content2 a:visited {
	color: #4395D0;    /*light blue*/
}

#content2 a:hover {
	text-decoration: underline;
	color: #ACD42B;    /*lime green*/
}

#content2 a:active {
	color: #4395D0;    /*light blue*/
}


#right_column {
	position: relative;
	float: left;
	width: 230px;
	height:auto;
	margin-top: 15px;
	padding: 10px;
	background-color: #bbd9ee;    /*lightest blue*/
	line-height: 18px;
}	

#right_column h1 {
	color: #1e3d52;    /*navy blue*/
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

#right_column h3 {
	color: #4395D0;    /*light blue*/
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
}

#right_column h4 {
	color: #1e3d52;    /*navy blue*/
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
}

#right_column p {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #1e3d52;    /*navy blue*/
}

#right_column p span.bold {
	font-weight: bold;
}

#right_column p.small {
	font-size: 14px;
}

#right_column p span.italic-center {
	text-align: center;
	font-style: italic;
}

#right_column p span.italic-sm {
	font-size: 14px;
	font-style: italic;
}

#right_column span.padding-bottom {
	padding-bottom: 6px;
}

#right_column ul {
	margin-left: 16px;
}

#right_column ul li {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	list-style-type: none;
	padding: 0 0 8px 10px;
	text-align: left;
}

#right_column li.list-item {
	list-style-type: none;
	list-style-image: url(../images/dash-gray.gif);
	list-style-position: outside;
	padding-bottom: 5px;
}

/*Right Column Navigation*/
#right_column a:link {
	color: #4395D0;    /*light blue*/
	text-decoration: none;
}

#right_column a:visited {
	color: #4395D0;    /*light blue*/
	text-decoration: none;
}

#right_column a:hover {
	color: #845B95;    /*medium purple*/
	text-decoration: underline;
}

#right_column a:active {
	color: #4395D0;    /*light blue*/
	text-decoration: none;
}
	

#clear {
	clear: both;
}

#footer {
	position: relative;
	width: 980px;
	height: auto;
	margin-top: 15px;
	text-align: center;
	color: #FFFFFF;    /*white*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 22px;
}

#footer a:link {
	color: #ACD42B;    /*lime green*/
}

#footer a:visited {
	color: #ACD42B;    /*lime green*/
}

#footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;    /*white*/
}

#footer a:active {
	color: #ACD42B;    /*lime green*/
}