#wrapper {
	position: relative;
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
	border: medium ridge Lime;
	width: 954px;
	background: White;
	text-align: center;
	}

body {
	text-align: center;
	background: Black;
	/*margin: 0;
	padding: 0;*/
	font-family: Verdana;
}

.header {
	text-align: left;
	text-indent:5px;
	font-family: verdana, "arial black";
	color: White;
	padding-top:5px;
	padding-left: 5px;
	font-size: 2em;
	line-height: .4;
	font-weight: bold;
}	
.head {
	margin-top:0px;
	margin-bottom:15px;
}
p.sub {
	font-size: .52em;
	text-indent: 4em;
	line-height: 100%;
	margin-bottom: 0px;
	margin-top: 5px;
	}	

td.searchcell {
	padding: 8px;
}
#search {
	padding: 0;
	text-align: right;
}

#links {
	margin-bottom: 15px;
	text-align: center;
	font-size: .8em;
	font-family: Verdana;
	font-weight: bold;
	color: black;
	line-height: 150%;
	margin-top: 7px;
}
#links a {
	color: black;
	text-decoration: none;
}
#links a:visited {
	color: black;	
}
#links a:hover {
	text-decoration: underline;
	font-size: 1.1em;
}



