a { color: #007700; }

body {
	font-family: Verdana, Sans-serif, Arial;
	font-size: 10px;
	background-color: #634B34;
	color: #222222;
	max-width: 738px;
	width: 738px;
	margin: 0 auto;
	padding: 0;
}

#page {
	max-width: 748px; 
	width: 748px;
	margin: 0 auto;
	padding: 0;

}

#header {
	background: #000 url('/images/header.jpg') no-repeat;
	display: block;
	border-bottom: 2px solid #ddd;
	position: relative;
	z-index: 100;
	min-height: 176px;
	height: 176px;

}

#p-navigation li a {
	color: white;
}

#p-navigation-wrapper {
	top: 148px;
	height: 25px;
	position: relative;
	width: 100%;
}

#p-navigation-wrapper ul {
	position: absolute;
	width: auto;
	background: #000;
	padding: 5px 0;
	margin-left: 1px;
	line-height: 1.5em;
}
#p-navigation-wrapper li {
	position: relative;
	float: left;
	font-weight: bold;
	font-size: 100%;
	list-style: none;	
	margin: 0;
	padding: 7px 15px 7px 15px;
	text-decoration: none;
}
#content {
	clear: both;
	color: black;
	line-height: 1.4em;
	margin: 0;
	overflow-x: visible;
	padding: 20px 35px 30px;
	position: relative !important;
	background: #FFFFFF none repeat scroll 0 0;
}
.firstHeading {
	color: #9DCB3C;
}
#bodyContent {
	background: #FFFFFF none repeat scroll 0 0;
}
#bodyContent h1, h2 {
	border-bottom: 3px solid #CCCCCC;
	padding: 0.3em 0;
}
#bodyContent td {
	background-color: white;
	color: black;
	font-size: 100%;
}
#bodyContent th {
	background-color: white;
	color: black;
	font-size: 100%;
}

#footer {
	font-size: 90%;
	text-align: center;
	list-style: none;
}
#footer a {
	nowrap;
	background: transparent none repeat scroll 0 0;
}
#footer ul li a {
	padding 0 2px;
	color: #777777;
	text-decoration: none;
	list-style: none;
}
