/* Typography
========================================================================================== */
p,
li,
dt,
dd {
	font-size: 0.687em;
	line-height: 1.4;
	font-family: Verdana, Geneva, sans-serif;
}
dt {
	font-weight: bold;
}
li li,
dd li {
	font-size: 1em;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #393B23;
}


#content a:link,
#content a:visited {
	color: #0E1973;
	text-decoration: none;
	border-bottom: solid 1px #0E1973;
}
#content a:focus,
#content a:hover,
#content a:active {
	border-bottom: dotted 1px #0E1973;
}
#content .mceToolbar a:link,
#content .mceToolbar a:visited,
#content .mceToolbar a:focus,
#content .mceToolbar a:hover,
#content .mceToolbar a:active {
	border: none;	
}

#content h2 {
	margin: 25px 0 10px;	
	font-size: 1.4em;
	clear: both;
	line-height: 1.3;
}
#content h2 a:link,
#content h2 a:visited,
#content h2 a:hover,
#content h2 a:focus,
#content h2 a:active,

#content h3 a:link,
#content h3 a:visited,
#content h3 a:hover,
#content h3 a:focus,
#content h3 a:active {
	color: #393B23;
	border-color: #393B23;
	/*border: none;*/
}
#content h3 {
	margin: 25px 0 10px;	
	font-size: 0.875em;
}
#content p,
#welcome p {
	margin: 10px 0;	
	line-height: 1.5;
}
#content ul,
#content ol {
	margin: 20px;
	padding: 0 20px;
	color: #393B23;
}
#content li {
	color: #000;	
	margin: 5px 0;
}


#content .img {
	margin: 20px auto;
	display: block;
}
#content .img-left {
	float: left;
	margin: 0 20px 20px 0;
}
#content .img-right {
	float: right;
	margin: 0 0 20px 20px;
}