html, body 
{
	height: 100%;
	margin: 0 auto;
	margin-top:5px;
	background:#eff4fb;
	color: #8f8f8f;
}

#global 
{
	min-height: 100%;
	position: relative;
	margin:0 auto;
	padding: 0 1%;
}

* html #global
{
	height: 0px;
}

a img
{
	border: none;
}

a
{
	color: white;
}

h1
{
	padding-top:2px;
	padding-bottom: 3px;
	
	color:black;
	
	text-shadow: 0px 1px 1px #fff;
	letter-spacing:-1px;
	font-family:Arial;
}

h2
{
	color: #77affd;
	text-shadow:1px 3px 3px #3a5c2f;
}

h3
{
	color: #d5d5d5;
	text-shadow:1px 2px 3px #b7b7b7;
}

#map_canvas
{
	width: 65%;
	height: 300px;
	float:right;
}

#nav
{
	margin-top:3%;
}

#nav, h1
{
	text-align: center;
}

#nav a
{
	padding-left:1%;
	padding-right:1%;
	
	background-color:#2e2e2e;
	background-image: -moz-radial-gradient(center top, ellipse, #525252 5%, #2e2e2e);
	
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	
	border-bottom: 1px solid rgba(0,0,0,0.25);
	border-radius: 5px;
	
	text-decoration:none;
}

#nav a:hover
{
	background-color: #1b1b1b;
	background-image: -moz-radial-gradient(center top, ellipse, #525252 5%, #1b1b1b);
}

#content
{
	margin-top: 5%;
	margin-left: 10%;
	margin-right: 10%;
	padding:30px 80px;
	padding-bottom:10%;
	background-color: #09264e;
	color:white;
	border-top-left-radius: 2em;
	border-top-right-radius: 2em;
}

.toHideAtLaunch a
{
	color: #121212;
}

#content h2
{
	
}

caption
{	
	color:#8f8f8f;
	background-color: #2e2e2e;
	background-image: -moz-radial-gradient(center top, ellipse, #525252 5%, #2e2e2e);
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	border-radius: 5px;
	margin-bottom:1%;
	
	text-decoration:none;
}

table
{

	
	background-color:#adadad;
	color:black;
	border-radius: 1em;
	border-collapse:collapse;
	border-bottom: 1px solid rgba(0,0,0,0.25);
}

th
{
	background-color:#dadada;
	font-weight: bold;
	border-bottom: 2px solid rgba(0,0,0,0.25);
}

th.first
{
	border-radius: 0.8em 0em 0em 0em;
	padding-right:5px;
	padding-left:10px;
	border-right: 1px solid rgba(0,0,0,0.25);
}

th.last
{
	border-radius: 0em 0.8em 0em 0em;
	padding-left:5px;
	padding-right:10px;
}

td
{
	border-right: 1px dotted rgba(0,0,0,0.25);
	padding-left:5px;
	padding-right:10px;
	text-align:center;
	border-bottom: 1px dashed rgba(0,0,0,0.25);
}

#footer
{
	background-color:#2e2e2e;
	border-bottom-left-radius: 2em;
	border-bottom-right-radius: 2em;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 10%;
	padding: 20px 30px 8px;
	text-align: center;
}

#footer img
{
	padding-right:3px;
	padding-left:3px;
}

#footer .copyright
{
	font-size:9px;
}

#footer a
{
	color:#8f8f8f;
	text-decoration:none;
}
