﻿h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	padding-bottom: 10px;
}
h1 {
	font-size: 1.6em;
	color: #2159A5;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
	letter-spacing: -1px;
}
#header h1 {
	letter-spacing: 1px;
	font-size: 1.3m;
	color: #000080;
	font-weight: normal;
	padding-bottom: 10px;
	font-style: oblique;
	margin-left: 400px;
	padding-top: 50px;
	font-family: "Century Schoolbook", "Times New Roman", serif;
}
h2 {
	font-size: 1.3em;
	color: #528EC5;
}
h3 {
	font-size: 1em;
	font-weight: bold;
}
p, ul, ol {
	margin-bottom: 1.3em;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
#sidebar p {
	padding: 7px;
	color: #F0EDDE;
}
#info p {
	line-height: 15px;
	color: #E5E9BE;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #2159A5;
}
#sidebar h2 {
	margin-bottom: 10px;
}
#bwdc a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: .9em;
}
#bwdc a:hover {
	color: #333333;
	text-decoration: underline;
}
/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.left {
	text-align:left;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
img.right {
	float:right;
	margin-left:20px;
}
img.left {
	float: left;
	padding-right: 20px;
}
img.leftAlone {
	float: left;
	margin-right: 100%;
}
img.center {
	float:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
img{

}