body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.4em;
	background-color: #8b7bea;
	color: #333;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header {
	height: 150px;
	width: 960px;
	background-image: url(images/slogan.png);
}
#found-header {
	height: 150px;
	width: 960px;
	background-image: url(images/foundation/stf.png);
}

#navigation {
	margin-top: 2px;
	margin-bottom: 2px;
	float: right;
	height: 24px;
	width: 100%;
	background-color: #B2A8F0;
	padding-top: 5px;
	padding-bottom: 5px;
}


#container {
	background-color: #FFF;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#left-col {
	margin: 5px;
	padding: 5px;
	height: auto;
	width: 600px;
	float: left;
	color: #333;
}
#main-left-col {
	margin: 5px;
	padding: 5px;
	height: auto;
	width: 940px;
	float: left;
	color: #333;
}

#one-col {
	margin: 5px;
	height: auto;
	width: 935px;
	float: left;
	color: #333;
	text-align: justify;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}


#right-col {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 5px;
	height: 321px;
	width: 320px;
	float: right;
	margin: 5px;
	background-color: #EEE;
}

#footer {
	clear: both;
	width: 960px;
	height: 60px;
	margin-top: 10px;
	background-image: url(images/footer.png);
	text-align: center;
	color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
}
#found-footer {
	clear: both;
	width: 960px;
	height: 60px;
	margin-top: 10px;
	background-image: url(images/footer.png);
	text-align: center;
	color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
}


.links {
	color: #CF731A;
}
.amber {
	color: #CC6B10;
}
#emphasis {
	color: #FFF;
	font-size: 13px;
	font-style: italic;
}
#row-two {
	padding: 5px;
	width: 940px;
	height: auto;
	background-color: #b2a8f0;
	clear: both;
	text-align: center;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
.blue {
	color: #03F;
}
#one-col p img {
	border: 1px ridge #333;
}
.imageBorder {
	border: 1px ridge #333;
}
.quote {
	color: #90F;
	font-style: italic;
}
