@charset "utf-8";
/* CSS Document 
 * Print Version
 */


/* set background color to plain white */
body {
	background-color: #FFFFFF;
}

/* make every width auto */
#wrapper { width: auto; }

/* make all link text black */
a {
	color: #000000;
}
#top { width: auto; }

/* Hide navigation */
#topnav { display: none; }

#header { width: auto; }

#headerleft { width: auto; }

#headerright { width: auto; }

/* Hide */
.indexdivider { display: none; }

#indexheadline { 
	color:#000;
	border-color:gray;
	border-style:dotted;
	border-width: 3px 0;
}

/* Hide */
#leftcol { display: none; }

#centercol {
	width: auto;
	padding: 0px;
	margin-left: 20pt;
	margin-right: 20pt;
	padding-bottom: 20px;
}

#centercolwide {
	width: auto;
	padding: 0px;
	margin-left: 80px;
	padding-bottom: 20px;
}

/* Hide */
#rightcol { display: none; }

h1 { color: #000; }
h2 { color: #000; }
h2 a, h2 a:hover{ color: #000; }
h3 { color: #000; }
h4 { color: #000; }
h5 { color: #000; }
h6 { color: #000; }

/* Hide */
#lcheader { display: none; }

#lcfooter, #lcfooter a { color: #000000; }

.rcbluebox2 a { text-decoration: underline; }

#footer { 
	width: 100%;
	border-top: gray dotted 3px;
}
.footerdivider {
	width: auto;
}
#w3c-validate {
	float:left;
	margin: 0 auto;
}
#w3c-validate img {
	border:0;
	width:44px;
}

/* Hide CSS Drop Down Menu */
#menuh { display: none; }
/* End CSS MENU */


#upcomingevent {
	width: auto;
}

.readinglist caption { color: #000000; }

