* {
	padding: 0;
	margin: 0;
}
body {
	background-color: #e5e0cb;
 font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}
div#pagewrap {
	width: 800px;
	margin: 0 auto;
	background: #fff;
	background-image: url(images/backgroundjpg.jpg);
	background-position: bottom;
	background-repeat: repeat-y;
}
div#header {
	width: 800px;
	margin: 39px auto 0 auto;
	background-image: url(images/header.jpg);
	height: 229px;
	background-repeat: no-repeat;
	}
div#navigation {
	float: left;
	width: 160px;
	background: #fff;
}
div#nav {
 width: 145px;
	padding: 10px 0 0 15px;
	height: 285px;
	background-image: url(images/navigation2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
div#nav a img {
	border: none;
	float: left;
}
div#content a:link, div#content a:active, div#content a:visited {
 color:	#366F87;
	text-decoration: underline;
 }
div#content a:hover {
	color: #5D8B9E;
}
div#outerwrap {
 background-image: url(images/bg.gif);
	background-repeat: repeat;
	}
div#content p {
	float: right;
	width: 500px;
	font-size: 1.4em;
	padding: 10px 100px 10px 20px;
}
div#content ul {
	width: 500px;
	float: right;
	font-size: 1.4em;
	padding: 10px 100px 10px 20px;
	margin-left: 20px;
}
div#content ul li {
	margin-left: 50px;
}
p#pd {
	clear: both;
	display: block;
	text-align: center;
	padding: 20px 10px;
	text-transform: capitalize;
}
p#pd a:link, p#pd a:active, p#pd a:visited {
	color: #000;
	text-decoration: none;
 }
p#pd a:hover {
	color: #000;
	border-bottom: dotted 1px #000;
}
div#footer {
	clear: both;
	width: 800px;
	margin: 0 auto;
	background-image: url(images/footer.jpg);
	height: 31px;
}
div#footer a:link, div#footer a:active, div#footer a:visited {
 color: #fff;
	text-decoration: none;	
	}
div#footer a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}
p#paperweb, p#copy {
 color: #fff;
	padding: 12px 12px 0 12px;
	font-size: .9em;
}
p#paperweb {
	float: left;
}
p#copy {
	float: right;	
 }

.replace {
	display: none;
}
.right {
	float: right;
}
h3, h4 {
 display: block;
	float: right;
	text-align: left;
	width: 560px;
	padding: 0 50px 0 10px;
}
h3 {
	padding-top: 5px;
	font-size: 11px;
}
h4 {
 font-weight: normal;
	font-size: 10px;
 }
ul.lower {
	width: 560px;
	float: right;
	text-align: left;
}
ul.lower li {
	list-style: lower-alpha;
	font-size: 10px;
}
div#content p.tiny {
	font-size: 10px;
	padding: 2px 50px 0 10px;
	width: 560px;
}