body { background: #234b89; color: #ffffff; font-family: Arial }

a { text-decoration: none; color: #ffff00 }
a:hover { text-decoration: underline; color: #ff0000 }
a:visited { text-decoration: none; color: #ffaa00 }

#centerDiv { text-align: center; }

#logo { margin: 0 auto; z-index: 1 }

#navmenu { margin: 0 auto; 
	background-color: #080b65; 
	width: 800px; 
	z-index: 2; 
	font-size: 18pt; 
	display: inline-block;
	border-radius: 4px; 
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2); 
	text-align: center 
	}
  
#content {  
margin: 0 auto; 
background-color: #000066; 
width: 900px; 
z-index: 3; 
padding-left: 8px; 
padding-right: 8px 
  display: inline-block;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  font-family: Arial, sans-serif;
  line-height: 1.8em;
  padding: 0 1.3em;
  text-decoration: none; 
  text-shadow:
  -1px -1px 0 #000,
  1px -1px 0 #000,
  -1px 1px 0 #000,
  1px 1px 0 #000;  
}

#footer { margin: 0 auto; 
	background-color: #000066; 
	text-align: center;
	display: inline-block;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2); 
	width: 460px;
 }

.btn {
  background: linear-gradient(#080b65,#4649dc); 
  color: #FFF;
  display: inline-block;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  font-family: Arial, sans-serif;
  line-height: 1.3em;
  padding: 0 1.0em;
  text-decoration: none; 
  text-shadow:
  -1px -1px 0 #000,
  1px -1px 0 #000,
  -1px 1px 0 #000,
  1px 1px 0 #000;  
}

.btn:hover { 
  box-shadow: inset 0 1px 1px rgba(255,255,255,0.2), 
  inset 0 1.5em 1em rgba(255,255,255,0.3);
}
.btn:active { 
  box-shadow: inset 0 1px 1px rgba(255,255,255,0.2), 
  inset 0 1.5em 1em rgba(0,0,0,0.3); 
}

.green.btn {
  background: linear-gradient(#080b65,#4649dc);
  text-shadow: 1px 1px 1px #57B245; 
}

.red.btn {
  background: linear-gradient(#D60A0A,#B20808);
  text-shadow: 1px 1px 1px #B20808; 
}

.blue.btn {
  background: linear-gradient(#11A1D6,#0E86B2);
  text-shadow: 1px 1px 1px #0E86B2; 
}

.small.btn {
  line-height: 1.75em;
  padding: 0 1.5em; 
}

.large.btn {
  line-height: 3em;
  padding: 0 3.5em; 
}