@charset "ISO-8859-1";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color:#A24500;
}
* html body {
	font-size:x-small;
}
#container2 {
	background-color: rgb(95, 75, 40);
	text-align: left;
	clear: both;
	width: 800px;
	border: 1px solid #003300;
	margin-top:10px;
}
#header {
	clear: both;
	margin-bottom: 0px;
}
#logo_col {
	background-color: rgb(95, 75, 40);
	float: left;
	width: 150px;
	padding: 10px;
}
#logo_col .wv {
	font: .7em Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:left;
	margin-top: 1px;
}
#nav {
	margin-top: 20px;
}
#nav a {
	font:bold 1.2em Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	color: #fff;
	text-decoration: none;
	display:block;
	margin:5px 0px;
	padding: 2px;
	padding-bottom:5px;
	border-bottom:1px dashed #fff;	
}
#nav a:hover {
	color: #000;
	background-color:#CCCCCC;
	text-decoration: none;
}
#thebody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #FFFFFF;
	padding: 5px;
	float: left;
	margin-left: 10px;
	width: 610px;
}
#thebody a {
	color: #009;
	text-decoration: underline;
}
#thebody a:hover {
	color: #900;
	text-decoration: none;
}
#thebody h1 {
	font: bold 2.6em Baskerville, "Times New Roman", Times, serif;
	margin-top:0px;
	margin-bottom:2px;
}
#thebody h2 {
	font: bold 1.6em Baskerville, "Times New Roman", Times, serif;
	margin-top: 10px;
	margin-bottom:1px;
}
#thebody p {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	margin-top:0px;
	margin-bottom:5px;
}
#thebody ul, #thebody ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	margin-top: 0px;
}
#thebody #adobe {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #555;
	float:right;
}
#imgs {
	float:right;
	margin:0px 0px 5px 5px;
	width:300px;
}
#imgs .pullbox {
	text-align:center;
	padding: 5px;
	font-family: Baskerville, 'Times New Roman', Times, serif;
	font-size: 1.5em;
	font-weight: bold;
}
#imgs img {
	border:1px solid #000;
}
#imgs .caption {
	font:bold .9em Arial, Helvetica, sans-serif;
	color: #000;
	text-align:left;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color:#fff;
	clear: both;
	text-align: right;
}
#footer a {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	color:#FF3300;
	text-decoration:underline;
}
