body { 
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-color: #4E5A43; 
	font-size: 80%; 
	}

#root { 
	width: 755px; 
	margin: 50px auto;
	text-align: left; 
	font-size: 1.0em; 
	}



#content { 
	border: 2px solid white;
	font-size: 1.0em;
	\width: 755px;
	w\idth: 751px;
	}
	
#content #header { 
	background-color: #99b871; 
	}
	
#content #menu { 
	background-color: #4e5a43; 
	border-top: 2px solid white; 
	padding: 12px 0; 
	}
	
#content #menu a:link, #content #menu a:visited {
	font-weight: bold; 
	color: #fff; 
	text-decoration: none; 
	}
	
#content #menu a:link:hover, #content #menu a:link:active, #content #menu a:visited:hover, #content #menu a:visited:active { 
	color: #95b561; 
	}

#content #menu a.selected { 
	color: #95b561; 
	}
	
#content #text { 
	background-color: #fff; 
	color: #000; 
	clear: both; 
	font-size: 1.0em;
	}
	
#content #text td { 
	background-color: #fff; 
	color: #000; 
	font-size: 1em;
	}
	
#content #text a:link, #content #text a:visited { 
	color: #090; 
	}
	
#content #text h1 { 
	border: 0; 
	margin: 0; 
	padding: 0.5em 0 0.5em 0; 
	color: #455a43; 
	font-size: 1.2em; 
	font-weight: bold; 
	}
	
#content #text .leftBorder { 
	border-left: 1px solid #090; 
	}
	
#content #text td p { 
	margin: 4px; 
	}
	
#content #text .leftindent { 
	margin-left: 20px; 
	padding-right: 5px; 
	}
	
#content #text .highlight { 
	color: #090; font-weight: bold; 
	}
	
#content #text #breadcrumb { 
	text-align: right; 
	}

#content #text #breadcrumb a:link, #content #text #breadcrumb a:visited { 
	color: #090; 
	text-decoration: none; 
	}
	
#content #text #breadcrumb a:link:hover, #content #text #breadcrumb a:link:active, #content #text #breadcrumb a:visited:hover, #content #text #breadcrumb a:visited:active { 
	text-decoration: underline; 
	}
	
#content #homelink a:link, #content #homelink a:visited { 
	display: block; 
	width: 240px; 
	padding: 10px; 
	margin: 0 20px 5px 0; 
	background-color: #94b767; 
	text-align: right; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 1em; 
	color: #fff; 
	text-decoration: none; 
	background-image: url(../img/home_arrow.gif); 
	background-position: left; 
	background-repeat: no-repeat; 
	}
	
#content #homelink a:link:hover, #content #homelink a:link:active, #content #homelink a:visited:hover, #content #homelink a:visited:active { 
	color: #4e5a43; 
	}



#footer { 
	background: #95b561;
	width: 755px;
	}
	
#homeblank { 
	background-color: #fff;
	width: 755px;
	}


#copyright { 
	margin-top: 0.5em; 
	font-size: 0.9em; 
	font-weight: bold; 
	color: #879779; 
	}
	
#copyright a:link, #copyright a:visited { 
	color: #879779; 
	text-decoration: underline; 
	}