/* CSS Document */

#content	{ 
			
			voice-family: "\"}\"";
			voice-family: inherit;
			margin-left: 10%;
			margin-right:10%; 
			border-left: solid 15px #b1d035; 
			border-top: solid 15px #b1d035; 
			border-right: solid 15px #b1d035; 
			border-bottom: solid 15px #b1d035; 
			background-color: white;
			}
html>body #content {
margin-left: 10%;
margin-right: 10%;
	}
#navbar		{ width: 132px; margin-left: -1px; margin-top: -15px; position: relative; float: left; background-image: url('images/bground.gif'); }
#text		{ margin: 10px 10px 10px 5px; font-family: century gothic, tahoma, arial; font-size: 10pt; color: #654e2f; }
#bulleted	{ font-family: verdana, tahoma, arial; font-size: 10pt; color: black; }
ol			{ font-family: verdana, tahoma, arial; font-size: 10pt; color: black; }
#leftbar	
		{ 
		position: absolute;
		left: 8%;
		top: 150px;
		width: 10%;
		text-align: right; 
		}
#wrapper	{ width: 80%; margin-left: auto; margin-right: auto; }
#rightbar	{ 
		position: absolute;
		right: 8%;
		top: 150px;
		width: 10%;
		 }
#header		{ margin-left: 15%; margin-right: auto; }
#footer		{ margin-left: 25%; margin-right: auto; margin-top: 1%; }
#copyright	{ font-family: century gothic, verdana, arial, serif; font-size: 11px; color: #654e2f; }
img			{ padding: 0; margin: 0; border: 0; }

a:link		{ color: #654e2f; font-weight: 500; }
a:active	{ color: #654e2f; font-weight: 500; }
a:hover		{ color: #654e2f; font-weight: 500; text-decoration: none; }
a:visited	{ color: #654e2f; font-weight: 500; }


