/* @override http://www.sherwood-oaks.com/styles/large.css */



/* @group Text */

p{
	color: #333;
	padding-bottom: 7px;
	font: 1.5em/20px Georgia, "Times New Roman", Times, serif;
}


/* @end */

/* @group Headings */


.subpage #content h1 {
	color: #1B4C2A;
	font-size: 2.8em;
	padding-bottom: 10px;
}

.subpage #content h2 {
	color: #333333;
	font: 1.8em Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
}



.subpage #content h3 {
	color: #1B4C2A;
	font: bold 1.8em Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
	padding-bottom: 5px;
}


/* @end */

dt, dd {
	font-size: 15px;
}

div#content ul li {
	font-size: 15px;
}


