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

/*
* 
* The light blue color in the logo is between #2C969F > #26949E
* The missiontype font uses #39839b
* The orange is near #E96C3C
* 
*/

<style type="text/css">

* {
	margin: 0;
	padding: 0;
}

body {
		/* background-image: url(images/ACRbg.jpg); 
		background-repeat: repeat; */
	background-color:#FFFFFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", sans-serif;
	font-size: small;
	line-height: 150%;
}

a {
	color: #FFA500; /* #666; */
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #660;
}

a:hover {
	text-decoration: none;
	color: #C30;
}

a:active {
	text-decoration: none;
	color: #39839b;
}

#wrapper {
	margin:20px auto;
	width:750px;
	/* background:#FFFFF0; */
	padding:5px;
	border-style:dotted;
	border-width:1px;
	border-color:#39839b;
	
}

#header {
	height:190px;
	padding:10px;
}

#logo {
	/* padding: 10px 10px 10px 10px; */
	/* margin: 10px 10px 10px 10px; */
	
}

#headerRight {
	float:right;
	position:relative;
	top:140px;
	list-style: none;
}

#headerRight a{
	float:right; 
	margin: 0 0 0 5px;"
	text-decoration: none;
	color: #FFFFFF;
}

#headerRight a:hover{
	border: 1px dotted #000000;
}

div.nav li a:hover {
	text-decoration:underline;
}

div.nav {
	clear:both;
}

div.navContainer {
	background: #39839b;
	height: 3em;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
	color: white;
}

div.navFooter {
	background: #39839b;
	height: 3em;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	line-height: 100%;
	color: white;
}

div.nav ul {
	float: left;
	font-family: Arial, sans-serif;
	font-size: 100%;
	line-height: 100%;
	list-style-type: none;
	width: 650px;
}

div.nav li {
	float: left;
}

div.nav li a {
	color: white;
	display: block;
	float: left;
	font-weight: bold;
	padding: 0 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

div.nav li a:hover {
	/* color: #FFA500; */
	color:#e3e3e3;
	text-decoration:underline;
}

div.nav li#Home a {
	width: 75px;
}

div.nav li#HowYouCanHelp a {
	width: 150px;
}

div.nav li#WhatWeNeed a {
	width: 125px;
}

#content {
	margin: 5px;
	padding: 5px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16pt;
	text-decoration: none;
	letter-spacing: -1px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	vertical-align: top;
	display: block;
	visibility: visible;
}

#LeftPanel {
	position:absolute;
	left:0px;
	top:0px;
	width:165px;
	height:1201px;
	border: solid red; 
}

#EmailSignup {
	float: right;
	padding: 5px;
}

#footer {
	position: relative;
	clear: both;
	margin: auto;
	border: 1px solid blue;
}

.largeheader {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	color: #C30;
	/* line-height: 15pt; */
	line-height:150%;
}

.header2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20pt;
	color: #39839d;
}

.introtype {
	font-size: 14pt;
}

.thelist {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16pt;
	line-height: 20pt;
	color: #666;
	list-style-position: outside;
}

#youcanhelp {
	font-size: 16pt;
	letter-spacing: -1px;
	text-align: left;
	display: block;
	position: relative;
	visibility: visible;
	height: 800px;
	width: 650px;
	left: 165px;
	top: 310px;
	line-height: 20pt;
	padding-top: 15px;
}

.biglink {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: c30;
	text-decoration: none;
	letter-spacing: -1px;
	display: inline;
	text-align: left;
	vertical-align: middle;
}

.biglink2 {
	text-align: right;
}

hr {
	border-top-color: #c30;
	border-right-color: #c30;
	border-bottom-color: #c30;
	border-left-color: #c30;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	display: block;
	vertical-align: top;
}

.listhighlight {
	font-family: Helvetica, Arial, sans-serif;
	color: #39839d;
}

.missiontype {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #39839b;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
	display: block;
	list-style-position: outside;
	list-style: none;
}


