html .mceContentBody {
	max-width: 680px;
}
body {
	font-size: 13px;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #333;
	}
.clear { 
	clear:both;
	height:0px;
	font-size: 1px;
	border:none;
	background:transparent;
	}
a {
	color: #1e5ae3;
	text-decoration: underline;
	}
	a:hover {
		color: #147;
		text-decoration: none;
		}
p {
	margin: 0 0 20px 0;
	}
h1, h2, h3 {
	font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-weight: bold;
	}
h1 {
	font-size: 130%;
	font-weight: normal;
	color: #CB1111;
	padding: 0 35px 0 0;
	line-height: 24px;
	margin: 35px 0 3px 0;
	border-bottom: 1px solid #dedddd;
	}
	h1 a, h1 a:hover, h1 a:visited {
		text-decoration: none;
		}
h2 {
	font-size: 130%;
	color: #713d3d;
	margin: 15px 0 3px 0;
	font-weight: normal;
	}
	h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited {
		text-decoration: none;
		}
h3 {
	font-size: 12px;
	margin: 2px 0 10px 0;
	}
ul {
	margin: 0 0 20px 20px;
	}
	li {
		margin: 0 0 5px 20px;
		}
.alignright,
.floatRight,
.alignleft,
.floatLeft {
	display: block;
	margin-bottom: 15px;
	}
	.alignleft,
	.floatLeft {
		float: left;
		margin-right: 15px;
		}
	.alignright,
	.floatRight {
		float: right;
		margin-left: 15px;
		}		
	
