body {
	background: url('../images/drop_shadow.jpg') #3a1268 center top repeat-y;
	margin: 0px
}

.center {
	text-align: center;
}

.left {
	float: left;
}

.clear {
	clear: both;
}

.break {
	height: 8px;
}

#wrapper {
	width: 850px;
	margin: 0px auto;
	text-align: center;
	background: url('../images/main_bg.gif') 50% 140px no-repeat;
}

#container {
	width: 750px;
	margin: 0px auto;
	text-align: left
}
		
#nav {
	width: 750px;
	height: 20px;
	background: url('../images/nav_bg.gif') no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #4c2280;
	font-family: Arial, sans-serif;
	text-align: right
}

#content {
	width: 450px;
	float: left;
	font-size: 12px;
	font-family: Georga, Times Roman, serif;
	line-height: 150%
}

#subnav {
	width: 216px;
	height: 60px;
	float: right
}

#info {
	width: 216px;
	height: 435px;
	background: url('../images/purple_gradient.gif') bottom left repeat-x;
	float: right;
	font-size: 12px;
	font-family: Georga, Times Roman, serif
}

#footer {
	clear: both; 
	font-family: Arial, sans-serif; 
	font-size: 11px; 
	color: #666; 
	width: 750px; 
	text-align: center;
	padding-top: 15px
}

#footer ul {
	margin: auto;
	padding: 0px;
	width: 200px;
	height: 37px;
	list-style: none;
}

#footer li {
	float: left;
	margin: 0px;
	padding: 0px;
}

#footer .facebook {
	background: url(../images/socialnetworking.gif) 0px 0px no-repeat;
	width: 71px;
	height: 38px;
}

#footer .twitter {
	background: url(../images/socialnetworking.gif) -72px 0px no-repeat;
	width: 64px;
	height: 38px;
}

#footer .youtube {
	background: url(../images/socialnetworking.gif) -136px 0px no-repeat;
	width: 63px;
	height: 38px;
}

#footer .facebook a {
	display: block;
	width: 71px;
	height: 38px;
}

#footer .twitter a {
	display: block;
	width: 63px;
	height: 38px;
}

#footer .youtube a {
	display: block;
	width: 64px;
	height: 38px;
}
h1, h2 {
	color: #50AD87;
	font-family: Lucida Sans Unicode, Lucida Grande, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-stretch: wider;
	text-decoration: underline;
}

h3 {
	color: #3A1268;
	font-weight: bold;
	font-family: Lucida Sans Unicode, Lucida Grande, Arial, sans-serif;
	font-size: 13px;
	margin-bottom: 4px;
	font-stretch:wider;
}

.emailAlert {
	color: #50AD87;
	font-family: Lucida Sans Unicode, Lucida Grande, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-stretch: wider;
	text-decoration: underline;
}

.upcomingEvents {
	color: #3A1268;
	font-family: Lucida Sans Unicode, Lucida Grande, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-stretch: wider;
	text-decoration: underline;
}

a { color: #623c8f; text-decoration: none }

a:hover { text-decoration: underline }

a.black { color: #000; text-decoration: underline; font-weight: bold }

a.black:hover { text-decoration: none }

#footer a { color: #666; text-decoration: none }

#footer a:hover { color: #666; text-decoration: underline }

a img { border: 0px; float: none; text-decoration: none }

a#nav1 img {
	background: url('../images/nav/nav1.gif') no-repeat top left
}

a#nav1.current img {
	background: url('../images/nav/nav1.gif') no-repeat top right
}

a#nav1:hover img{
	background: url('../images/nav/nav1.gif') no-repeat top right
}

a#nav2 img {
	background: url('../images/nav/nav2.gif') no-repeat top left
}

a#nav2.current img {
	background: url('../images/nav/nav2.gif') no-repeat top right
}

a#nav2:hover img{
	background: url('../images/nav/nav2.gif') no-repeat top right
}

a#nav3 img {
	background: url('../images/nav/nav3.gif') no-repeat top left
}

a#nav3.current img {
	background: url('../images/nav/nav3.gif') no-repeat top right
}

a#nav3:hover img{
	background: url('../images/nav/nav3.gif') no-repeat top right
}

a#nav4 img {
	background: url('../images/nav/nav4.gif') no-repeat top left
}

a#nav4.current img {
	background: url('../images/nav/nav4.gif') no-repeat top right
}

a#nav4:hover img{
	background: url('../images/nav/nav4.gif') no-repeat top right
}

a#nav5 img {
	background: url('../images/nav/nav5.gif') no-repeat top left
}

a#nav5.current img {
	background: url('../images/nav/nav5.gif') no-repeat top right
}

a#nav5:hover img{
	background: url('../images/nav/nav5.gif') no-repeat top right
}

a#nav6 img {
	background: url('../images/nav/nav6.gif') no-repeat top left
}

a#nav6.current img {
	background: url('../images/nav/nav6.gif') no-repeat top right
}

a#nav6:hover img{
	background: url('../images/nav/nav6.gif') no-repeat top right
}

#preload {
	display: none
}

.fieldTitle {
	float: left;
	width: 150px;
	line-height: 20px;
}

.required {
	color: red;
	font-weight: bold;
}

.eventTitle {
  font-size: 14px;
  font-weight: bold;
  line-height: 5px;
}

.eventDisplayDate {
  line-height: 29px;
}

.eventDetails {
  line-height: 14px;
}
.testquote{
	float:left;	
	width: 150px;
	margin-left:-30px;
}
.testquote img{
	margin-top: 50px;	
	}