@charset "utf-8";
/* CSS Document */
html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:76%;
	font-weight: normal;
	color: #000;
}
#background {
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
	top: 1px;
}
#scroller {
	position:absolute;
	width:100%;
	height:100%;
	top:7px;
	left:-1px;
	overflow:auto;
	z-index:2;
	visibility: inherit;
}
#content {
	padding-top: 5px;
	padding-right: 100px;
	padding-bottom: 20px;
	padding-left: 200px;
}
p {
	line-height:1.8em;
	letter-spacing:0.1em;
	text-align:left;
	padding-left: 35px;
}
#fixed {
	position:absolute;
	top:125px;
	left:5px;
	width:175px;
	z-index:10;
	color:#000;
	right: 10px;
	text-align: center;
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 0px;
	background-color: #FFF;
}
a img {

  border-width:0;

  }
a:link {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000;
}
a:hover{
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 90%;
	color: #039;	
}

a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000;
}
h1 {
	font-size: 200%;
	font-family: Georgia, Times, serif;
	font-style: italic;
	font-weight: bolder;
	font-variant: normal;
	color: #000;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 2px;
	padding-right: 0px;
	padding-left: 0px;
}
h2 {
	font-size: 120%;
	text-align: center;
	line-height: 20px;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
div.pullquote {
	float: left;
	width: 300px;
	text-align: center;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 40px;
	margin-left: 95px;
	padding-top: 7px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #b0c4de;
	border-bottom-color: #b0c4de;
}
h3 {
	text-align: center;
	margin: 0px;
	padding: 10px;
}
h4 {
	font-size: 100%;
	color: #000;
	text-align: center;
}
h5 {
	font-size: 95%;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #000;
	font-style: italic;
}
h6 {
	font-size: 90%;
	text-align: center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #000;
	font-weight: bold;
}
