body {
	margin:0;
	padding:0;
	text-align: center;
	font: 80% Helvetica, Arial, Sans-serif;
	background: #00003c;
}

a {
	color: #65a9cb;
}

a:hover {
	color: #8eb2a3;
	text-decoration:none;
}	

h1, h2 {
	margin-top:20px;
	padding:10px 0 0 40px;
	font-family:Tahoma, Arial, Sans-serif;
	font-weight:normal;
	font-size:1.6em;
	color:#333;
}

p {
	text-indent:10px;
	padding-left:10px;
	line-height: 1.5em;
}

table {
	width:100%;
	border:1px solid #ccc;
	border-collapse:collapse;
	margin-left:10px;
}

td {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

th {
	background:#e5e5e5;
}

#header {
	background: url(images/head2.jpg) no-repeat left top;
	height:146px;
	border-bottom:1px solid #ccc;
	overflow:hidden; /* Keeps header from blowing up when text size is incresased  **/;
	width: 1%;
	width: 100%;
}

#navBar {
	width:240px;
	float: left;
	text-align: center;
}

#nav {
	list-style:none;
	margin: 35px auto;
	text-align: center;
	padding: 0px;
}

#nav li {
	background:#fff;
	width: 180px;
	height:1.8em;
	line-height:1.8em;
	text-align:center;
	font-size: 1em;
	margin:5px auto;
	border-bottom: 1px solid #ccc;
	border-right:1px solid #ccc;
	letter-spacing: 0.2em;
}	

#nav li a:link, #nav li a:visited {
	color:#333;
	text-decoration:none;
	display:block;
}	

#nav li a:hover {
	background:#4C83BA;
	color:#fff;
}

#linkBox {
	width: 160px;
	padding: 10px;
	border: 1px dashed #3f4d7f;
	margin: 0 auto 35px;
	text-align: left;
}

#linkBox h2 {
	color: #ffffff;
	text-align: center;
	font: 13px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

#links {
	list-style:none;
	margin: 0;
	text-align: left;
	padding: 0px;
}

#links li {
	background: #d8d8d8;
	height: 1.5em;
	line-height:1.5em;
	text-align:left;
	font-size: 10px;
	margin:5px 0 5px 0;
	border-bottom: 1px solid #ccc;
	border-right:1px solid #ccc;
	padding: 0;
	text-indent: 5px;
}	

#links li a:link, #links li a:visited {
	color:#333;
	text-decoration:none;
	display: block;
}	

#links li a:hover {
	background: #3d9898;
	color:#fff;
	display: block;
}

#content {
	text-align: left;
	margin-left: 250px;
	color: #fff;
	margin-bottom: 30px;
	line-height: 1.5em;
	margin-right: 25px;
}

#content h1 {
	font-size: 3em;
	color: #eee;
}

#content h2 {
	font-size: 1.8em;
	margin-top: 15px;
	color: #ddd;
	border-bottom: 1px solid #aaa;
}	

#container {
	width:762px;
	margin:0 auto;
}

#container ul, #container li {
	line-height: 1.5em;
}

#rightcol h1 {
	font-size:1.3em;
	padding-left:20px;
	font-weight:bold;
	font-family:helvetica, arial, sans-serif;
}	

img.portrait {   /**        The main image in the sidebar     **/
	background:#fff;
	padding:4px;
	border:1px solid #ccc;
	display:block;
	margin: 35px auto 0;
}

img.map {
	background:#fff;
	padding:4px;
	border:1px solid #ccc;
	display:block;
	margin: 0 0 0 20px;
}	

#footer {
	text-align:center;
	background:#fff;
	clear:both;
	margin-top:35px;
	border-top:1px solid #ccc;
	padding: 3px 0;
	font-size: 80%;
}

p a.credits {
	font: 80% Arial, Helvetica, sans-serif;
	color: #a3b8cb;
}	
