* {
		margin: 0;
		padding: 0;
		}
		
body {
	margin:0;
	padding:0;
	color:#FBF2D5; 
	font: 1.0em;
	background: #B1B1B1;

	}

	
a {
	color: #C79800;
	font-weight:bold;
	text-decoration:underline;
	}
	
a:hover {
	color: #555;
	}
	
img {
	border-style: none;
	}
	
#container {
	margin: 1% auto;
	background:  url(../img/background_green.jpg) no-repeat;
	width: 866px;
	text-align: justify;
	}
	
#header {
	height: 220px;
	width: 866px;
	font-family:Arial, Helvetica, sans-serif;
	size: 2.0em;
	color:#26354A;
	letter-spacing:.1em;
	}
	
#navigation  {
	width: 844px;
	font: 1em Arial, Helvetica, sans-serif;
	color: #26354A;
	letter-spacing:1.1em;
	padding: 30px 8px 8px 15px;
	}
	
#content {
	overflow: hidden;
	}
		
#bodyText {
	width: 430px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	float: left;
	padding: 20px 40px 38px 80px;
	line-height:1.2em;
	color:#26354A;
	letter-spacing:.05em;
	overflow: visible;
	}
	
#rightsidebar {
	width: 280px;
	padding: 4px 0px 30px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	float: left;
	color: #000;
	line-height:18px;
	letter-spacing:.05em;
	overflow: visible;
	list-style-image: url(../img/bullet.png);
	list-style-position: inside;
	background: transparent;
	}
	
#footer {
	height: 80px;
	width: 860px;
	float: left;
	background: center transparent url(../img/footer_white.png) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	text-align: center;
	color:#333;
	letter-spacing:.05em;
	}	
	
h1 {
	font: 1.8em Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	}
	
h2 {
	font: 1.4em Arial, Helvetica, sans-serif;
	letter-spacing:.05em;
	line-height:32px;
	color: #000;
	text-decoration: none;
	}
	
h3{
	font: 1.3em Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	}

