@charset "ISO-8859-1";
* {
	margin: 0;
	padding: 0;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;

}

.splatter {
	background-image:url(images/splatter_back.gif);
	background-position:center;
}

/*#wrapper {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 1055px;
	position: relative;
	left: 50%;
	margin-left: -527.5px;
}
*/
#header {
	width: 1055px;
	height: 245px;
	background-image:url(images/header.jpg);
}

#content_wrapper {
	width: 1055px;
	height: 100%;
	background-image: url(images/content_back.jpg);
	background-repeat:repeat-y;
}

#nav_bar {
	width: 202px;
	float: left;
}

#content {
	width: 745px;
	float: right;
}

#footer {
	width: 1055px;
	height: 97px;
	background-image: url(images/footer.jpg);
}

.clearit {
	clear: both;
}

/* Text Styling */
#nav_bar ul {
	list-style: none;
	margin-left: 65px;
}

#nav_bar img {
	margin-left: 65px;
	border: none;
}

#nav_bar ul ul {
	list-style:circle;
	margin-left: 8px;
}

#nav_bar li a, #nav_bar li {
	font-size: 14px;
	color: #D0D0D0;
	text-decoration: none;
	padding-bottom: 6px;
}	

#nav_bar li li a, #nav_bar li li {
	font-size: 13px;
	color: #D0D0D0;
	text-decoration: none;
	padding-bottom: 4px;

}

#nav_bar li a:hover {
	color: #80b245;
}

h1, h2, p {
	margin-right: 65px;
}

h1 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #445d26;
	padding-bottom: 8px;
}

h2, legend {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #445d26;
	padding-bottom: 6px;
}

#content p, label {
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #734d28;
	line-height: 145%;
	padding-bottom: 10px;
}

#content p a {
	color: #445d26;
	text-decoration:none;
}

#content p a:hover {
	background-color:#D9D9D9;
}


#content img {
	float: right;
	padding: 0px 15px 15px 25px;
	margin-right: 65px;
}


li.on {
	font-size: 15px;
	color: #D0D0D0;
}

.required {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #445d26;
	padding-bottom: 6px;

}

.attributename {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #445d26;
	padding-bottom: 6px;

}

.attributeinput {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
}

.poweredphplist {
	display: none;
}

#reg_form h2, #reg_form p {
	margin: 0;
}

fieldset {
	width: 600px;
}

.error {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background-color: #FFFF99;
	border: thin dotted #999999;
}

table {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;	
}

#content ul {
	margin-left: 18px;
	font-size: 12px;
	padding-bottom: 12px;
}

#content ul li a {
	color: #445d26;
}