@charset "UTF-8";/* CSS Document */* {	margin: 0;	padding: 0;}/* tags */h2 {	font-family:Helvetica, sans-serif;	font-size: 19pt;	font-style: normal;	font-weight: bold;	color: #462C17;}h3 {	font-family: Helvetica, sans-serif;	font-size: 13pt;	font-weight: none;	font-style: normal;	padding: 0px;	color: #0c4b1d;	text-transform:uppercase;}h4 {	font-family: Helvetica, sans-serif;	font-size: 12pt;	font-style: normal;	font-weight: normal;	color: #96321D;}h5 {	font-family: helvetica, sans-serif;	font-size: 10pt;	font-style: normal;	font-weight: bold;	color: #000000;}h6 {	font-family: Helvetica, sans-serif;	font-size: 8.5pt;	font-style: none;	font-weight: normal;	color: #000000;}body {	font-family: Helvetica, Arial, sans-serif;	font-size: 8.5pt;	line-height: 12pt;	color: #170700;	background-image:url(../images/scarf.png);	background-repeat:repeat;}p {	font-family: Helvetica, Arial, sans-serif;	font-size: 8.5pt;	font-style: normal;	line-height: 12pt;	font-weight: normal;	color: #170700;}/* psuedo classes */#wrapper {	background-color:#FFFFFF;	margin:auto;	width: 790px;}#masthead {	margin: 0px;	padding: 0px;}#leftcol {	float: left;	width: 225px;	height: 600px;	padding: 20px 10px 10px 10px;	background-color: white;	background-image: url(../images/red_stripe.jpg);	background-repeat:no-repeat;}#rightcol {	float: left;	width: 505px;	height: 600px;	padding: 30px 20px 0px 20px;	background-color: white;	background-image: url(../images/red_stripe_long.jpg);	background-repeat:no-repeat;}#footer {	margin-top: 10px;	width: 790px;	background-color: #96321D;	color:#FFFFFF;	font-size: 8.5pt;}/* pop out menu */#navigation {	position:absolute;}ul {	margin:0;	padding:0;	list-style:none;	width:95px;}ul li {	position:relative;}li {	line-height: 25pt;	list-style: inside;	list-style-type: none;	padding-left: 17px;	color: #96321D;	text-align:right;}li ul {	position:absolute;	left:95px;	top:0;	display:none;}ul li a {	display:block;	text-decoration:none;	line-height: 7pt;	color:#96321D;	background:#fff;	padding: 3px 0px 3px 0px;	text-align:left;	width: 100px;}li:hover ul {	display:block;}/* classes */.green {	background-color: #ced1b4;	width: 170px;	height: 100px;	padding: 10px;	font-size: 8.5pt;	line-height: 9pt;	margin-left: 7px;}.size95 {	font-size: 9.5pt;	padding-top: 10px;}.greentext {	color: #0c4b1d;}.search_input {width: 100px;}a:link {	font-family: Helvetica;	font-weight: bold;	color: #0c4b1d;	text-decoration: none;}a:visited {	font-family: Helvetica;	font-weight: bold;	color: #0c4b1d;	text-decoration: none;}a:hover {	font-family: Helvetica;	font-weight: bold;	color: #669900;	text-decoration: none;}