body, p, h1, h2, h3, h4, h5, h6, a, img, div, ul, ol, li, form, fieldset, label {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	width: 100%;
	margin: 0 auto;
	font: 100.01% Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	background: #81bf71;
}
h1 {
	padding: 1.0em;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}
h2 {
	padding: 1.0em 0.5em;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}
h3 {
	padding: 0.5em;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
}
h4 {
	padding: 0.5em;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
}
p {
	padding: 0.5em;
	text-align: justify;
}
a {
	color: #b15e30;
	text-decoration: none;
}
a:hover {
	color: #b13030;
}
li {
	margin: 3px 0 3px 30px;
}
hr {
	color: #ddd;
	background: #ddd;
	width: 100%;
	height: 1px;
	border: 0;
}
fieldset{
	width: 100%;
	padding: 0.5em 0;
}
fieldset ol{
	list-style: none;
}
fieldset li{
	padding: 0.5em 0;
	margin: 0;
}
label{
	float: left;
	margin-right: 1.0em;
	text-align: right;
}
input.textbox, select, option, textarea {
	position: relative !important;
	color: #333;
	border: 1px solid #7f9db9;
	background: #fff !important;
}
input {
	position: relative !important;
}
option {
	border: 0;
}
.required, .error {
	color: #cc0000;
}
.center {
	text-align: center;
}
.small {
	font-size: 0.7em;
}
.clear {
	clear: both;
}
.hidden {
	display: none;
}

/**************************************************************
                          PAGE LAYOUT
**************************************************************/
#outer {
	width: 100%;
	font-size: 0.8em;
	background: #f5f5f5 url(/_img/header_background.jpg) repeat-x;
}
#inner {
	width: 900px;
	margin: 0 auto;
	padding-top: 180px;
	background: url(/_img/header.jpg) no-repeat;
}
#content_area {
	width: 600px;
	margin: 0 ;
	padding: 1.0em 260px 1.0em 0;
}
#content_area fieldset li {
	width: 100%;
}
#content_area label {
	width: 40%;
}
#nav {
	display: inline;
	float: right;
	width: 240px;
	margin: 0 -300px 0 0;
	padding: 20px;
	list-style: none;
}
#nav li {
	display: inline;
	clear: left;
	margin: 0;
}
#nav a {
	display: block;
	width: 200px;
	height: 40px;
	padding: 0 20px;
	line-height: 40px;
	font-weight: bold;
	color: #4e78c2;
	background: url(/_img/btn.jpg) no-repeat;
}
#nav a:hover {
	color: #e16c15;
}
#nav li a#sbb {
	width: 140px;
	height: 145px;
	margin-bottom: 25px;
	background: transparent;
}
#nav li a#green3w {
	width: 88px;
	height: 31px;
	margin: 0 0 25px 25px;
	background-image: none;
}
#sponsor {
	display: inline;
	float: right;
	padding: 1px;
	margin: 20px;
	border-top: 1px solid #ddd;
	background: #fff;
}
#sponsor h4 {
	color: #2e7b19;
	border-bottom: 1px solid #ddd;
	background: #fafafa;
}
#sponsor p, #sponsor ul {
	border-bottom: 1px solid #ddd;
}
#sponsor ul, #sponsor li {
	margin: 0;
	padding: 3px;
	list-style: none;
}
#sponsor a {
	margin-left: 10px;
}
table#workshop {
	font-size: 0.7em;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	background: #eee;
}
table#workshop th, 
table#workshop td {
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}
table#workshop th,
table#workshop td.hours {
	color: #f7f7f7;
	font-weight: bold;
	background: #4b9536;
}
#footer {
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	background: #81bf71 url(/_img/footer_background.jpg) repeat-x;
}
#footer p {
	padding: 1em;
	text-align: center;
	color: #124403;
	font-size: 0.8em;
}