@charset "ISO-8859-1";
html {
	height: 100%;
}

body {
	background-color: #000000;
	font-family: abadi, Verdana,sans-serif;
	font-size: 11pt;
	color: #555;
	text-align: center;
	height: 100%;
	text-decoration: none;
	}
	
a img {
   border-style: none;
}
	
#container {
	position: absolute;
	width: 1000px;
	left: 50%;
	margin-left: -430px;
	top: 50%;
	margin-top: -300px;
	background: #000;
	overflow: auto;
	z-index: 100;
	height: 680px;
	text-decoration: none;
	}
#container #header {
	height: 151px;
	width: 860px;
	background-color: #000;
	text-align: center;
	margin: 0px 0px 30px 0px;
	text-decoration: none;
	}
		
#container #flashcontent  {
	height: 100%;
	}
	
#navlist {
	height: 20px;
	width: 860px;
	background-color: #000;
	padding: 0;
	margin: 0;
	text-align: center;
	}
#navlist li {
	list-style: none;
	display: inline;
	}
 #navlist  li a {
	color: #fff;
	background-color: rgb(162,31,45);
	padding: .4em 1.2em;
	text-decoration: none;
	}
#navlist  li a:hover {
	color: rgb(162,31,45);
	background-color: #000;
	}
#container #content {
	height: 380px;
	width: 780px;
	background-color: #000;
	font-family: abadi, Verdana, sans-serif;
	font-size: 14pt;
	color: #fff;
	padding: 20px 40px 0px 40px;
	}
#container #content #map {
	float: right;
}

#container #content a:link {
	color: rgb(162,31,45);
	text-decoration: none;
}

#container #content a:visited {
	color: rgb(162,31,45);
	text-decoration: none;
}

#container #content a:hover {
	color: #fff;
	text-decoration: none;
}
	
#greentype {
	color: rgb(162,31,45);
	font-weight: bold;
	}
	
#tail {
	height: 30px;
	width: 860px;
	text-align: center;
	background-color: #000;
	}
.motto   {
	font-size: large;
	font-weight: bold;
	text-align: center;
	font-style: italic;
}
	
.active {
	border: 1px solid rgb(162,31,45);
	color: rgb(162,31,45);
	font-weight: bold;
	padding: .2em 1em;
	}

.indexpics {
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}

.floatright {
	float:right;
	padding: 15px;
}
