﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin-left: auto;
	margin-right: auto;
	color: white;
	background-color: #bcbad6;
}
#content {
	width: 766px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}
#header {
	background-image:url('images/Header.jpg');
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	height: 320px;
}
#navigation {
	color: white;
	margin-top: 110px;
	margin-left: 70px;
	font-weight: bold;
}
#main {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	color: black;
	list-style-position: outside;
}
#leftSide {
	float: left;
	width: 200px;
	height: 500px;
}
#rightSide {
	width: 530px;
	margin-left: 220px;	
}
#footer {
	font-size: x-small;
	color: black;
	border-top: medium gray solid;
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
}
#rightSide ul {
	list-style-image: url('images/redBullet128.gif');
}
#rightSide li {
	line-height: 125%;
	margin-bottom: 12px;
	margin-right: 20px;
}
#rightSide a, a:active, a:visited {
	color: #9a69ff;
}
#rightSide a:hover {
	color: #9a69ff;
	font-weight: bold;
}
.redItalics {
	color: #BA3330;
	font-style: italic;
	text-align: center;
}
.redTitles {
	color: #BA3330;
	font-style: italic;
}
h1 {
	font-size: x-large;
	font-weight: bold;
	color: black;
}
h2 {
	font-size: x-large;
	font-weight: bold;
	color: #8782be;
}
h3 {
	font-size: medium;
	font-weight: bold;
	color: #9a69ff;
}
h4 {
	text-decoration: underline;
	font-size: small;
	font-weight: bold;
}
.center {
	text-align: center;
}
dt {
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 12px;
	margin-right: 20px;
}
dd {
	margin-right: 20px;
}
.quote {
	margin-left: 20px;
	margin-right: 20px;
	font-style: italic;
	color: #9a69ff;
}
p {
	margin-right: 20px;
}
h5 {
	font-size: small;
	font-weight: bold;
	color: #9a69ff;
	font-style: italic;
}
