BODY {
	font: normal 0.87em/1.4em Arial, sans-serif;
	color: #3f3f3f;
}
#navigationTop UL LI A {
	font: normal 16px/1em Arial, sans-serif;
	color: #fff;
	text-decoration: none;
}
#navigationTop UL LI A.section,
#navigationTop UL LI A.current {
	color: #f1d49b;
}
UL#navigationSub LI A {
	font: normal 16px/1em Arial, sans-serif;
	color: #000;
	text-decoration: none;
}
UL#navigationSub LI UL LI A {
	font: normal 1em/1em Arial, sans-serif;
}
UL#navigationSub LI A.section,
UL#navigationSub LI A.current {
	color: #fff;
}
UL#navigationSub LI UL LI A.section,
UL#navigationSub LI UL LI A.current {
	color: #000;
	text-decoration: underline;
}
A {
	outline: none;
	color: #b22b00;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
H1 {
	font: normal 1.9em Arial, sans-serif;
	color: #3f3f3f;
	margin: 1em 0 0.5em 0;
	padding: 0;
}
H2 {
	color: #b22b00;
	margin: 1.1em 0 0.5em 0;
	padding: 0;
}
H3 {
	margin: 1.2em 0 0.5em 0;
	padding: 0;
}
#footer {
	font: normal 0.93em Arial, sans-serif;
}
P {
	margin: 10px 0;
	padding: 0;
}
#footer P {
	margin: 0 !important;
	padding: 0 !important;
}
HR {
	border: 0;
	background: #ccc;
	height: 1px;
}

/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
#wrapper .left {
	text-align: left;
}
#wrapper .center {
	text-align: center;
}
#wrapper .right {
	text-align: right;
}

/* IMAGES 
-------------------------------------------- */
#wrapper img.right {
	float: right;
	margin-left: 20px;
}
#wrapper img.left {
	float: left;
}
#wrapper img.leftAlone {
	float: left;
	margin-right: 100%;
}
#wrapper img.center {
	float: none;
	margin-left: auto;
	margin-right: auto;
	display: block;
}