.whatever {
	color: black;
	background-color: rgb(255, 255, 255);
}

body {
	text-align:center;
	margin: 10px 10px 10px 10px;
	background-color: rgb(180, 191, 179);
	color: rgb(0, 0, 0);
}
.morelinks {
	text-decoration: none; color: rgb(0, 0, 0); font-weight: bold; padding: 4px;
}
.pageselected {
	text-decoration: none; color: rgb(181, 190, 181); font-weight: bold; padding: 4px;
}
A:hover.morelinks {
	text-decoration: underline; COLOR: blue;
}
.logo {
	background: url(./logo.gif);
	height:97px;
	width: 202px;
	padding: 0px;
	color: rgb(255, 255, 255);
	background-color: rgb(0, 0, 0);
	text-decoration: none;
	cursor: pointer;
}
div.topbanner {
  	position:absolute;
	right: 2%;
	top: 10px;
	border:0px dashed #333;
}
#lsearch {
  	float: left;
  	width: 90px;
}
#lsearchbig {
  	width: 290px;
}
div.rsearch {
  	float: left;
	height: 76px;
}
#searchheader {
	background-color: #C4CFC2;
	font-family: Arial, Serif;
	padding: 5px;
  	width: 98%;
	width:520px;
	border: 1px solid black;
}

#sponsorheader {
	background-color: #C4CFC2;
	font-family: Arial, Serif;
	padding: 5px;
	width:520px;
	font-size: smaller;
	margin: 1px 0px 0px 0px;
	border: 1px solid black;
}

.plainheader {
	background-color: #C4CFC2;
	font-family: Arial, Serif;
	padding: 5px;
	width:520px;
	font-size: smaller;
	margin: 1px 0px 0px 0px;
	border: 1px solid black;
}

#searchresults {
	display: inline;
}

#frame {
	width:720px;
	margin:10px auto 10px auto; 
	padding:10px 10px 10px 10px;
	text-align:left;
	background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
	border: 1px black solid;
}
#bigframe {
	width:1224px;
	margin:10px auto 10px auto; 
	padding:10px 10px 10px 10px;
	text-align:left;
	background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
	border: 0px black solid;
	height: 100%;
}
#bigleft {
	width:400px;
	padding:2px;
	float:left;
	background-color:#ffffff;
	color: rgb(0, 0, 0);
	overflow: scroll;
	border: 1px solid rgb(181, 190, 181);
}
#bigright {
	width:804px;
	padding:2px;
	float:left;
	background-color:#ffffff;
	color: rgb(0, 0, 0);
	border: 1px solid rgb(181, 190, 181);
}

.contentBox { 
	display:block;
	border-width: 1px;
	border-style: solid;
 	padding: 5px; 
	margin-top: 5px; 
	margin-bottom: 5px; 
	height: 185px;
	overflow: auto;
	text-align: left;
	padding: 5px;
}

#contentleft {
	width:535px;
	padding:0px;
	float:left;
	background-color:#ffffff;
	color: rgb(0, 0, 0);
	border: 0px solid black;
}

#contentcenter {
	width:358px;
	padding: 0px 10px 0px 10px;
	float:left;
	background-color:#FFFFFF;
	color: rgb(0, 0, 0);
}

#contentright {
	width:170px;
	padding:0px 0px 0px 0px;
	float:left;
	background-color:#FFFFFF;
	color: rgb(0, 0, 0);
	border: 0px solid black;
}

#contentheader {
	background:#FFFFFF;
	text-align: center;
	font-size: x-large;
	color: rgb(0, 0, 0);
}

#contentheader h1 {
	padding:10px;
	margin:0px;
}

ul#navigation {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
  	border: 0px solid rgb(0, 0, 0);
	background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
	font-weight: bold;
}
ul#navigation li {
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	list-style: none;
	background-color: rgb(255, 255, 255);
  	border: 1px solid rgb(0, 0, 0);
	color: rgb(0, 0, 0);
	text-align: left;
	display: inline;
	float: left;
	width: 52px;
	text-align: center;
}
ul#navigation li a {
	color: rgb(0, 0, 0);
	padding: 0px 0px 0px .25em;
	display: block;
	text-decoration: none;
}
ul#navigation li a:hover {
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	padding: 0px 0px 0px .25em;
	color: rgb(255, 255, 255);
	font-weight: bold;
	background-color: rgb(181, 190, 181);
}
ul#navigation li.youarehere a:link, ul#navigation li.youarehere a:visited {
	color: rgb(255, 255, 255);
	font-weight: bold;
	background-color: rgb(0, 0, 0);
}
ul#navigation li.nothere a:link, ul#navigation li.nothere a:visited {
	color: rgb(0, 0, 0);
	font-weight: bold;
	background-color: rgb(255, 255, 255);
}

#footer {
	clear: left;
	padding: 0px;
	text-align:center;
	font-size:x-small;
}
a:visited, a:link { text-decoration: none; color: rgb(0, 0, 0); }

a:hover { text-decoration: underline; color: blue; }

div.formrow {
    	padding-top: 2px;
	clear: both;
}
div.formrow span.label {
	padding:5px;
	float: left;
  	width: 110px;
  	text-align: right;
	border:0px dashed #333;
}
div.formrow span.field {
	float: right;
	padding:2px;
  	width: 210px;
  	text-align: left;
	border:0px dashed #333;
}

form { margin-bottom: 0px; margin-top: 0px; display: inline; }