/* CSS Document */
/* A { text-decoration:none } */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	background-image:url(img/background.jpg);
	color:#003366;
	font-size:13px;
}
/* link stuff */
/* A:link {text-decoration: #000000} */
/* A:visited {text-decoration: #000000} */
/* A:active {text-decoration: #003333} */
A:hover {text-decoration: underline overline; color: #000000;}
/* link stuff end */
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color:#EDEDED;
}
.tophat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color:#993300;
}
.toptitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color:#993300;
}
.toppeach {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color:#FF3366;
	text-align:center;
}
.peachtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#FF3366;
}
.streetaddy {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:normal;
	color:#006699;
}
.elsehat {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: light;
	color:#CCCCCC;
	text-align:left;
}
.hatsidebar {
	font-size: 24px;
	font-weight: bold;
	color:#993300;
}
.content {
	font-weight:normal;
	text-align:justify;
}
.navlink {
	font-weight:normal;
	font-size: 13px;
	text-decoration: overline;
}
.rightnav {
	font-weight:normal;
	font-size: 13px;
	text-decoration:none;
}
.content2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF9900;
	font-weight:normal;
	text-align:justify;
}
.content3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #990000;
	font-weight:normal;
	text-align:justify;
}
.content4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#39F;
	font-weight:normal;
	text-align:justify;
}
.contentL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3366CC;
	font-weight:normal;
	text-align:center;
}
.No {
	font-size: 36px;
	color: #FF0000;
	font-weight: bolder;
}
	.Yes {
	font-size: 36px;
	color: #00FF00;
	font-weight: bolder;
}
.Lowr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#003366;
	font-weight:normal;
	text-align:center;
}
.bedrock {
	font-family:"Courier New", Courier, mono;
	font-size:10px;
	color: #000066;
	font-weight: bold;
}
.date {
	font-family:"Courier New", Courier, mono;
	font-size: 15px;
	color: #999999;
	font-weight: lighter;
}
	.hidden { display: none; }
	.unhidden { display: block; }

	img.affil { opacity : 0.6; }
	img.affil:hover { opacity : 1; }

#all {
	width:800px;
	background-color: #FFFFFF;
	padding:0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
}
#banner {
	width:800px;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-color:#FFFFFF;
	background-image: url(img/headeronex2.jpg);
}
#case {
		Width: 800px;
		overflow: auto;
		padding: 0px;
		margin-left: auto;
		margin-right: auto;
		overflow:hidden;
		background-color:#FFF;
		/* background-image:url(img/innerspacerbg.png); */
		background-repeat:repeat;
}
#content {
}
#white {
		background-color:#FFF;
}
#header {
	width: 800px;
	float: none;
}
#shiftright {
	text-align: right;
}
#main {
	width: 800px;
	overflow: auto;
	float: left;
	background-color: #FFFFFF;
}
#sidebar {
	width: 145px;
	height: 100%;
	overflow: hidden;
	float: right;
	background-color:#FFFFFF;
	text-align: center;
}
#input {
	width: 630px;
	float:left;
	margin-left: 8px;
}
#low {
	width: 800px;
	margin: 0 auto;
	float: none;
	clear: both;
	background-color:#FFFFFF;
}
/* imported shit */
ul#coverview, ul#pagination {
	width:650px;
	margin: 3px auto;
	list-style-type: none;
	font-size:11px;
}
ul#pagination li { clear:both; font-size:1.1em; }
ul#pagination { margin:5px auto 0; }
#coverview li {
	float: left;
	width:150px;
	height:265px;
	margin:4px;
	padding-bottom:12px;
	padding-top:12px;
	overflow:hidden;
}
#coverview li img {
	border:none;
}
#coverview li p {
	height:10px;
	bottom:0;
}
#coverview img{
	display: block
}