* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
p {
	margin-bottom: 15px;
	line-height: 150%;
}
a {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
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;
}
li {
	padding-bottom: 5px;
}
#outer {
}
#wrapper {
}
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;
}
#header {
	margin-bottom: 10px;
	text-align: center;
}
#header img {
	margin-left: auto; 
	margin-right: auto;	
}
#navigation {
	display: none;
}
#search {
	display: none;
}
#leftcolumn { 
	display: none;
}
#content {
	clear: both;
}
#rightcolumn { 
	display: none;
}
#quick_menu {
	display: none;
}
img {
 border: 0px;
 }
#footer {
	display: none;
}
.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;
}