body { margin:0px; background-color:#819859; font-family:Verdana, Arial, Helvetica, sans-serif; }

#body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#body .menu {}

#body .menu ul {
	padding: 5px 0px;
	display:inline;
	background-color:#006600;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}

#body .menu ul li {
	display: inline;
	padding:5px 5px;
	border-right:solid #FFFFFF 1px;
}

#body .menu ul li a { 
	cursor: pointer;
	color:#FFFFFF; 
	text-decoration: none;
	clear:both;
}

#content { 
	text-align:left; 
	width:806px;
	background-color:#FFFFFF; 
	background-image:url("/images/layout/natural_bodyContent.jpg");
	background-repeat:repeat-y;
	margin-left:50px;
}

#content #content {
	position:static;
	top:30px;
	left:0px;
}

#content #headerContent {
	background-image:url("/images/layout/natural_headerBack.jpg");
	background-repeat:repeat-x;
	height:91px;
	width:806px;
	clear:both;
}

#content #leftPanel {
	padding-left:5px;
	width:175px;
	float:left;
	display:block;
}

#content #crumbtrail {
	margin: 10px 0px;
}

#form {
	width: 500px;
}

#form .label {
	font-weight: bold;
}

#form input {
	margin: 5px 0px;
}

#footer {
	background-image:url("/images/layout/natural_footer.png");
	background-repeat:no-repeat;
	height:15px;
	width:830px;
	clear:both;
	margin-left:38px;
	padding-top:15px;
	font-size:9px;
	color:#666666;
}

#leftPanel ul {
	
	list-style-type: none;
}

#leftPanel a {
	color: #39411D;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	line-height: 20px;
	margin-left:10px;
}

#leftPanel a:hover {
	color: #7A8B40;
}

#leftPanel .menuBottom {
	background-image:url("/images/layout/natural_menuBottom.png");
	margin:5px 3px;
	width:149px;
	height:40px;
}

#leftPanel .menuTop {
	background-image:url("/images/layout/natural_menuTop.png");
	margin:5px 0px;
	width:149px;
	height:40px;
}

#rightPanel {
	width: 600px;
	overflow:hidden;
}

.error {
	color:#FF0000;
	font-weight: bold;
}

.message {
	color:#336600;
	font-weight:bold;
}

