body {
	color: #61604d;
	background-color: #8EB2B1;
	font: 76% Trebuchet MS,sans-serif;
}

a img {
	border: none;
}

#header {
background-image:url(/wp-content/themes/decker/images/nl_banner.gif);
text-indent: -9999px;
height:139px;
width:670px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


#header h1 a {
display:none;
}

#footer {
display:none;

}

#content {
	
background-color:#ffffff;	

margin:0;
border:1px solid #000000;
width:648px;
padding:10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#content p {
margin:15px 0 0 15px;
}

#content h2 {
margin:15px 0 0 15px;
}

.navimage {
	float: left;
	margin:0 10px 5px 10px;
	padding: 5px;
	border: none;
}

/* Status Messages */
.alert,
.warn,
.error {
	clear: both;
	padding: 5px;
	color: #000;
}
#alertmsg {
	border: 1px solid #A5D768;;
	margin:15px;
}
.alert {
	background: #DDF0BD;
}
.alert strong,
.alert label {
	color: green;
}
#warn {
	border: 1px solid #FF8000;
}
.warn {
	background: #FFF6E5;
}
.warn strong,
.warn label {
	color: #FF8000;
}
#error {
	border: 1px solid #F3D5D5;
}
.error {
	background: #FFF1F1;
}
.error strong,
.error label {
	color: red;
}
.error input,
.error textarea {
	background: #FFF;
}

.required {
	font-weight: bold;
}