﻿h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #333333;
	font-family: "Century Schoolbook", "Times New Roman", serif;
}
h1 {
	letter-spacing: -1px;
	font-size: 1.8em;
	padding-bottom: 5px;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1em;
	font-weight: bold;
}
p, ul, ol {
	margin-bottom: 1.6em;
	line-height: 160%;
}
p {
}
#info p {
	line-height: 15px;
	color: #E5E9BE;
}
blockquote {
	font-style: italic;
}
ul {
}
ol {
}
a {
	text-decoration: underline;
	color: #31350A;
}
a:hover {
	text-decoration: none;
	color: #CA7900;
}
small {
}
#header h1 {
}
#header h1 span {
	color: #CC0000;
}
#header h2 {
	float: left;
	margin: 0 0 0 -190px;
	padding: 160px 0 0 0;
	text-transform: lowercase;
	font-size: 1em;
	font-weight: bold;
	color: #333333;
}
#header h2 a {
	color: #333333;
}
#sidebar h2 {
	margin-bottom: 5px;
	margin-top: 5px;
}

#sidebar {
	float: left;
	width: 228px;
	color: #E5E9BE;
}
#sidebar ul {
	margin: 0 0 0 3px;
	padding: 0;
	list-style: none;
	font-size: 1.2em;
	font-family: "Century Schoolbook", "Times New Roman", serif;
	color: #E5E9BE;
}
#sidebar li a {
	padding: 0 0 0 10px;
	color: #E5E9BE;
	text-decoration: none;
	display: block;
}
#sidebar li a:hover{
	background: url('../images/sidebar-hover.png') repeat-x;
	padding: 0 10px 0 10px;
	overflow:hidden;
	color:#E5E9BE;
}

#sidebar li ul {
	list-style: none;
	line-height: 2em;
	margin-left: 0;
}
#sidebar li li {
	margin: 0;
	padding: 0;
	background: none;
}
#sidebar li li a {
	padding: 0 0 0 20px;
	font-size: .8em;
	line-height: 180%;
	color: #E5E9BE;
	text-decoration:none;
}
#sidebar li li a:hover {
	padding: 0 0 0 20px;

}

#bwdc a {
	border: 0;
	color: #e5e9be;
	text-decoration: none;
}
#bwdc a:hover {
	color: #e5e9be;
	text-decoration: underline;
}
/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.left {
	text-align:left;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
img.leftAlone {
	float: left;
	margin-right: 100%;
}
img.center {
	float:none;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
img.right {
	float:right;
	margin: 0 0 13px 13px;
	display: inline;
}
img.left {
	float:left;
	margin: 0 13px 13px 0;
	display: inline;
}
img.center-nb {
	float:none;
	border: 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#Breadcrumbs {
	font-size: 10px;
}
#Breadcrumbs p {
	font-weight: bold;
	margin: 0;
}

