* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	color: #000;
}
p {
	margin-bottom: 15px;
	line-height: 150%;
}
a {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #33CC33;
}
hr {
	border: 0;
	color: #33CC33;
	background-color: #33CC33;
	height: 2px;
	width: 100%;
	text-align: left;
	clear: both;
	margin-bottom: 15px;
	margin-top: 10px;
}
table {
	margin-bottom: 15px;
	margin-left: auto; 
	margin-right: auto;
}
td {
	padding: 5px;
	border: 1px solid #666;
	background-color: #CCF2CC;
}
ul {
	padding-top: 5px;
	margin-left: 30px;
	margin-bottom: 10px;
}
ol {
	padding-top: 5px;
	margin-left: 30px;
	margin-bottom: 10px;
}
li {
	padding-bottom: 5px;
}
#outer {
	margin: 40px auto;
	width: 910px;
}
#wrapper {
	width: 870px;
	background: #fff;
	margin-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
h1 {
	color:#33CC33;
	margin-bottom: 15px;
	text-align: center;
}
h2 {
	color:#000;
	margin-bottom: 15px;
	line-height: 150%;
	margin-top: 20px;
}
h3 {
	color:#33CC33;
	letter-spacing: 0.1em;
	line-height: 150%;
	margin-bottom: 15px;
	background-color: #000000;
	display: block;
	padding: 5px 10px;
	text-align: right;
	background-image: url("../images/black_man.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
}
h4 {
	color:#33CC33;
	margin-bottom: 15px;
}
#header {
	float: left;
	width: 870px;
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: center;
}
#header img {
	margin-left: auto; 
	margin-right: auto;	
}
#navigation {
	width: 870px;
	float: left;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #000;
	color: #FFF;
	font-weight: bold;
}
#navigation a {
	color: #FFF;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
}
#navigation a:hover {
	color: #33CC33;
}
#navigation a.active {
	color: #33CC33;
}
#search {
	width: 860px;
	float: left;
	margin-top: 0px;
	background-color: #33CC33;
	color: #FFF;
	font-weight: bold;
	text-align: right;
	margin-bottom: 30px;
	line-height: 100%;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-image: url("../images/green_man.gif");
	background-repeat: no-repeat;
	background-position: left top;
}
#search table {
	padding: 0px;
	margin: 0px;
	float: right;
}
#search td {
	padding: 0px;
	border: 0px;
	background-color:#33CC33;
}
#search input {
	margin-right: 5px;
}
#leftcolumn { 
 width: 150px;
 float: left;
 margin-right: 30px;
}
#content {
	float: left;
	width: 510px;
}
#rightcolumn { 
 width: 150px;
 float: right;
}
#quick_menu {
	float: left;
	width: 466px;
	border: 2px dotted #33CC33;
	text-align: center;
	margin-bottom: 30px;
	clear: both;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#quick_menu p {
	line-height: 200%;
}
#quick_menu a {
	padding: 0px 5px;
}
img {
 border: 0px;
 }
#footer {
	width: 870px;
	text-align: center;
	margin-top: 40px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #33CC33;
	padding-top: 5px;
	padding-bottom: 1px;
	color:#333;
}
#footer a {
	color: #333;
	font-weight: bold;
	padding: 0px 5px;
}
#footer a:hover {
	color: #33CC33;
}
.pad {
	margin-right: 30px;
}
.bottom_pad {
	margin-bottom: 20px;
}
.pad_imgl {
	margin-right: 30px;
	width: 150px;
	float: left;
	text-align: center;
}
.pad_imgc {
	margin-right: 0px;
	width: 150px;
	float: left;
	text-align: center;
}
.pad_imgr {
	margin-right: 0px;
		width: 150px;
		float: right;
		text-align: center;
}
.wrap_right {
	float: right;
	margin-right: 0px;
	margin-left: 30px;
	clear:right;
}
.middle {
	text-align:center;
}
.top {
	vertical-align: top;	
}
.green {
	color:#33CC33;
	font-weight: bold;
}