@charset "UTF-8";
html,body {height:100%; margin-bottom:1px;}
html {font-size: 100%;}
body {font: 62.5% Arial, Helvetica, sans-serif; color:#000; height: 100%;}
.center {text-align:center;}
#wrapper {width:700px; margin:0 auto; position: relative;}
.imgRight {float:right; margin:0 0 10px 10px;}
.imgLeft {float:left; margin:0 10px 10px 0;}
.credit {font-size: 1.3em; text-align:center; font-weight:bold; clear:both; padding-top:15px;}
p {font-size: 1.4em;}
h3 {font-size:2em;}
h4 {font-size:1.6em;}
ul {font-size: 1.4em;}
hr {margin:0 10%;}
.keyline {border: solid 1px #000;}
a:link, a:visited {text-decoration:underline; color:blue;}
a:hover {color:red;}
#display {
	position: absolute;
	top: 130px;
	left: 0;
	background-color: #fff;
	color: #000;
	cursor: pointer;
	z-index: 100;
}
.closeit {color:blue; text-decoration:none;}
