
 body	{
		margin: 0;
		padding: 0;
		font-family: "Verdana";
		font-style: bold;
		font-size: small;
		line-height: 150%;
		background: #bfdd9b;
		}
h1	{
	font-size: 150%;
	font-family: "Verdana";
	font-style: normal;
	}
h2	{
	font-family: "Verdana";
	font-style: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	}
h3	{
	font-family: "Verdana";
	font-style: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	}
p	{ 
	margin-top: 5px;
	margin-bottom: 5px;
	}

#header {
	width: 100%;
	margin: 0;
	padding: 0;
	}
#nav {
	float: left;
	width: 100%;
	margin: 0;
	padding: 10px 0 0 46px;
	list-style: none;
	background: #336600 url(1x37.jpg) repeat-x bottom;
	}
#nav li {
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
	font-family: "Verdana";
	font-size: 80%;
	}
#nav a {
	float: left;
	display: block;
	margin: 0;
	padding: 4px 8px;
	color: #333;
	text-decoration: none;
	border: 1px solid #988748;
	border-bottom: none;
	background: #f9e9a9 url(images/navbutton.jpg) repeat-x top left;
	}
#nav a:hover {
	color: #333;
	padding-bottom: 5px;
	border-color: #727377;
	background: #fff url(images/navbutton2.jpg) repeat-x top left;
	}

#sidebar {
	
	float: left;
	width: 18%;
	margin-right: 1%;
	background: #9c3;
	}
#sidebar div {
	padding: 20px;
	font-size: 90%;
	line-height: 1.25 em;
	}
#content {
	float: left;
	width: 62%;
	}
#content div {
	width: 600px;
	}
#content a {
	color: red;
	}
#footer {
	clear: both;
	background: #336600;
	font-size: 90%;
	padding: 10px;
	}
#footer a {
	font-size: 90%;
	color: yellow;
	}
#quote {
	font-family: Verdana;
	font-style: italic;
	}
.shadow {
	background: #919191;
	}
table	{
	position: relative;
	top: -4px;
	left: -4px;
	width:100%;
	border: 1px solid #000;
	background: #fff;
	}
table th, table td	{
	margin:0;
	padding: 8px 20px;
	text-align:center;
	border-bottom: 1px solid #000000;
	}
table th {
	color: #999;
	font-size: 90%;
	}
table .name {
	text-align: left;
	width: 50%;
	}
table tr	{
	background:#9c3;
	}
table tr.alt {
	background:#fff56d;
	}
table td a {
	display: block;
	}
table td {
	font-size:90%;
	}
table caption {
	margin: 0;
	padding: 8px 20px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #000;
	background: #ffff00;
	}
