* {
	margin: 0;
	padding: 0;
}

p {
 margin: 1.12em 0;
}

img {
	border: 0;
}

body {
	text-align: center;

	background: url('../static_images/body_bg.jpg') repeat-x #6EB008;

	font: 14px Helvetica, 'Trebuchet MS';

	overflow-y: scroll;
}

#container {
	width: 1000px;
	margin: 0 auto;

	text-align: left;
}

#header {
	height: 272px;
	background: url('../static_images/header.jpg') no-repeat;
}

#page {
	background: url('../static_images/page_bg.jpg') repeat-y;
}

#page_top {
	clear: both;
	height: 10px;

	background: url('../static_images/page_top.jpg') no-repeat;
}

#menu {
	position: relative;
	float: left;

	width: 250px;
	padding: 15px 0;
}

#menu a {
	display: block;
	text-decoration: none;
	color: #6EB008;

	font-size: 18px;
}

#menu a.level1, #menu a.level1_selected {
	margin: 10px 0 2px 15px;
}

#menu a.level1_selected, #menu a.level1:hover {
	color: #0878A0;
}

#menu a.level2, #menu a.level2_selected {
	margin: 2px 0 2px 25px;
}

#menu a.level2_selected, #menu a.level2:hover {
	color: #0878A0;
}

#content {
	position: relative;
	float: left;

	width: 750px;

	background: url('../static_images/content_bg.jpg') repeat-y;
}

#content_top {
	clear: both;
	height: 10px;

	background: url('../static_images/content_top.jpg') no-repeat;
}

#content_content {
	padding: 15px 30px;

	min-height: 300px;
	_height: 300px;

	line-height: 20px;
}

h1 {
	margin-bottom: 10px;
	color: #6EB008;
}

#content_content a {
	color: #0878A0;
	text-decoration: none;
}

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

#content_content .error {
	color: red;
}

#content_bottom {
	clear: both;
	height: 10px;

	background: url('../static_images/content_bottom.jpg') no-repeat;
}

#page_bottom {
	clear: both;
	height: 10px;

	background: url('../static_images/page_bottom.jpg') no-repeat;
}

/* Thumbnails */
.dia {
	float: left;

	width: 117px;
	height: 138px;

	margin: 0 10px 15px 0;
}

.dia .imagewrap {
	display: block;

	width: 115px;
	height: 115px;

	border: 1px solid #ececec;

	line-height: 115px;

	text-align: center;
}

.dia .imagewrap img {
	vertical-align: middle;
}

*+html .dia .imagewrap img { /* IE7 */
	margin-top: -1px;
}

.dia .imagewrap>img { /* FF3 */
	margin-top: -3px;
}

.dia .description {
	padding: 3px 2px 5px 2px;

	color: #444444;

	font-size: 11px;
}

.dia .description img {
	height: 16px;
	width: 16px;

	float: right;
}

a.picturegroup {
	float: left;

	width: 200px;

	text-align: center;

	margin: 15px;
}

a.picturegroup div.image {
	height: 115px;
}

a.picturegroup div.image img {
	margin: auto 0;
}

table.signupform, table.list, table.form {
	border-collapse: collapse;
}

table.signupform th {
	padding: 8px 5px 2px 0;
	vertical-align: top;

	text-align: left;
}

table.signupform td {
	padding: 2px 5px 2px 0;
	vertical-align: top;
}

table.list th, table.list td {
	padding: 2px 20px 2px 0;
	vertical-align: top;

	text-align: left;
}

td.right {
	text-align: right;
}


input[type="submit"] {
	padding: 2px 5px;
}

ul {
	padding-left: 15px;
}

table.form td {
	padding: 0px 20px 2px 0px;	
}

table.form h4 {
	padding-top: 10px;
}
