﻿html .mceContentBody {
	font-size: 10pt;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	/* set this equal column width */	
	width: 500px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #004400;
	line-height: normal;
	padding-top: .5em;
}
h1 {
	font-size: 1.6em;
	font-weight: normal;
}
#headerimg .description {
	font-size: 1.2em;
	text-align: center;
}
h2 {
	font-size: 1.6em;
	font-weight: bold;
}
h2.pagetitle {
	font-size: 1.6em;
	font-weight: bold;
}

h3 {
	font-weight: bold;
	font-size: 1.3em;
}
h4 {
	font-size: 1.3em;
	margin-top: 12px;
	margin-bottom: -12px;
}
h5 {
	font-size: 1.3em;
	font-weight: normal;
	margin-top: 12px;
	margin-bottom: -12px;
	font-style: italic;
}
h6 {
	font-size: 1.3em;
	font-weight: normal;
	font-style: italic;
	margin-top: 12px;
	margin-bottom: -12px;
}

/*	Begin Headers */
h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}
#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}
}
h3.comments {
	padding: 0;
	margin: 40px auto 20px;
}
/* End Headers */
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

/* Begin Lists */
html > body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 1.25em;
	list-style: disc;
}
html > body .entry ul ul {
	margin-left: 0px;
	padding: 0 0 0 1.25em;
	list-style: circle;
}
html > body .entry ul ul ul{
	margin-left: 0px;
	padding: 0 0 0 1.25em;
	list-style: square;
}
html > body .entry li {
	margin: 0px 0 1em 10px;
}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.entry ol li {
	margin: 0;
	padding: 0;
}
/* End Entry Lists */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
.screen-reader-text {
	position: absolute;
	left: -1000em;
}

a img {
	border: none;
}
/* End Various Tags & Classes*/

#content {
	font-size: 1.2em;
}
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}
.widecolumn {
	line-height: 1.6em;
}


