@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	text-align: center;
	background-color: #D2E6E6;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 15px;
}
#wrapper {
	text-align: left;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	padding: 20px;
}
#top_menu {
	width: 800px;
	padding-bottom: 5px;
}
#top_menu p  {
	color: #00968C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
	text-align: right;
}
#top_menu a {
	color: #00968C;
	text-decoration: none;
}
#top_menu a:hover {
	color: #957E47;
}
#header {
	height: 180px;
	width: 800px;
	margin-bottom: 20px;
	float: left;
}
#menu {
	float: left;
	width: 120px;
}
#menu p {
	font-size: 16px;
	line-height: 34px;
	color: #00968C;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00968C;
	text-indent: 5px;
}
#menu a {
	color: #00968C;
	text-decoration: none;
	display: block;
	padding-right: 5px;
}
#menu a:hover {
	color: #00968C;
	background-color: #D2E6E6;
}
#menu img {
	margin-top: 20px;
}
#main {
	min-height: 500px;
	padding-top: 10px;
	float: left;
	padding-bottom: 40px;
	padding-right: 40px;
	width: 400px;
	padding-left: 40px;
}
#main img {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	width: 150px;
}
#main p {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 20px;
	overflow: visible;
}
#main a  {
	color: #00968C;
}
#main ul  {
	padding-left: 18px;
	list-style-image: url(../_images/tick.gif);
}
#main li  {
	margin-bottom: 12px;
}
#main h1 {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 12px;
	color: #00968C;
}
#main h2 {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 12px;
}
#main h3 {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 20px;
	font-style: italic;
	display: block;
	background-color: #D2E6E6;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
}
#main h6 a {
	color: #FFF;
	display: block;
	line-height: 22px;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	cursor: pointer;
	background-color: #28958A;
	font-weight: bold;
	width: 160px;
}
#main em{
	word-spacing: 1px;
}
#right_column {
	width: 200px;
	float: left;
}
#right_column img {
	margin-bottom: 20px;
}
#form #information {
	background-color: #D2E6E6;
	width: 330px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border: 1px solid #FFF;
}
#form #information2 {
	background-color: #D2E6E6;
	width: 330px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-bottom: 1px;
}
#form #information  p{
	color: #1E958A;
	text-align: right;
	margin-bottom: 10px;
}
#form #information2 p {
	color: #1E958A;
	margin-bottom: 5px;
}
#form #information   label{
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#form input.text {
	width: 210px;
	background-color: #FFF;
	border: 1px solid #1E958A;
	font-size: 12px;
	padding: 3px;
	line-height: 20px;
}
#form textarea {
	width: 294px;
	background-color: #FFF;
	border: 1px solid #1E958A;
	font-size: 12px;
	padding: 3px;
	margin-top: 5px;
}
#form select.event {
	width: 270px;
	font-size: 12px;
}
#form #submit  {
	background-color: #1E958A;
	color: #FFF;
	margin-top: 10px;
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	padding: 2px;
}
#footer {
	clear: both;
	height: 20px;
	width: 800px;
}
#footer p  {
	font-size: 9px;
	color: #00968C;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00968C;
	line-height: 30px;
}
.red {
	color: #F00;
}
#forum {
	width: 800px;
	float: left;
	height: 800px;
	margin-bottom: 20px;
}

