body {
	background-color:black;
	background-image:url('images/Header.jpg');
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	background-position:top-left;
	font-family:Verdana;
	font-size:10pt;
	min-width:845px;
}
table {
	font-size:10pt;
}
#outer {
	margin-top:230px;
	color:white;
}
#search {
	width:325px;
	float:right;
	margin-top:-140px;
}
#search-label {
	padding-bottom:5px;
}
#navigation {
	font-weight: bold;
}
#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
}

#navigation li {
	float: left;
}
#navigation li a {
	display: block;
	text-align: center;
	padding: 10px 12px;
	text-decoration: none;
}
#navigation li a:not(.active) {
	color: white;
}

/* Change the link color to #000 (black) on hover */
#navigation li a:hover:not(.active) {
	background-color: black;
}
.active {
	background-color: white;
	color:black;
}

#content {
	margin-left:10px;
	margin-right:10px;
	padding:10px 60px 10px 40px;
	background-color: white;
	color: black;
}
#officers {
	width:600px;
}
#officers th {
	width:75px;
	vertical-align:top;
	text-align:left;
}
#officers td {
	width:125px;
	vertical-align:top;
	text-align:left;
}
#nss-link {
	float:right;
	margin-top:-79px;
	vertical-align:bottom;
	padding:0px;
	width:150px;
	height:79px;
}
#link-list {
	list-style-type: none;
	margin: 0px 0px 0px 25px;
    padding: 0;
}
#documents-list {
	margin: 0;
    padding: 0;
	border: 0;
	list-style: none;
}
.doc-header {
	font-weight:bold;
}
.doc-details {
	list-style: none;
	font-weight:normal;
}
.link-img {
	width:200px;
	text-align:center;
}
#link-list li div {
	display:inline-block;
    padding: 15px 0px 0px 0px;
	vertical-align:middle;
}
.spacer {
	height:15px;
}
.err
{
	color: red;
	font-weight:bold;
}
#footer {
	height: 100px;
	margin-top: -80px;
	text-align: center;
}
#footer-left, #footer-right {
	height: 100px;
}
#footer-left {
	float: left;
	width: 96px;
	background: url(images/fl.png) 100% 0 no-repeat;
}
#footer-right {
	float: right;
	width: 63px;
	background: url(images/fr.png) no-repeat;
}
