﻿body {
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana;
	font-size: 100%;
}
.nauThemeDark #container {
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page MEOW */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-color: #000000;
	padding: 10px 0 84px;
}
/* Header CSS Style */
.nauThemeDark #header {
	background: #000000;
	height: 266px;
	border: 2px;
	border-style: solid;
	border-color: #bba977;
}
.nauThemeDark #header p {
	padding: 0 0;

}
.nauThemeDark #header h1 {
	margin: 0;
}
.nauThemeDark #header h2 {
	margin: 0;
}
.nauThemeDark #header a:link {
	font-size: 9px;
	text-decoration: none;
	color: #FFFFFF;
}
.nauThemeDark #header a:visited {
	font-size: 9px;
	text-decoration: none;
	color: #FFFFFF;
}
.nauThemeDark #header a:hover {
	font-size: 9px;
	text-decoration: none;
	color: #ffcc00;
}
.nauThemeDark #header a:active {
	font-size: 9px;
	text-decoration: none;
	color: #FFFFFF;
}
.nauThemeDark #header ul {
	padding-left: 15px;
	padding-bottom: 0px;
	padding-right: 15px;
	padding-top: 10px;
	list-style-type: none;
	margin: 0px 5px;
}
.nauThemeDark #header li {
	list-style-type: none;
	margin-bottom: 5px;
}
.nauThemeDark #naulogoheader {
	background: #000000;
	height: 80px;
}
.nauThemeDark #mainContent {
	margin: 0;
	padding: 10px 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	border-right: 2px;
	border-left: 2px;
	border-top: none;
	border-bottom: none;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: none;
	border-bottom-style: none;
	border-color: #bba977;
}
.nauThemeDark #mainContent navText {
	font-size: 9px;
}
.nauThemeDark #mainContent p {
	font-size: 9px;
	padding: 0 0;
}
.nauThemeDark #mainContent a:link {
	font-size: 9px;
	text-decoration: underline;
	color: #000000;
}
.nauThemeDark #mainContent a:visited {
	font-size: 9px;
	text-decoration: underline;
	color: #000000;
}
.nauThemeDark #mainContent a:hover {
	font-size: 9px;
	text-decoration: none;
	color: #000000;
}
.nauThemeDark #mainContent a:active {
	font-size: 9px;
	text-decoration: underline;
	color: #000000;
}
.nauThemeDark #mainContent h1 {
	font-size: 17px;
	font-weight: bold;
	color: #C00000;
}
.nauThemeDark #mainContent h2 {
	font-size: 14px;
	font-weight: bold;
	color: #6699CC;
}
.nauThemeDark #mainContent h3 {
	font-size: 9px;
	font-weight: bold;
}
.nauThemeDark #mainContent td {
	font-size: 9px;
}
.nauThemeDark #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	height: 76px;
	border: 2px;
	border-style: solid;
	border-color: #bba977;
}
.nauThemeDark #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	size: 9px;
	color: #FFFFFF;
}
.nauThemeDark #footer a {
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}
.vertBorder {
	color: #ffcc00;
	font-size: 9px;
}