body {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: medium;
	color: #00FFFF;
	background-color: #000080;
	padding: 0px;
	margin: 0px;
}
body img {
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	text-decoration: none;
	text-align: center;
}
#container {
	width: 80%;
	margin: auto;
	padding: 0px;
	max-width: 1536px;
}
#masthead {
	background-image: url('images/logo.gif');
	background-repeat: no-repeat;
	height: 140px;
	background-position: left center;
	margin-top: 0;
}
#left-nav {
	border-style: none;
	width: 180px;
	float: left;
	padding: 20px 0px 10px 0px;
}
#main-content {
	margin: 20px 200px 50px 200px;
	text-align: center;
}
#footer {
	clear: both;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}
a {
	color: #FFFF00;
	text-decoration: none;
}
a:active {
	color: #FFFF00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFFF00;
}
a:link {
	color: #FFFF00;
}
a:visited {
	color: #FFFF00;
}
#footer-small-text {
	font-size: smaller;
}
.main-content-text-left {
	text-align: left;
}
#nav-hilight {
	font-weight: bold;
}
table {
	table-layout: auto;
	border-collapse: collapse;
	width: 100%;
	white-space: nowrap;
}
table, th, td {
    border: 1px solid;
}  
td, th {
    padding: 10px 10px 10px 10px;
}
.table-text-left {
    text-align: left;
}
