body {
	background: rgb(68,0,0);
	background: radial-gradient(circle, rgba(68,0,0,1) 0%, rgba(136,22,22,1) 35%);
}
				/*-- Sections --*/
#logo {
	position: absolute;
	left: 194px;
	top: 138px;
}
#top-banner {
	position: absolute;
	left: 203px;
	top: 0px;
	width: 864px;
	background-color: #FFFFCC;
	height: 91px;
	border: 2px solid #FFFFCC;
}
#top-red {
	position: absolute;
	top: 97px;
	height: 18px;
	background-color: #FFCC99;
	width: 878px;
	padding: 10px;
	left: 184px;
}
#body-bg {
	position: absolute;
	left: center;
	top: 249px; 
}
#article, article {
	background-color: #F0E2A6;
	padding: 5px 15px;
}
.project {
	border-bottom: 1px solid #444;
	padding: 25px 0;
	min-height: 167px;
	
}
				/*-- page title --*/
.title {
	text-align: left;
}				
				/*-- body links --*/
a:link {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	color: #990000;
	text-decoration: underline;
}
a:focus {
	color: #990000;
	text-decoration:none;
}
a:active {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
				/*-- nav links --*/
#nav, nav {
	text-align: center;	
}
#nav a, nav a {
	font-size: 1.1em;
	margin: 0 .5em;	
}
#top-red a:link {
	color: #000;
	text-decoration: none;
}
#top-red a:visited {
	color: #000;
	text-decoration: none;
}
#top-red a:focus{
	color:#000;
	text-decoration:none;
}
#top-red a:active {
	color: #000;
	text-decoration: none;
}
#top-red a:hover {
	color: #900;
	text-decoration: none;
}
				/*-- --*/
#bodytextmid {
	width: 851px;
	position: absolute;
	left: 187px;
	top: 136px;
	background-color: #FFFFCC;
	background-repeat: repeat-y;
	padding: 15px;
	border-right-width: thick;
	border-left-width: thick;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #663300;
	border-left-color: #663300;
}
#bgred {
	width: 878px;
	height: 101px;
	position: absolute;
	left: 185px;
	top: 2px;
	background-color: #663300;
	padding: 10px;
}
.formLabels {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding-bottom: 10px;
}
#image {
	position: absolute;
	left: 416px;
	top: 143px;
	height: 239px;
	width: 600px;
	padding: 0px;
	border-width: medium;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-color: #990000;
}
.fr {
	float: right;
	padding-left: 20px;
}
.align-left {
	text-align: left;
}
.forms {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}
				/*-- elements --*/

				
h1 {
	font-size: 1.5em;
	color: #FFF;
	background-color: #440000;
	font-weight: normal;
	padding: 5px 15px;
	margin: 0;
}
h2 {
	font-size: 1.3em;
	margin-bottom: 0px;
	margin-top: 1.5em;
	padding-bottom: 0px;
	border-bottom: 1px dashed #440000;
}
h3 {
	margin-top: 1em;
	color: #663300;
}
.date {
	font-style: italic;
}
ul {
	margin-top: 0px;
}
ul.mission {
	margin-top: 16px;
	padding-left: 15px;	
}

li {
	margin-bottom: .7em;
}
ul ul {
	margin-top: 0.2em;	
}
li ul li {
	margin-bottom: 0.2em;	
}
.project h2 {
	margin-top: 0;
}
h4 {
	margin-bottom: 0;	
}
.subtitle {
	margin-top: 0;	
}
.box {
	float: left;
	font-size: 1.0em;
	min-height: 100px;
	border: 3px solid #330000;
	padding: 15px;
	font-weight: bold;
	font-style: italic;
	background-color: #FFC;
	
}
.left {
	margin-right: 15px;	
}
.right, .left {
	width: 367px;
}
.single {
	width: 785px;
	margin-top:10px;
	margin-bottom: 25px;
	font-style: italic;
	font-weight: normal;
}
/*
.box a {
	display: block;
	min-width: 100px;
	min-height: 60px;
	background-color: #330000;
	padding: 15px;
	float: right;
	text-align: center;
	font-size: 1.3em;
	font-family: georgia, serif;
	margin-left: 15px;
	font-style: italic;
	color: #FFF;	
	text-decoration: none;
	font-weight: normal;
}
.box a:hover {
	text-decoration: underline;	
}*/
a.highlighted {
	font-size: 1.2em;
	font-weight: bold;
	font-style: normal;
}
span.highlighted {
	font-size: 1.2em;
	font-style: normal;
}
.standard {
	display: inline;
	background-color: pink;
	text-decoration: none;
	font-weight: normal;
}
.single a {
	min-height: 3.0em;
	padding-top: 2em;	
}
.title {
	font-size: 1.5em;
	font-weight: bold;
	color: #330000;
	display: block;
	width: 100%;
}
.title2 {
	font-size: 1.8em;
	font-weight: bold;
	color: #330000;
	font-style: normal;
}
.presenter {
	font-style: italic;
	font-size: 1.4em;
	font-weight: bold;
	color: #330000;	
}
.clear {
	clear: both;
}
