/*  Stack_Print CSS Stylesheet  */

#wrapper {
	width:598px;
	font-family: "trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-size: 90%;
	padding: 0;
	margin: auto;
	}
#menulogo, #menutext, #menutext li a, #current a, #contactlogo  {
	display: none;
	}
li a:link, li a:visited, li a:link:hover, li a:visited:hover, h1 {
	display: none;
	}
#printhead {
	text-align: center;
	}
#content {
	background-color: transparent;
	color: black;
	float: right;
	width: 598px;
	text-align: left;
	}
#leftcontent {
	position: absolute;
	background-color: transparent;
	color: Black;
	width: 299px;
	}
#rightcontent {
	background-color: transparent;
	color: Black;
	width: 299px;
	float: right;
	}
	
body {
	background-color: transparent;
	color: black;
	margin: 0;
	padding: 0;
	}
p {
	margin: 10px 10px 10px 10px;
	}
h2 {
	color: #f0e7bc;
	font-family: "Times New Roman", Times, serif;
	font-size: 170%;
	font-weight: bold;
	text-align: center;
	}
h3 {
	font-size: 110%;
	font-weight: bold;
	margin: 0 0 10px 10px;
	}
img {
	border-style: none;
	}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#contact {
	width: 280px;
	margin: 20px auto 0 auto;
	text-align: center;
	}

