body {
	background-color: #9c9c9c;
	width:800px;
	background-image: url('WebsiteBackground4.jpg');
	padding-left:200px;
	font-family:'Papyrus';
	font-weight:bold;
	font-size: 14pt;
	color:#732c8c;
}

.blue {color:#09F;}

#header {
	position: relative;
	top:10px;
	z-index: 10;
}

.small {font-size:.7em;}
.centered { text-align:center; }
#content {
	text-align:left;
	position:relative;
	top:30px;
	width:800px;
}

#contact {
	text-align:center;
	margin:0 auto;
	width:500px;
}

#footer {
	margin-top:40px;
	text-align:center;
	font-size:small;
}

.centered {
	text-align:center;
}

.underlined {
	text-decoration:underline;
}
.calHeader {
	text-align:center;
	text-decoration:underline;
	font-size:large;
	padding:0;
	margin:0;
}

#upcoming td { font-size:10px;}
#upcoming table {
	width:800px;
	margin:50px 0;
	border:1px solid black;
}
#upcoming td {
	padding:15px;
	border:1px solid black;
}

.italic {
	font-style:italic;
}

.largeHeader {
	font-size:160%;
}

.vspace {
	margin-top:60px;
}

.hr_full {
	width:90%;
	margin-top:80px; 
	color:#000;
}

#testimonials .hr_full {
	margin:40px auto;
}

h1, h2 {
	font-family: 'Papyrus';
	color: #732c8c;
	font-size: 20pt;
	text-align:left;
}

h1 {
	text-align:center;
	text-decoration:underline;
	margin-top:30px;
}

h1.date {
	font-size:large;
	text-decoration:none;
	margin:0;
	padding:0;
}

.red {color:#F00;}

.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

#header h1, h6 {
	font-family: 'Papyrus';
	color: #b5e3b5;
	font-size: 40pt;
}


p, a, #content li, #content td {
	font-family: 'Garamond';
	font-size: 16pt;
	color: #333366;
}

#content li { 
	margin:10px 0;
}

a:visited { color:#333366;}

a:hover, a:focus, a:active {
	background-color:#D4BF55;
}

h3 {
	font-weight:bold;
	color:#333366;
	font-size:x-large;
}


.left {text-align: Left}

ol {
	margin-left: 60px;
	margin-right: 60px;
}

#menuwrapper {
	padding-left:30px;
}

#zUL,#zUL ul {
	padding: 0;
	margin: 0;
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
}
 

#zUL a {
	display: block;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
/*		border-right: 1px solid #333;
	font-size: .85em;
	color: #CCCCCC;
*/}

#zUL li {
	float: left;
	width:225px;
	font-weight:bold;
}

#zUL li ul, #zUL ul li  {
	width: 12em;
}

#zUL ul li a  {
	color: #565656;
	border-right: 0;
	/* padding: 3px 12px 3px 16px; */
}

a.trigger {
	font-family:'Papyrus';
	font-size:13pt;
	text-align: right;
	color: #b5e3b5;
}


#zUL li ul {
	position: absolute;
	display: none;
	width:100px;
	background-color: #FFFFFF;
}


#zUL li:hover a, #zUL a:focus, #zUL a:active, #zUL li.p7hvr a {
	color: #000000;
	background-color: #C19674;
}

#zUL li:hover ul, #zUL li.p7hvr ul {
	display: block;
	color:#333366;
}

#zUL li:hover ul a, #zUL li.p7hvr ul a {
	font-family:'Papyrus';
	color: #a9bcff;
	font-size:10pt;
	background-color:#333366;
}
#zUL li:hover ul a.upcoming, #zUL li.p7hvr ul a.upcoming {
	color:#F00;
}

#zUL ul a:hover {
	background-color: #C19674!important;
	color: #FFFFFF!important;
}


/* The backslash \ character inside this comment
causes IE5 Mac to ignore the following rule */
#zUL li {width: auto;}

