/* WR Harvey print style sheet */

body {
	color: black;
	background-color: transparent;
}

#ALTHEADER, #WARN, .hide, #HEADER, #HEADER2, #screen-flourish, #NAVIGATION, #LOGOS, #BOTTOMNAV {
	display: none;
}

#HEADER-PRINT {
	top: 20px;
	margin-left: 20px;
}

#HEADER-PRINT2 { /* for item.php only  */
	top: 20px;
	width: auto;
	text-align: center;
}

#CONTAINER { /* Holds CONTENT, FOOTER and RIGHTCOL */
	position: absolute;
	top: 85px;
	left: 20px;
}

#CONTAINER2 {  /* for item.php only  */
	margin-top: 10px;
	text-align: center;
}

#CONTENT, #CONTENT2 { /* Holds the body copy */
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 90%;
	line-height: 1.5em;
	color: black;
	background-color: transparent;	
}

#CONTENT {
	width: 570px;	
	padding-bottom: 15px;	
}

#CONTENT2 { /* Holds the body copy */
	text-align: center;
	width: 520px;	
}

ul#search a {
	color: black;
	text-decoration: none;
	line-height: 200%;
}

ul#search a:visited {
	color: black;
	text-decoration: none;
}

ul#search a:hover {
	text-decoration: underline;
}

#logo {
	margin-left: 0;
}

img {
	border: none;
}

td.right {
	text-align: right;
}

h6 {
	color: black;	
	font-size: 150%;
	background-color: yellow;
}

/* Style for home page */
#HOMECONTENT { /* Holds the body copy */
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 90%;
	line-height: 1.5em;
	color: black;
	background-color: transparent;	
	width: 440px;
	padding-bottom: 15px;
}

#RIGHTCOLUMN {
	font-family: Verdana, Arial, Helvetica, sans-serif;		
	color: black;
	position: absolute;
	top: 32px;
	/* left: 655px; */
	left: 500px;
	width: 160px;
	padding: 25px;
	border-left: 1px solid black;
}

.pic {
	border: 1px solid black;
	margin-bottom:10px;
}

.caption {
	font-size: 70%;
	color: black;	
	line-height: 140%;	
	margin-top: 0;
	margin-bottom: 2em;
}

.featured {
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0.5em;
}

h1.homepage {
	color: black;
	font-size: 170%;
}

strong.homepage {
	color: black;
}

a:link, a:visited {
	color: black;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.pictableright {
	float: right;
	margin-left: 15px;
}

.pictableleft {
	float: left;
	margin-right: 15px;
}

.picturecaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	text-align: center;
	line-height: 160%;
	color: black;
}

/* Dimensions table */
.spectable {
	width: 200px;
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 80%;	
	text-align: center;	
}

.tableline {
	height: 1px;	
}

.row {
	line-height: 100%;
}

table td {
	vertical-align: top;
}
/* End of dimensions table */

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.item {
	margin-top: 10px;
}

.nowrap {
	white-space: nowrap;
}

.list {
	padding-bottom: 1em;
}

.signature {
	border: none;
}

