body{
/* 	background-color: #6b8080; */
	background-color: #f28300;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: .9em;

}

p {
	text-indent: .5em;
	margin: .25em;
	padding: .5em;
}

h1 {
	font-size:1.25em;
	text-decoration: none;
	padding: 0em;
	margin: .5em 0em .5em 0em;
	text-align: left;
}

h2 {
	font-weight: bold;
	font-size: 1.5em;
	color: black;
	display: inline;
	text-decoration: none;
}

img {
	border:none;
}
	
a,a:visited {
	font-size: 1em;
	text-decoration: underline;
	color: black;
	border: none;
}

a:hover, a:active {
	font-size:1em;
	text-decoration: underline;
	color: white;
	border: none;
}
a.valid, a.valid:hover, a.valid:active, a.valid:visited, a.image, a.image:hover, a.image:visited, a.image:active {
	text-decoration:none;
}


a.navigation, a.navigation:visited {
	font-size: 1em;
	text-decoration: none;
	color: black;
}

a.navigation:hover, a.navigation:active {
	font-size:1em;
	text-decoration: none;
	color: white;
}

div {
	background-color: none;
	text-align: center;
	border-style: solid;
	border-width: .2em;
}

div.page {
	border-width: 0px;
	width: 70em
}




div.banner {
	display: inline;
	text-align: center;
	width: 28em;
	height: 15em;
	padding:0em;
 	margin: 1em 0em 0em 0em; 
	border: 0em;
	float: top;
	clear: both;
}

/*div.location {

	display: inline;
	text-align: center;
	width: 20em;
	height: 7em;
	padding: .5em;
	margin: 3em 0em 0em 8.5em; 
	float: left;
	clear: top;
	background-color: #829b9b;
	border: 0em;
}*/

div.navigation {
	padding: .25em;
	margin: 0em 0em 1em 0em;
	text-align: left;
	width: 14em;
	display: block;
	top: 1em;
	left: .5em;
/* 	background-color: #829b9b; */
	
}

div.navigation:hover, div.navigation:active {
	border-color: white;
}

div.nav_buffer {
	border: none;
	display: block;
	padding: 0em;
	margin: 0em 0em 0em 1em;
	text-align: center;
/* 	width: 15em; */
	width:30%;
	background-color: #f28300;
/* 	background-color: #8094a5; */
	float: left;
	clear: right;
}

div.content {
	text-align: left;
	padding: 1em;
	margin: 0em 0em 1em 0em;
/* 	width: 35em; */
	width: 62%;
	float: left;
	clear: right;
	background-color: #8094a5;
}


div.footer {
/* 	background-color: #829b9b; */
	font-size: 1em;
	color: white;
	font-weight: bold;
	border-color: black;
	padding: .5em;
	text-align: right;
	width: 65.5em;
/* 	width: 100%; */
	margin: 0em 0em 0em 1em;
	float: top;
	clear: both;
}

/* Colors */
div.footer, div.navigation {
	background-color: #fa9500;
}