@charset "UTF-8";
#main-content h1 {
	font-size: 220%;
	color: #700;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#introsection h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #666;
	font-weight: normal;
	line-height: 110%;
}
#content-wrapper {
	float: left;
	width: 980px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
/* CSS Document */


#secondary-content {
	width: 210px;
	float: left;
	margin: 0px;
	padding-top: 20px;
}
#secondary-content li {
	display: block;
	list-style-type: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#secondary-content a {
	font-size: 75%;
	color: #FFF;
	text-decoration: none;
	padding: 4px 4px 4px 10px;
	display: block;
	width: 170px;
	background-color: #85941F;
}
#secondary-content a:focus, #secondary-content a:hover {
	background-image: url(../images/navigation/leftpink.png);
	background-repeat: repeat-x;
}
.secondary-content {
	background-color: #090;
	background-image: url(../images/navigation/leftpink.png);
	background-repeat: repeat-x;
}
