body {
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #284e49;
	font: small Arial, Helvetica,  sans-serif;
	height: 100%;
}

#wrapper {
	background-color: #fdf5e6;
	color: black;
	margin: 30px 40px 30px 40px;
	padding: 10px;
	border: solid #8fafa3 5px;
}
#header {
	background-color: white;
	border-top: 2px #284e49; solid;
	border-bottom: 2px teal solid;
	padding: 10px;
}
#header a img {
	text-decoration: none;
	border: none;
	border-color:#FFFFFF;
}

#header-bottom {
	border-top: 1px teal solid;
	border-bottom: 1px teal solid;
	height: 1%;
}
#header-bottom ul{
	margin: 0;
	padding: 0 40 0 0;
	text-align: right;
}
#header-bottom li{
	display: inline;
	background-color: #ffffff;
	color: #284e49;
}
#header-bottom a:link, #header-bottom a:visited {
	text-decoration: none;
	
	color: #284e49;
	font-weight: bold;
}
#header-bottom a:hover{
	text-decoration: none;
	background-color: #d18c59;
	color: white;
	font-weight: bold;
}
#tagline {
	font-weight: bold;
	background-color: #ffffff;
	color: #284e49;
	font-style: italic;
	margin: 0;
	padding: 0 0 0 20px;
	width: 300px;
	float: left;
}
#main {
	margin-top: 10px;
	width: 100%;
	background-image: url(/images/sidebarbg.gif);
	background-position: top left;
	background-repeat: repeat-y;
	border-bottom:  1px solid #284e49;
}
#content {
	margin: 0 0 0 230px;
	border: 1px solid teal;
	background-color: white;
	color: black;
}
#content .inner {
	margin: 10px 40px 10px 20px;
	height: 1%;
}

#content .inner h2 {
	color: #b22222;
	padding-bottom: 0.2em;
	border-bottom: 1px solid teal;
	font-size: 110%;
}
#content .inner h3 {
	font-size: 100%;
	color: #284e49;
}
#content .inner h4 {
	font-size: 90%;
}
#content .inner a:hover {
	color: teal;
}
#content .inner ul.features {
	margin: 0;
	padding: 0;
	list-style: none;
}
#content .inner h3 a:link, #content .inner h3 a:visited {
	color: #384e49;
}
#content .inner h3 a:hover {
	color: #b22222;
	font-weight: bold;
}
#content .inner p.more {
	margin-top: 0;
	text-align: right;
}
#content .inner p.more a:link, #content .inner p.more a:visited {
	color:black;
	background-image: url(/images/more-bullet.gif;
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 14px;
	font-size: 90%;
	color: #1e4c82;
}

#sidebar {
	float: left;
	top: 0;
	left: 0;
	width: 220px;
	background-color: white;
	color: black;
	margin: 0;
	padding: 0;
	border-top: 1px solid #284e49;
	border-left: 1px solid #284e49;
	border-right: 1px solid #284e49;
}
#sidebar h3, #sidebarHome h3 {
	font-size: 110%;
	margin: 0;
	padding: 0.2em 0 0.2em 10px;
	font-weight: bold;
	color: #b22222;
}

#sidebar .inner {
	padding: 10px;
}
#nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li {
	border-bottom: 1px solid #008080;
	padding: 0.4em 0 0.2em 0;
	font-size: 90%;
}
#nav li a:link, #nav li a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #284e49;
}
#nav li a:hover {
	font-weight: bold;
	color: #b22222;
	background-color: #fdf5e6;
}
#footer {
	clear: both;
	width: 100%;
	border-top: 1px solid #008080;
	border-bottom: 1px solid #008080;
	margin-top: 10px;
}
#footer p {
	font-size: 90%;
	color: #b22222;
	margin: 0;
	padding: 0.2em 0 0.2em 0;
	text-align: center;
}
.mission {
	font-size: 110%;
	text-align: center;
	font-weight: bold;
}
.foundation {
	font-weight: bold;
	padding: 0.2em 0 0.2em 15px;
}
.photocaption {
	font-weight: bold;
	font-size: 80%;
	color: #008080;
}
.shortheadline {
	font-weight: bold;
}
.indent {
	padding: 0.2em 0 0.2em 15px;
}

.backtop {
	font-size: 80%;
}

.news {
	
	list-style-image: url(/images/more-bullet.gif);
}

#clearone {
	clear: both;
	height: 1px;
}
.photoleft {
	float: left;
	padding: 3px 15px 3px 0;
}
.photoright {
 	float: right;
	padding: 3px 3px 3px 8px;
}
.photocenter {
	text-align: center;
}
#front {
	position: absolute;
	top: 48px;
	right: 55px;
}
.noborder a img {
	text-decoration: none;
	border: none;
	
}