/* CSS layout */
body {
	background-image: url('images/DH_bg6.gif');
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 15%;
	padding-left: 15%;
	background-repeat: no-repeat;
	background-color: #B8EBDA;
	background-attachment: fixed;
}
#masthead {
	background-position: center center;
	text-align: center;
	color: #00443e;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 600px;
}
#top_nav {
	width: 600px;
}
#page_content {
	padding: 10px;
	background-color: #005d54;
	width: 600px;
}
#footer {
	clear: both;
	text-align: center;
	color: #00443e;
	font-weight: bold;
	width: 600px;
}
h1 {
	font-weight: bold;
	font-size: 24px;
	font-family: "Courier New", Courier, monospace;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
	margin-left: 10px;
}
h3 {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FF00FF;
	text-decoration: none;
}
a:active {
	color: #FF00FF;
	text-decoration: none;
}
.floatRT {
	padding: 10px;
	float: right;
margin: 4 px;
}
.floatLT {
	padding: 10px;
	float: left;
}
.dropcap {
	font-size: 36px;
	float: left;
	font-weight: bold;
	line-height: 28px;
	font-family: "Courier New", Courier, monospace;
	padding-right: 1px;
}
#otherAuthLink li {
	display: block;
	list-style-type: none;
	line-height: 30px;
}
#otherAuthLink a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#otherAuthLink a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#otherAuthLink a:hover {
	text-decoration: none;
	color: #FF00FF;
}
#PwithLink a:link {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
#PwithLink a:visited {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
#PwithLink a:hover {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF00FF;
}
.legend {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	color: #FFFFFF;
}
.autoThumb {
	border: 1px solid #FF00FF;
	margin: 10px;
	background-color: #FFFFFF;
}
.autoThumbRT {
	border: 1px solid #FF00FF;
	margin: 10px;
	background-color: #FFFFFF;
	float: right;
}
.autoThumbLT {
	border: 1px solid #FF00FF;
	margin: 10px;
	background-color: #FFFFFF;
	float: left;
}
#booktable {
	border-width: 2px;
	border-color: #FFFFFF;
	background-color: #00776b;
	margin: 15px;
	width: 400px;
	empty-cells: hide;
	font-size: 16px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#summary {
	clear: both;
	margin: 10px;
}
td {
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #FFFFFF;
	padding: 3px;
}
th {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #FFFFFF;
}
blockquote {
	margin: 10px;
	padding: 5px;
	border: medium double #FF00FF;
	font-size: 18px;
	font-style: italic;
	color: #FF66FF;
	line-height: 20px;
	text-align: center;
	width: 250px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
#BQblue {
	padding: 5px;
	border: medium double #3399FF;
	font-size: 18px;
	font-style: italic;
	color: #3399FF;
	line-height: 20px;
	text-align: center;
	width: 250px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
#BQgreen {
	padding: 5px;
	border: medium double #00FF00;
	font-size: 18px;
	font-style: italic;
	color: #00FF00;
	line-height: 20px;
	text-align: center;
	width: 250px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}

