/* these are the only styles that the editor can see */
/* this file is @import'ed into the main.css file    */

body {
	font-family:Verdana, sans-serif;
	font-size : 11px;
	line-height : 18px;
}

h1 {
	font-family:Verdana, sans-serif;
	margin-left : 11px;
	margin-top : 0px;
	padding-top : 5px;
	font-size : 14px;
	color : #6F1200;
}

h2 {
	font-family:Verdana, sans-serif;
	margin-left : 11px;
	font-size : 13px;
	color : #6F1200;
}
h3 {
	font-size : 1em;
	color : #6F1200;
	padding : 0;
	margin-bottom : .3em;
}
h4 {
	font-size : 1em;
	margin-bottom : 0em;
}

.pull-quote {
	font-size : 1.55em;
	color : #B4B192;
	font-family : Arial, Helvetica, sans-serif;
	padding-left : 16px;
	text-align : right;
	line-height : 1.4em;
	clear : both;
	width: 196px;
	display: block;
}

.pull-quote-left {
	font-size : 1.55em;
	color : #B4B192;
	font-family : Arial, Helvetica, sans-serif;
	line-height : 1.4em;
	clear : both;			   
	padding : 0;
	margin-bottom : 0.5em;
	display: block;
}

.pull-quote-top {
	font-size : 1.55em;
	color : #B4B192;
	font-family : Arial, Helvetica, sans-serif;
	padding : 0;
	line-height : 1.4em;
	clear : both;
	display: block;
}

p {
	font-family:Verdana, sans-serif;
	font-size : 11px;
	line-height : 18px;
	margin-left : 11px;
	margin-right : 11px;
}

a,
a:active {	
	font-family: Verdana, sans-serif;
	font-size : 11px;
	color : #005B7F;
}

a:visited {	
	color : #9D997B;
}

a:hover {
	text-decoration: none;
}