body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	background-color: #8AA3A8;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#main #header {
	width: 920px;
	height: 225px;
}
#main #header #header_left {
	background-image: url(images/header_shadow_left.jpg);
	float: left;
	height: 225px;
	width: 10px;
}
#main #header #header_center {
	float: left;
	height: 225px;
	width: 900px;
}
#main #header #header_right {
	background-image: url(images/header_shadow_right.jpg);
	height: 225px;
	width: 10px;
	float: left;
}
.clearer {
	clear: both;
	width: 100%;
}
#main #content {
	clear: left;
	width: 920px;
}
#main #content #footer {
	clear: left;
	width: 920px;
}
.content {
	background-color: #DFE3E0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#main #content #container {
	width: 860px;
}
#main #content #container #poster {
	float: left;
	width: 490px;
	padding-right: 19px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #8AA3A8;
}
#main #content #container #register {
	float: left;
	width: 330px;
	padding-left: 20px;
}


#main #content #content_left {
	background-image: url(images/body_shadow_left.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 10px;
}
#main #content #content_right {
	background-image: url(images/body_shadow_right.jpg);
	float: left;
	width: 10px;
}

#main #content #content_center {
	background-color: #DFE3E0;
	float: left;
	width: 860px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.formcell {
	background-color: #EFF3F2;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}




#main {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
.visitorinput {
	color: #006699;
}
.message {
	font-weight: bold;
	color: #00CCCC;
}
.displaybox {
	font-weight: bold;
	color: #00CCCC;
	background-color: #006699;
}
.tableborder {
	background-color: #006699;
}
.tableheader {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #004D71;
}
.tablecel {
	background-color: #FFFFFF;
}
.pt8 {
	font-size: 8pt;
	background-color: #EFF3F2;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.activity {
	font-size: 14pt;
	color: #0CFFFA;
	background-color: #044C74;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.activitydetails {
	background-color: #EFF3F2;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
}
a:link {
	color: #009999;
}
a:visited {
	color: #006699;
}
a:hover {
	color: #00CCCC;
}
a:active {
	color: #000000;
}
