* {
	padding: 0;
	margin: 0;
}

p {
	margin-bottom: 12px;
}

body {
	background: #9CB19E;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

#header {
	width: 824px;
	height: 88px;
	background: #2D674C url(../img/header_bg.gif) repeat-x;
	margin: 0 auto;
	position: relative;
}

#wrapper {
	width: 824px;
	margin: 0 auto;
	position: relative;
}

#sticky {
	width: 266px;
	height: 185px;
	background: url(../img/sticky.gif);
	position: absolute;
	right: 48px;
	z-index: 10;
}

#header h1 {
	color: #FFF;
	font-size: 15px;
	position: absolute;
	top: 18px;
	left: 40px;
	font-weight: normal;
}

#content {
	width: 758px;
	margin: 0 auto;
	padding: 20px 33px;
	background: #FFF;
	font-size: 12px;
}

#content h1 {
	text-align: center;
	font-size: 24px;
}

#left {
	width: 388px;
	float: left;
	margin-top: 15px;
}

#videoContainer {
	width: 375px;
	margin-bottom: 12px;
}

#right {
	margin-top: 15px;
	width: 334px;
	float: right;
}

#pdf {
	padding: 0 145px 0 15px;
	background: url(../img/icon_pdf.gif) no-repeat 185px top;
	line-height: 22px;
}

#form {
	width: 311px;
	margin: 15px auto;
	background: #FFFFCC;
}

.formLabel {
	font-size: 18px;
	padding: 12px 0;
}

#form input.text {
	font-size: 18px;
	border: 1px solid #999;
}

#button {
	width: 311px;
	margin: 0 auto;
}

input.button {
	width: 311px;
	height: 41px;
	border: 0;
	background: url(../img/button_submit.gif) no-repeat top left;
	cursor: pointer;
}

p.privacy {
	font-size: 9px;
	text-align: center;
	padding: 10px 0 0 0;
}

#footer {
	width: 824px;
	margin: 0 auto;
	padding-bottom: 20px;
}

#navContainer {
	position: absolute;
	bottom: 15px;
	left: 40px;
}

#navContainer ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#navContainer ul li {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#navContainer ul li a {
	color: #333333;
	text-decoration: none;
}

#navContainer ul li a:hover {
	text-decoration: underline;
}

#mainTable {
	padding-top: 36px;
}

#mainTableContent {
	width: 758px;
	background: url(../img/main_table_bg.gif) repeat-y top center;
}

#mainTableRight {
	float: right;
	width: 213px;
	margin: 25px 0px 20px 20px;
	padding-right: 30px;
	font-size: 14px;
}

#content a {
	color: #006633;
}

hr.dotted {
	border: 0;
	background: none;
	border-top: 2px dotted #333;
	padding: 7px 0;
}

.ulClass1 {
	padding: 0 0 0 50px;
	line-height: 23px;
	font-size: 14px;
}

#mainForm {
	width: 480px;
}

input.submit2 {
	width: 129px;
	height: 28px;
	border: 0;
	background: url(../img/button_send.gif) no-repeat top left;
}

#footerTags {
	text-decoration: underline;
	color: #577A5A;
	width: 450px;
	font-size: 12px;
	padding: 20px 0 0 40px;
	line-height: 24px;
	float: left;
}

#footerLinks {
	color: #FFF;
	width: 200px;
	font-size: 10px;
	padding: 20px 40px 0 0;
	line-height: 24px;
	float: right;
}

#footerLinks a {
	color: #FFF;
	text-decoration: none;
}

#footerLinks a:hover {
	text-decoration: underline;
}