﻿
body {
	color: #505050;
	font-size: 75%; /* 12px */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


/*    Style    */

h1, h2 {
	margin: 12px 0;
	color: #b20;
	font-size: 200%; /* 24px */
	font-weight: normal;
	line-height: 1.3;
}

h3, h4, h5, h6 {
	margin: 12px 0 1px 0;
	font-size: 100%; /* 12px */
	line-height: 1.4;
}

h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;
}

p {
	margin-bottom: 6px;
	line-height: 1.5;
}

ul, ol {
	margin: 0 0 9px 16px;
	list-style-type: disc;
}

li {
	line-height: 1.4;
}

a {
	color: #b20;
	outline: none;
}

a:hover, a:focus {
	color: #701d1b;
	text-decoration: none;
}

img {
	border: none;
}

hr {
	margin: 10px 0;
	height: 1px;
	clear: both;
	color: #c0c0c0;
	background: #c0c0c0;
	border: none;
	font-size: 1px;
}

.intro {
	color: #b20;
	font-size: 141.66666666667%; /* 17px */
	line-height: 1.4;
}

.red {
	color: #b20;
}

#content-col .quote {
	margin: 20px 0 0 0;
	color: #4c518f;
	font-size: 116.66666666667%; /* 14px */
	line-height: 1.4;
}

.align-left {
	margin: 0 15px 5px 0;
	float: left;
}

.align-right {
	margin: 0 0 5px 15px;
	float: right;
}

.hr {
	margin: 10px 0;
	height: 1px;
	overflow: hidden;
	clear: both;
	background: #c0c0c0;
}

.clear {
	clear: both;
}

/*    WYSIWYG Editor Styles    */

body.mceContentBody {
	text-align: left;
}