html {
	height: 100%;
	width: 100%;
}
body {
	font: 10pt "Trebuchet MS", Trebuchet, Helvetica, sans-serif;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(images/bg_left-column.png) repeat-y left top;
}
#wrapper1 {
	position: relative;
}
#banner-wrapper {
	background: url(images/banner_bg.png) repeat-x;
	height: 180px;
}
#banner {
	background: url(images/banner_swoosh.png) no-repeat left top;
	height: 180px;
	position: relative;
}
#banner .logo {
	margin-left: 14px;
	float: left;
}
#column-left {
	color: #FFF;
	width: 245px;
	padding: 0px;
	margin: 0 15px 0 14px;
	float: left;
}
#column-left a {
	color: #FFF;
}
#column-left .column-photo {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background: #999999;
}
#column-left .column-header {
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	background: #029A02 url(images/column-header_bg_green.png) repeat-x;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	vertical-align: middle;
}
#column-left .column-header img {
	height: 25px;
	vertical-align: middle;
	width: 1px;
}
#column-left .column-content {
	color: #000;
	background: #FFFFFF;
	margin: 0px 5px 10px;
	padding: 5px;
}
#column-left .column-content a {
	color: #0033CC;
}
#column-left a.button, #column-left span.button {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	background: #0033CC url(images/column-header_bg_blue.png) repeat-x;
	margin: 5px;
	padding: 0px;
	display: block;
}
#column-left a.button:hover, #column-left span.button {
	background: #00CC00 url(images/column-header_bg_green.png) repeat-x;
}
#content {
	padding: 0px 5px 25px 284px;
	margin: 0 0 20px 0;
}
#copyright {
	color: #909090;
	font-size: 11px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.imageright {
	margin: 0 5px 5px 10px;
	float: right;
	font-size: 11px;
	font-style: italic;
	text-align: center;
}
.imageleft {
	margin: 0 10px 5px 5px;
	float: left;
	font-size: 11px;
	font-style: italic;
	text-align: center;
}
.lined-table td {
	vertical-align: top;
	border-bottom: 1px solid #CCCCCC;
}
.lined-table td h3 {
	margin: 0px;
}
.clear {
	clear: both;
}

a {
	color: #0033CC;
}
a:hover {
	color: #00CC00;
}
h1 {
	color: #00CC00;
	text-transform: uppercase;
	font-size: 35px;
}
h2 {
	color: #0033CC;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
}
h3 {
	color: #00CC00;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 0px;
	margin-left: 15px;
}
p {
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
}
ul {

	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
}
fieldset {
	width:700px;
	border:1px solid #08a108;
	background-image:url(images/form_bg.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	padding:20px 0 0 0;
}

label {
	padding:1px 0 0 0;
	line-height:20px;
	width:250px;
	float:left;
	text-align:right;
}

.text {
	height:20px;
	width:200px;
	line-height:18px;
	padding:2px 0 0 4px;
	margin:0 0 20px 10px;
	border:1px solid #A5589E;
	font: 10pt "Trebuchet MS", Trebuchet, Helvetica, sans-serif;
}
.textarea{
	height:80px;
	width:300px;
	line-height:20px;
	padding:2px 0 0 4px;
	margin:0 0 20px 10px;
	border:1px solid #A5589E;
	font: 10pt "Trebuchet MS", Trebuchet, Helvetica, sans-serif;
}
.text:focus, .textarea:focus {
	border:1px solid #000;
}

#registration_form br {
	clear:both;
}

.form_button {
	border:1px solid #772a70;
	background-color:#A5589E;
	margin:0 0 20px 260px;
	padding:2px 4px 2px 4px;
	color:#fff;
	font-size:11px;
}