/* style_content.css - Stylesheet for the content area standard styling */

#content p {
	margin: 0;
	margin-bottom: 1em;
}

#content p:last-child {
	margin-bottom: 0;
}

#content {
	//margin: 0 25px;
	//padding: 25px;
	//border: 1px dotted brown;
	//color: goldenrod;
}

/*
#content a:link {
	color: darkred;
	text-decoration: underline;
}

#content a:visited {
	color: brown;
	//text-decoration: none;
}

#content a:hover {
	//text-decoration: underline;
}
*/

#content hr {
	height: 0;
	border: none;
	border-top: 1px solid brown;
	margin: 6px 0;
}

#content h2 {
	font-weight: normal;
	font-size: 200%;
	margin: 0;
}

#content h2.pagetitle {
	font-size: 250%;
}

#content h3 {
	font-weight: normal;
	font-size: 190%;
	//color: brown;
	margin: 10px 0;
}

#content h4 {
	font-weight: normal;
	font-size: 150%;
	//color: brown;
	margin: 10px 0;
}

#content ul {
	margin: 0;
	list-style-position: inside;
}

#content li {
	margin: 0.5em 0;
}

#content ul li a {
	font-size: 125%;
}

#content ul.reg li a {
	font-size: 100%;
}

#content ol {
	color: brown;
}