body {
	margin: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
}
#wrapper {
	background-position: left bottom;
	width: 970px;
	margin: 0px auto 0px auto;
	clear: both;
	background-color: #FFFFFF;
	background-image: url('images/watermark.jpg');
	background-repeat: no-repeat;
}
#top {
	clear: both;
	margin: 0px auto 0px auto;
}
.clear {
	clear: both;
}
#menu {
	width: 220px;
	float: left;
	display: inline;
}
#main {
	width: 450px;
	float: left;
	display: inline;
}
#navigation {
	padding: 0px;
	margin: 0px;
}
#navigation li {
	list-style-type: none;
}
#navigation li a {
	display: block;
	padding: 5px 5px 5px 20px;
	background-image: url('images/bullet.gif');
	background-repeat: no-repeat;
	background-position: left center;
	color: #2F638C;
	text-decoration: none;
}
#navigation li a:hover {
	background-image: url('images/bullet_green.gif');
	background-repeat: no-repeat;
	background-position: left center;
	color: #808080;
	text-decoration: none;
}
h1 {
	background-position: left center;
	color: #2F638C;
	background-image: url('images/arrow.gif');
	background-repeat: no-repeat;
	font-size: 140%;
	letter-spacing: 5px;
	font-weight: normal;
	padding-left: 60px;
}
h2 {
	background-position: left center;
	color: #4D8EC4;
	background-image: url('images/arrow2.gif');
	background-repeat: no-repeat;
	font-size: 120%;
	letter-spacing: 3px;
	font-weight: normal;
	padding-left: 40px;
}
.blueText {
	color: #2F638C;
	font-weight: bold;
}
.floatRight {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.mainUL {
}
.mainUL li {
	margin-top: 10px;
	list-style-image: url('images/bullet2.gif');
	list-style-position: outside;
}
h3 {
	color: #2B5980;
	font-size: 130%;
	letter-spacing: 5px;
	font-weight: bold;
}
.quote {
	padding: 80px 30px 20px 20px;
	background-image: url('images/quote.gif');
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 0px;
	font-style: italic;
	text-align: justify;
}
#registration {
	background-position: left top;
	width: 970px;
	text-align: center;
	font-size: 80%;
	clear: both;
	background-image: url('images/footerBG_reflections.gif');
	background-repeat: no-repeat;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	color: #2F638C;
}
#right {
	margin: 15px;
	width: 250px;
	float: right;
	display: inline;
}
#textBox {
	margin: 0px;
	clear: both;
	background-color: #e4e8f2;
	padding: 15px;
	color: #28176F;
}
#banner {
	clear: both;
	margin-bottom: 20px;
}
.noBorder {
	border-width: 0px;
}
#footer {
	background-position: left top;
	clear: both;
	text-align: center;
	font-size: 100%;
	color: #FFFFFF;
	overflow: hidden;
	background-image: url('images/footerBG.gif');
	background-repeat: no-repeat;
	height: 50px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: bold;
}
#strapLine {
	clear: both;
}
#textBox ul {
	margin-left: 15px;
}
#textBox ul li {
	margin-top: 10px;
}
#contactForm {
}
#contactForm p {
	margin: 5px;
	font-size: 90%;
}
.formField {
	background-color: #D6DCEB;
	padding: 5px;
}
#formBox {
	margin: 0px;
	clear: both;
	background-color: #7E91C0;
	padding: 5px;
	color: #FFFFFF;
}
.justified {
	text-align: justify;
}
.floatRight {
	float: right;
	margin: 0px 0px 0px 10px;
}
a:link {
	color: #CC0000;
	text-decoration: underline;
}
a:visited {
	color: #CC0000;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
}
a:active {
	color: #CC0000;
	text-decoration: underline;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
