body {
	margin: 0px;
	padding: 0px;
	background-color: #d2ead4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
ul {
	padding: 0px;
	margin-left: 22px;
}
li {
	margin-top: 7px;
	list-style-type: square;
	list-style-position: outside;
}
.below {
	clear: both;
	float: left;
	width: 700px;
	margin-left: 75px;
	display: inline;
}
a:link, a:visited {
	color: #339900;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #339900;
}
a:hover, a:active {
	color: #66CC00;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 18px;
	text-align: center;
}

.centredbox {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.header {
	width: 878px;
	height: 155px;
	margin-left: 11px;
}
.ribbon {
	position: absolute;
	top: 155px;
	left: 43px;
	width: 94;
	height: 241;
	background-image: url(images/ribbon.png);
}
.main {
	width: 794px;
	background-image: url(images/bg_paper.jpg);
	background-repeat: repeat;
	float: left;
	margin-left: 69px;
	display: inline;
	background-color: #FFFFFF;
}
.shadowbg {
	width:792px;
	background-image: url(images/bg_shadow.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #bad2bb;
	border-bottom-color: #bad2bb;
	border-left-color: #bad2bb;
}
.left_column {
	float: left;
	width: 230px;
	margin-right: 15px;
	display: inline;
}
.middle_column {
	float: left;
	width: 210px;
	text-align: center;
}
.right_column {
	float: left;
	width: 230px;
	margin-left: 15px;
	display: inline;
}
#form1 {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.label {
	width: 160px;
	display: inline-table;
	float: left;
	margin-bottom: 10px;
}
.footer {
	font-size: 10px;
	color: #666666;
	text-align: center;
	margin-bottom: 15px;
}

#form1 textarea {
	width: 220px;
}
.textfield {
	width: 220px;
}
.threecolumns {
	clear: both;
	float: left;
	width: 710px;
	height: 290px;
	margin-left: 69px;
	display: inline;
}

