@charset "utf-8";
/* Penn Pilot CSS */

* {
	margin: 0;
	padding:0;
	}

body {
	background-color:#000033;  
	font-family:Verdana,Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 13px;
	font-weight: normal;
	}

#txtWhere {
	color: 000066;
	border: 1px solid #6699FF;margin-left: 15px;
	}
	
#btnFind {
	background-image: url("images/btnFind.png");
		background-repeat: no-repeat;
		position: absolute;
		 top: 0px; 
		left: 380px;
		display: inline-block;
		margin-bottom: 0px;
		border: none;
		height:25px;
		width: 16px;
		margin-left: 5px;
		margin-right: 15px;
	
		}

a.button#btnFind {
	background-image: url("images/btnFind.png");
		background-repeat: no-repeat;
		display: inline-block;
		margin-bottom: 0px;
		border: none;
		height:25px;
		width: 16px;
		margin-left: 5px;
		margin-right: 15px;
	
		}
		
		
a.button#btnFind:hover {
		background-image: url(images/btnFindHover.png);
		background-repeat: no-repeat;
		border: none;
		height:25px;
		margin-left: 5px;
		margin-right: 15px;
		width: 16px;}
		
#selEra {
	color: #000066;
	background-color: #ffffff;
	border: 1px solid #6699FF;
	}

#header {
	
	height: 100px;
	y:0; x:0;
	background-repeat: no-repeat;
	background-image:url(images/pennpilotLogoChrome.jpg) ;
	color:#000033;}
	
#footer {
	float: right;
	margin-right: 15px;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold; }
p{
	margin-left: 15px;
	}
#PGS{
	
	margin-left: 15px;
	float:left;
	font-weight: bold;
	color: #999999;}
	
#maptoolbar {
	position: fixed; top:85px; } 
	
h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin-left: 10px;
	color:#999999}

h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-left: 25px;
	Color:#999999}
#list {
	list-style: disc;
	margin-left: 60px;}

.p2 { margin-left:35px;}
.p4 { margin-left:0px;}

.helpimage{margin-left:20px;
border: solid #CCCCCC  5px ;
}
.cei {border: hidden #000033; position:relative; top: 10px;}
	<style type="text/css">
	A:link {text-decoration: none; color: #999999; border: none;}
	A:visited {text-decoration: none; color: #999999;}
	A:active {text-decoration: none; color: #999999;}
	A:hover {text-decoration: underline; color: #999999;}</style>