/**
 * This typography file is included in the WYSIWYG editor
 */
* {
	font-family: Arial;
	font-size: 1em;
}
.typography p, .typography li, #Sidebar li, .typography td {
	font-size: 1.2em;
	line-height: 1.4em;
}
.typography p {
	margin: 0 0 1.5em 0;
}
.typography ul, .typography ol {
	margin: 1.8em 0;
}
.typography ol {
	margin-left: 18px;
}
.typography ol li {
	padding-left: 0;
}
.typography ul li {
	list-style: none;
	background: url(../images/listItem.gif) left center no-repeat;
	}
.typography li {
	color: #333;
	padding: 10px 0 10px 18px;
	border-bottom: 1px solid #d5d5d5;
}
.typography ul li ul {
	font-size: 1em;
}
.typography img.right { 
	margin: 2px 0 10px 16px; 
	border: 3px solid #ddd;
	float: right;
	}
.typography img.left { 
	margin: 2px 17px 10px 0; 
	border: 3px solid #ddd;
	float: left;
	}

.typography blockquote p {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	color:#555;
	display:block;
	float: left;
	width: 200px;
	margin: 8px 10px 15px 0;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size: 1.6em;
}

.typography h1 {
	font-size: 2.8em;
	line-height: 1.3em;
	margin: 6px 0 0.6em 0;
	color: #333;
	font-weight: 300;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.typography h2 {
	font-size: 2.4em;
	color: #333;
	line-height: 1.5em;
	padding: 0;
	margin-bottom: 0.75em;
	font-weight: 500;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.typography h3 {
	font-size: 1.8em;
	line-height: 1em;
	margin: 1.8em 0 1em 0;
	color: #333;
	border-bottom: 1px;
	width: 100%;
	font-weight: 700;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.typography h4 {
	font-size: 1.7em;
	color: #333;
	line-height: 1.2em;
	margin-bottom: 1.35em;
	font-weight: normal;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
	.typography h4 a {
		font-size: 1em !important;
	}
.typography h5 {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 1em;
	color: #333;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.typography p {
	color: #222;
	margin-bottom: 1.5em; 
	line-height: 1.5em;
}
.typography p a img {
	margin: 0 5px 5px 0;
}
.typography a {
	color: #00335a;
	text-decoration: underline;
}
.typography a:hover {
	color: #900128;
	text-decoration: underline;
}