body {
	color: #CCCCCC;
	background-color: #000000;
	font-family:verdana, arial;
	font-size: medium;
	padding:2em 0px 2em 0px;
	margin:0px 0px 0px 0px;
	text-align: center;
/*	background-image: url(images/background1.jpg); */
	background-attachment: fixed;
}
img { border:0; }
a {
	color: #808f30;
	background-color: #000000;
	margin-right:1px;
	margin-left:1px;
}
a:link {
	color: #808f30;
	background-color: #000000;
	text-decoration: none;
}
a:hover {
	color: #cccccc;
	background-color: #000000;
	text-decoration: none;
}
/*
a.navselected {
	color: #cccccc;
}
*/
h1, h2, h3{
	margin-bottom:0px;
}
p {margin-top:0px;
text-align:left;}
td{
	vertical-align:top;
}
.bodyShell {
	width:614px;
	background-color:#000000;
	text-align:center;
    margin: 0 auto;	/* solves firefox bug of not centering. or is it IE's fault? */
}
.bodyShell_glass {
	width:700px;
	background-color:#000000;
	text-align:center;
}
.header {
	width:600px;
	text-align:justify;
	padding:0px;
	margin:0px;
/*	border: solid yellow 1px;  */
}
.center_content {
	width:600px;
	margin:0px;
	padding:0px;
	font-size:smaller;
    margin: 0 auto;	/* solves firefox bug of not centering. or is it IE's fault? */
/*	border: solid yellow 1px;  */
}
.header-nav {
	width:600px;
/*	background-color: #000000;  */
	padding-top:0;
	padding-bottom:1em;
/*	border: solid yellow 1px;  */
	text-align:center;

}
.header-nav a{
	text-decoration:none;
	font-weight:bold;	
}
.footer-nav {
	width:600px;
	background-color: #000000;
	padding-top:4em;
	padding-bottom:1em;
	clear:both;
/*	border: solid yellow 1px;  */
	text-align:center;

}
.footer-nav a{
	text-decoration:none;
	margin:0 auto;
	font-weight:bold;
	clear:both;
}
.leftcol{
	float:left;
	width:290px;
/*	border: solid yellow 1px;  */
	margin:0;
	padding:0;
	text-align:left;
}
.rightcol{
	float:right;
	width:290px;
/*	border: solid yellow 1px;  */
	margin:0;
	padding:0;
}
.rightcol img{
	padding:1em 0px 0px 0px;
}
.divider{
/*	border-top:solid #cccccc 1px;
	border-top-style: dotted; */
	clear:both;
	margin-top:1.5em;
	margin-bottom:1.5em;
/*	width:500px; */
	text-align:center;
}
.divider img{
	position:relative;
	top:-13px;
}
.date {font-weight:bold;}
.bq{
/*	border: solid yellow 1px; */
	width:240px;
	margin-bottom:1em;
}
.bq-content {
/*	border: solid yellow 1px; */
	width:250px;
	padding-top:.5em;
	font-size:large;
	font-weight:bold;
	text-align:left;
}
.bq-left {
	padding-top:0px;
	margin-top:0px;
	vertical-align:top;
	text-align:right;
	font-size:xx-small;
}
.bq-right {
	vertical-align:bottom;
	text-align:left;
}
.maplink {
	float:right;
	margin-top:-1em;
	}
.eventlisting {
	padding-bottom:2em;
}

dl {text-align:left;color:orange;}
dt {font-weight:bold;font-style:italic;}
dd {margin-left:0;margin-bottom:1em;}