@charset "utf-8"; 
html, body {
	height: 100%;
	width: 100%
} 
body { 
	background-color: #404040; 
	color: #3A4901; 
	padding: 0px; 
	margin: 0px; 
	text-align: center;
} 
.egeo #container {
	background-color: #cccc66;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	height: 100%;
	max-width: 1024px;
	font-family: "Comic Sans MS", Arial, Georgia;
} 
.egeo #header {
	background-color: #cccc66; 
} 
.egeo #navigationBar {
	background-color: #3A4901; 
	text-align: center;
} 
.egeo #mainContent {
	background-color: #cccc66; 
	text-align: center; 
	padding-left: 0px; 
	min-height: 100%; 
	height: auto;
} 
.egeo #mainContent h1 {
	padding-top: 30px; 
	padding-bottom: 10px;
} 
.egeo #mainContent #textBox {
	width: 65%; 
	margin: auto; 
	text-align: left;
	padding-top: 30px;
} 
.egeo #mainContent a:link {
	color: #3A4901; 
	text-decoration: none;
} 
.egeo #mainContent a:visited {
	color: #3A4901;
	text-decoration: none; 
} 
.egeo #mainContent a:hover {
	color: #506301;
	text-decoration: underline;
}
.egeo #footer {
	color: #3A4901; 
	background-color: #AAAAAA; 
	text-align: center; 
	font-size: small; 
} 
.egeo #footer a:link {
	text-decoration: none; 
	color: #3A4901; 
} 
.egeo #footer a:visited {
	text-decoration: none; 
	color: #3A4901; 
} 

.transparant {
	color: #BEDE7C
}
