/* style-ge.css */

body {background-color: #568C57; /* either side of the pictures was 222222 */
/*     background-image: url(images/background.gif); */
		font: .95em/1.3em verdana,arial,helvetica,sans-serif;
		margin: 0;
		padding: 0;		
	}

	#header {
		text-align: center;
		background-color: #568C57; /* was #dddddd */
		width: 100%;
		height: 20px;
		padding: 10px 0 10px 0;
		
	}
	
	#footer {
		text-align: center;
		background-color: #568C57;
		color:#FFFFFF;
		width: 100%;
		height: 20px;
		padding: 10px 0 10px 0;
	}
	
	#flashcontent {	
		width: 100%;
		height: 600px;		
	}
	
a.linkclass,
a.linkclass:visited {text-decoration:none; color:#FFFFFF; font-weight:bold; }
a.linkclass:active {text-decoration:none; color:#FFFFFF; font-weight:bold; }
a.linkclass:hover {text-decoration:underline; color:#FF0000; font-weight:bold; }

a,a:visited,a:active {text-decoration: none;}
 		
/* set horizontal navigation to class */

.headernavigation1 {
	font: 0.8em /1.3 Verdana, Arial, sans-serif;		
	color: #fff;
/*	width: 94%;	 */
	text-align: center;
/*	margin-left: 180px; */
/*	top: 0px;  */
/*	padding: 2px; */
/*	margin-top: -7px;  */
	height: 20px;
	padding: 10px 0 10px 0;

	}
	
.headernavigation1 ul  {
		list-style: none;
		margin: 3px;
		padding: 3px;
		}
		
.headernavigation1 li  {
			display: inline;
		}
		
.headernavigation1 a:link, .headernavigation1 a:visited  {
	color:#FFFFFF;
	padding: 3px;
	background-color: #568C57;  /* was #AD366E  */
	text-decoration: none;
}
   
	.headernavigation1 a:hover  {
	color:#FFFF00;
	background-color: #568C57;
	}

