/* styles used in main content area and by the webyep rich text element with tinymce 
secondary nav background color: #6E6250
orange: #EFAA23
*/
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 8px;
	margin-top: 11px;
}

#content {
	color: #333333;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	margin-bottom: 30px;
}

#content h1 {
	font-size: 1.8em;
	color: #efaa23;
	font-weight: bold;
}

#content h2 {
	font-size: 1.6em;
	color: #EFAA23;
	font-weight: bold;
}

#content h3 {
	font-style: italic;
	font-size: 1.5em;
	color: #6E6250;
}

#content h4, h5, h6 {
	font-size: 1.2em;
	color: #6E6250;
	font-weight: bold;
}

#content a {
	color: #6E6250;
}

#content p {
	padding-bottom: 1em;
	font-size: 1.4em;
	line-height: 1.5em;
	margin-left: 8px;
}

#content table {
	border-spacing: 0px 0px;
	margin-left: 0px;
	border-width: 0px;
}

#content td p {
	font-size: 1.4em;
	line-height: 1.6em;
}

#content ul, #content ol {
	margin-left: 20px;
	list-style-position: outside;
	font-size: 1.4em;
	line-height: 1.6em;
}
#content ul ul {
	list-style-type: circle;
}
#content ul ul li {
	font-size: .7em;
	line-height: 1.2em;
}
#content ul {
	list-style-type: square;
}

#content li {
	margin-left: 8px;
}

.no-style {
}
.secondary-nav-color {
	background-color: #6E6250
}
#content #callout-box {
	padding: 1px;
	color: white;
	width: 200px;
	float: right;
	background-color: #987d62;
	border-color: #EFAA23;
	border-width: 2px;
	border-style: dashed;
}
#content #callout-box h1, #content #callout-box h2, #content #callout-box h3 {
	font-size: 1.2em;
	color: #EFAA23;
	padding-left: 3px;
} 
#content #callout-box p {
	font-size: 1.1em;
} 
