body {
	font: 0.68em/1.3em  Arial, Helvetica, sans-serif ;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: white;
	color: #000;
	text-align: center;
	padding: 0;
	margin: 0;
	height: 100%;
}

small {
	font-family: Arial, serif;
	font-size: 95%;
	font-weight: bold;
}

h1 {
	width: 100%; /* needed for IE5+ */
	font-family: Arial, serif;
	font-size: 115%;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	word-spacing: 0.2em;
	border-bottom: #000 1px dotted;
}

h2, h3 {
	width: 100%; /* needed for IE5+ */
	font-family: Arial, serif;
	font-size: 115%;
	letter-spacing: 0.2em;
	word-spacing: 0.2em;
	border-bottom: #888 1px dotted;
}

#pagetitle {
	width: 100%; /* needed for IE5+ */
	font-family: Arial, serif;
	font-size: 115%;
	letter-spacing: 0.2em;
	word-spacing: 0.2em;
	border-bottom: #888 1px dotted;
}

html > body h3 {
	/* redefinition of the border to dotted,
	hidden from IE - because the dashed line
	that IE uses instead of dots looks a bit
	too crude in my opinion */
	border-bottom: #000 1px dotted;
}

acronym {
	/* in this case, I can live with IE's dashed line */
	border-bottom: #000 1px dotted;
}

black:link {
	color: #000;
	background: transparent;
	text-decoration: underline;
}

a, a:link { color: #000; background: transparent; text-decoration: underline; }
a:visited { color: #000; background: transparent }
a:hover { color: #000; background: transparent }
a:active { color: #000; background: transparent }

#container {
	position: relative;
	margin: 5px auto;
	width: 710px;
	height: auto;
	padding: 3px;
	text-align: left;
	border: #000 1px solid;
	color: inherit;
}

#adbox {
	float: center;
	padding: 0px;
	margin-top: 3px;
	border: 1px solid #000;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 708px;
	height: 65px;
	}

#topadbox {
	float: center;
	padding: 0px;
	margin-top: 3px;
	border: 0px solid #000;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 716px;
	height: 65px;
	}

#thepost {
	position: relative;
	color: inherit;
	overflow: auto;

}

#pageHeader {
	padding: 0px;
	height: 200px;
	margin: 5px;
	border: #000 solid 0px;
	text-align: left;
	background: #fff url(images/top.gif) no-repeat top center;
	color: inherit;
}

#pageHeader h1, #pageHeader h2 {
	display: none;
}

#footer {
	margin: 0;
	padding: 5px;
	height: 20px;
	border: 1px #000 dotted;
	background: #fff;
	color: inherit;
	text-align: center;
}

#footer a {
	margin-right: 20px;
	padding-left: 18px;
}

#quickSummary {
	border: 1px #000 dotted;
	background: #fff;
	color: inherit;
	font-size: 0.85em;
}

#quickSummary, #post, #supportingText {
	text-align: left;
	margin: 1em 170px 1em 15px;
	padding: 5px;
}

#pageWidth {
	text-align: left;
	margin: 1em 15px 1em 15px;
	padding: 5px;
	clear: both;
}

#quickSummary a, #preamble a, #supportingText a {
	text-decoration: none;
	font-weight: bold;
}

#explanation {
	margin-top: -3em;
}

#horizList {
	padding-top: 0;
	padding-bottom: 1em;
	padding-left: 2px;
	padding-right: 2px;
	margin: 0;
	text-align: center;
	/* clear: both; */
	/*position: absolute;
	top: 15px;
	left: 15px;*/
}

#horizList ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	/*clear: left;*/
}

#horizList ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}
#horizList ul li a {
	background: #fff;
	width: 107px;
	/*height: 110%;*/
	line-height: 110%;
	border: #000 1px solid;
	list-style-type: none;
	letter-spacing: 0.2em;
	padding: 2px;
	margin: 2px;
	text-align: center;
	font-size: 12px;
	font-face: arial;
	color: inherit;
	display: block;
	text-decoration: none;
}
html>#horizList ul li a
{
 font-size: 12px;
}

#horizList ul li a:hover
{
	background: #C0C0C0;
	color: #fff;
	text-decoration: none;
}

#linkList {
	position: absolute;
	top: 195px;
	right: 0;
	padding: 25px 15px 5px 5px;
	margin: 0;
	width: 127px;
}

#lselect ul, #lresources ul, #larchives ul {
	margin: 0 0 0.5em 0;
	padding: 0;
}

#lselect ul li, #lresources ul li, #page_item ul li, #linkcat-1 ul li {
	list-style-type: none;
	letter-spacing: 0.2em;
	/* border: #000 1px solid; */
	/* padding: 2px; */
	/* margin: 2px; */
	padding: 0;
	margin: 0;
	text-align: right;
	font-size: 12px;
	font-face: arial;
	background: #fff;
	color: inherit;
}

#lselect ul li a, #lresources ul li a, #page_item ul li a, #linkcat-1 ul li a {
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 2px;
	margin: 2px;
	border: #000 1px solid;
}


#lselect ul li:hover, #lresources ul li:hover, #larchives ul li:hover, .gbg {
	background: #C0C0C0;
	color: #fff;
}

/*#lselect ul li:hover a, #lresources ul li:hover a, #larchives ul li:hover a {
	background: inherit;
	color: #eee;
	text-decoration: none;
}*/

#lselect ul li a:hover, #lresources ul li a:hover, #larchives ul li a:hover {
	background: #C0C0C0;
	color: #eee;
	text-decoration: none;
}

#lresources, #larchives {
	padding: 25px 5px 5px 5px;
}

body > div#supportingText p:first-letter {
	font: 2em Arial, Helvetica, serif;
	float: left;
	text-transform: uppercase;
	margin: 0 3px 3px 0;
	padding: 0; 
}

#quickSummary a {
	padding-left: 15px;
}

#participation a[href|=meh] { 
	/* CSS2-compliant only */
	padding-left: 15px;
}

#extraDiv1, #extraDiv2, #extraDiv3, #extraDiv4, #extraDiv5, #extraDiv6 {
	display: none;
}
