/* National Historic Ships - Print stylesheet */


/* Add all div's that need hiding on this line: */
#header, #wrapper_crumbs, #midcol, #rightcol, #footer {
	display: none;
	float: none;
}

#regsearch_two #rightcol {
	display: block;
}

/* Add all div's that lead to the (and including) #content div: */
#wrapper, #content, #colwrapper, #leftcol, #regsearch_two #rightcol {
	width: auto;
	border: none;
	float: none;
	margin: 0;
	padding: 0;
	overflow: visible;
}

#wrapper {
	margin: 0 auto;
}

body, h1, h2, h3, h4 {
	font-family: arial, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000;
	background-color: #fff; 
	text-align: left;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: underline;
	color: blue;
}



/*body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12pt;
	color: #000;
	background-color: #fff;
}

#wrapper {
	width: 100%;
	border: none;
	margin: 0;
	padding: 0;
	color: #000;
	float: none;
}

#header, #topnav, #subnav, img, #midcol, #rightcol, ul#secnav, ul#crumbs {display: none;}

h1, h2, h3, h4, h5, h6 {color: #000;}

a, a:link, a:visited {text-decoration: underline; color: #000;}



*/

