/*  Stack CSS Stylesheet  */

#wrapper {
	position:absolute;
	background-color: #214a34;
	color: #f0e7bc;
	left:50%;
	width:778px;
	border: #214a34 2px solid;
	font-family: "trebuchet MS", verdana, arial, helvetica, sans-serif;
	font-size: 90%;
	margin-top: 0px;
	margin-left:-389px;
	padding: 0;
	}
#printhead {
	display: none;
	}
#head {
	background: transparent url(images/stack_logo.gif) no-repeat left bottom;
	height: 83px;
	margin: 0;
	padding: 0;
	color: #f0e7bc;
	float: right;
	width: 598px;
	}
#content {
	background: #f0e7bc;
	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;
	}
#menulogo {
	position: absolute;
	margin: 33px 0 0 26px;
	width: 125px;
	}
#menutext {
	position: absolute;
	margin: 190px 0 0 20px;
	width: 133px;
	}
#menutext li a {
  	height: 22px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 22px;
	font-family: "times new roman", times, serif;
	font-size: 104%;
	font-style: italic;
	text-decoration: none;
	display: block;
	padding: 7px 0 3px 6px;
	}	

	
body {
	background-color: #f2eac3;
	color: black;
	margin: 0;
	padding: 0;
	}
p {
	margin: 10px 10px 10px 10px;
	}
h1 {
	font-size: 130%;
	font-weight: bold;
	margin: 0 0 0 0;
	display: none;
	}
h2 {
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 0 0;
	display: none;
	}
h3 {
	font-size: 110%;
	font-weight: bold;
	margin: 0 0 10px 10px;
	}
img {
	border-style: none;
	}	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
li a:link, li a:visited {
	background-color: transparent;
	color: #f0e7bc;
	text-decoration: none
	}
li a:link:hover, li a:visited:hover {
	background-color: #cffb64;
	color: #214a34;
	text-decoration: none
	}
#current a {
	background-color: #214a34;
	color: #cffb64;
	}
#contactlogo {
	text-align: center;
	}
#contact {
	width: 280px;
	margin: 5px 0 10px 70px;
	}
#contact a, #contact a:visited {
	color: black;
	text-decoration: none;
	}
#contact a:hover, #contact a:visited:hover {
	background-color: #cffb64;
	color: #214a34;
	text-decoration: none;
	}

