* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Lucida Sans Unicode", verdana, sans-serif;
	background: #597d35;
	text-align: center;
	font-size: 12px;
	overflow: scroll;
}

/* --------------------------------------------------------------------------------------------------------------------------
STRUCTURE */

div#header {
	width: 100%;
	height: 70px;
	background: #F7F7F7 url(img/headerbg.jpg) left bottom repeat-x;
	overflow: hidden;
}

div#headerframe {
	width: 820px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	margin-top: 10px;
}

div#menu {
	width: 100%;
	height: 120px;
	background: #f3f3f3 url(img/menubg.jpg) repeat-x;
}
div#space { /* bottom background */
	width: 100%;
	overflow: hidden;
	background: #e3ebf5 url(img/landscape.jpg) left bottom repeat-x;
	display: block;
	clear: both;
}
div#outerspace {
	width: 100%;
	overflow: hidden;
	background: transparent url(img/landscape-sky.jpg) left top repeat-x;
	display: block;
}
div#container {
	width: 826px;
	margin: 0 auto;
	background: transparent;
	overflow: hidden;
	display: block;
	text-align: left;
	/*background: transparent url(img/spacebg.png) repeat-y;*/
	background: #fff;
}
div#collector {
	margin: 15px auto;
	width: 750px;
	overflow: hidden;
}
	div#content {
		width: 489px;
		float: left;
		overflow: hidden;
	}
	
	div#submenu {
		width: 230px;
		float: right;
		overflow: hidden;
	}
	
div#footer {
	width: 100%;
	height: 150px;
	display: block;
	overflow: hidden;
	clear: both;
	background: #597d35;
	text-align: center;
}
div#footerframe { 
	width: 900px;
	height: 76px;
	margin: 0 auto;
	background: #597d35 url(img/footerframe.jpg) repeat-x;
	clear: both;
}
div#footerframetxt { 
	width: 826px;
	margin: 0 auto;
	background: #597d35;
	display: block;
	overflow: hidden;
}

p.alert-neg {
	width: 100%;
	padding: 15px;
	color: #fff;
	background: #b61010;
	margin: 10px auto;
}
p.alert-pos {
	width: 100%;
	padding: 15px;
	color: #fff;
	background: #003366;
	margin: 10px auto;
}

#content p { line-height: 20px; margin-bottom: 10px; }
#content ul { margin-left: 20px; list-style-type: square; font-size: 12px; }
#content ul li { margin-bottom: 5px; }

/* MENUS */

div#menu a, div#menu a img, div#menu img {
	border: 0;
}

div#menu a img {
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}

div#menu a:hover img {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}

/* TEXT */
div#header h1 {
	text-align: left;
	margin: 10px auto;
	font-weight: normal;
	color: #333;
	float: left;
}
div#header h1 a, div#header a {
	text-decoration: none;
	border: none;
}

h2 {
	font-size: 1.5em;
	color: #003366;
	padding: 5px;
}

h2, h3 {
	overflow: hidden;
}

#content h2, #content h2 a { font-size: 25px; font-family: georgia, tahoma, verdana, sans-serif; font-weight: bold; }

div#footer p.info {
	width: 300px;
	text-align: left;
	color: #f3f3f3;
	padding: 10px;
	float: left;
}

div#footer p.disclaimer {
	width: 300px;
	text-align: left;
	color: #f3f3f3;
	padding: 10px;
	float: right;
}

div#footer p.info a, div#footer p.disclaimer a { color: #f3f3f3; }

p {
	padding: 2px 5px;
}

#submenu a { font-size: 13px; }

a {
	color: #4E6F07;
}

/* SEARCHSITE */
.searchbox {
	width: 250px; margin: 10px 0 2px 0; text-align: right; float: right;
}
.searchbox input {
	color: #888; 
	background: #f3f3f3; 
	width: 200px; 
	height: 17px;
	font-size: 11px;
	border: 1px solid #ccc; 
	-moz-border-radius: 5px; 
	-khtml-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	padding: 3px;
}
.searchbox input.button {
	width: 17px; 
	height: 17px; 
	border: none; 
	background: transparent url(img/buttons/search.jpg) no-repeat;
}