@charset "utf-8";
/* CSS Document */
/* class that removes an element off of the page with a span tag*/
.displace {
	position: absolute;
	left: -5000px;
	}
#content p.news {
	padding: 7px 12px 12px 8px;
	height: 12px;
	width: 700px;
	border: 1px solid #AEB0BD;
	font-size: 0.75em;
	font-weight: normal;
	background: #EFEFF1;
	color: #84879B;
	margin-bottom: 15px;
}

p {
	font-size: 0.8em;
	/*line-height: .125em;*/
	color: #4E5565;
	padding-right: 120px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 18px;
}
p.onecol {
	font-size: 0.8em;
	/*line-height: .125em;*/
	color: #4E5565;
	padding-right: 80px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 18px;
	width: 550px;
}
a {
	color: #23225e;
	text-decoration: none;
}
a:hover {
	color: #999;
}
h1 {}
h2 {	font-size: 1.15em;
	/*line-height: .125em;*/
	color: #697287;
	padding-right: 25px;
	margin-top: 25px;
	margin-bottom: 0px;
	padding-left: 18px;}
h3 {
	font-size: .9em;
	color: #525969;
	padding-right: 25px;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-left: 18px;
	font-weight: bold;
}
.photoname {	font-size: 2em;
	/*line-height: .125em;*/
	color: #697287;
	padding-right: 25px;
	margin-top: 5px;
	margin-bottom: 0px;}

.instruction {
	font-size: 0.8em;
	color: #A3A3A3;
}
