
#container {
		background-color: white;
		width: 970px;
		text-align: left;
		font-family: arial;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 0.95em;
		line-height: 1.5em;
		margin-left: auto; 
		margin-right: auto;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
		padding-right: 5px;
		border-top: 1px solid #b7b7b7;
		border-right: 1px solid #b7b7b7;
		border-bottom: 1px solid #b7b7b7;
		border-left: 1px solid #b7b7b7;
		background-image: url(../images/background_grass.jpg);
		background-repeat: no-repeat;
}

#header {
		background-color: white;
		width: 970px;
		text-align: center;
		padding-top: 5px;
		padding-bottom: 5px;
		border-bottom: 1px solid #b7b7b7;
}

#banner {
		width: auto;
		text-align: center;
		margin: 0;
		padding: 5;
		border: 0;
		clear: both;
		background-color: #638B2B;
		overflow: hidden;
}

#navigation { 
		width: auto;
		margin: 0px auto
		padding: 0;
		border: 0;
		clear: both;
		overflow: hidden;
}

#side_navigation { 
        float: right;
		width: 30%;
        height: auto;
		background-color: #98FB98;
		overflow: hidden;
		
	margin: 0;
	padding:20px 10px 0px;
	border-width: 3px;
	border-style: solid;
	border-color: #336600;
	background-color: #EFFFCE;
	clear: right;

}

#footer {
		background-color: white;
		width: 970px;
		text-align: center;
		padding-top: 20px;
		padding-bottom: 5px;
		border-top: 1px solid #b7b7b7;
}

/*general styles*/
h1,h2,h3,p,ul, {
	color: #003300;	
	}

dfn {
	font-style: normal;
	font:50%;
	}

ul {
	list-style-type: square;
	margin-left:15;
	}

/* Styles of navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 13;
	padding: 0;
}

#navigation li {
	float: left;
}

#navigation a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #000;
	background:  #638B2B;
}

#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #000;
	background-color: #228B22;
}
#navigation  a:visited {
	text-decoration:none;
	}
	
#side_navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}

#side_navigation li {
	float: left;
	border: 1px solid #93A372;
}

#side_navigation a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 0px solid #000;
}

#side_navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 0px solid #228B22;
	background-color: #228B22;
}

/* MenuBox Code */
.MenuBox {
	float: left;
	width: 99%;
	}

.MenuBox a {
	text-decoration:none;
	border-bottom: 1px solid #638B2B;
	background-color: #638B2B;
	padding: 4px;
	display: block;
	color: #FFFFCC;
	font-size: 85%;
	line-height: 110%;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #638B2B;
	font-weight: normal;
	}


.MenuBox a:hover {
	background-color: #66CC00;
	text-decoration:none;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #00FF00;
	}
	
.MenuBox a:visited {
	text-decoration:none;
	}
	
.indent {
	margin-right: 20px;
	margin-left: 20px;
}

body  { 
	text-align: center; 
	font-family: Arial, Helvetica;
	}

