	
	html { height: 110%; }
	
	body {
		font-size: 62.5%;
		text-align: center;
		font-family: "Helvetica medium", "Arial", sans-serif; 
	}
	
	#mapson {
		width:5px;
		visibility:hidden;
	}

	label {
		font-size: 1.2em; 
		line-height: 1.4;
	}
	
	p { line-height: 1.4; }
	
	p, h2 { margin-bottom: 10px; }
	
	a:hover { color: #cc6600; }
	
	h1 { font-size: 3.5em; }
	h2 { font-size: 3em; }
	h3 { font-size: 2.5em; }
	h4 { font-size: 2em; }
	h5 { font-size: 1.8em; }
	h6 { font-size: 1.5em; }
	
	
	h1.org { font-size: 3.8em; font-weight: normal; display: inline; float: left; }
		h1.org a { text-decoration: none; color: #000000; }
		h1.org a:visited { text-decoration: none; color: #000000; }
	h2.ptitle { font-size: 3em; font-weight: normal; color: #666699; }
	h3.thanks { font-size: 2.5em; font-weight: normal; color: #cc6600; margin-bottom: 5px; }

	#site {
		text-align: left;
		width: 700px;
		margin: 20px auto 20px auto;
	}

	#heads {
		display: block;
		width: 700px;
		clear: both;
	}

	
	#nav {
		float: left;
		width: 700px;
		height: 303px;
		background-image: url('images/navback.jpg');
		margin-top: 5px;
	}
	
		#nav .menu { text-align: right; float: right; margin-top: 15px; }
		#nav .menu li { color: #ffffff; font-size: 1.8em; padding: 3px 10px 3px 0px; }
		#nav .menu li a, #nav .menu li a:visited { color: #ffffff; text-decoration: none; }
		#nav .menu li a:hover { color: #ffcc33; text-decoration: underline; }

	#content {
		display: block;
		width: 700px;
		float: left;
		margin-top: 10px;
		font-size: 1.2em;
	}
	
	#footer {
		display: block;
		width: 700px;
		float: left;
		margin-top: 10px;
		color: #666666;
		font-size: 1.2em;
	}
		#footer a, #footer a:visited { color: #444444; }
		#footer a:hover { color: #cc6600; }
	
	#foot { float: left; width: 575px; }
	#siteby { float: right; width: 120px; text-align: right; }
		#siteby p { font-style: italic; }
	
	.right { float: right; vertical-align: top; }
		.searchbut { padding-top: 5px; }
	.search { height: 25px; color: #999999; margin-bottom: 5px; font-size: 2em; border: 1px solid #dddddd; }
	/* .searchon { height: 25px; margin-bottom: 5px; font-size: 2em; background-image: none; border: 1px solid #dddddd; } */
	/* .searchon { background-image: none; } background-image: url('images/sos.gif'); background-repeat: no-repeat; */
