body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #008020;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	background-position: left top;
	background-color: #FFFFD9;
}
.NTBCLayout #container {
	width: 100%;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.NTBCLayout #header {
	padding: 0 10px 0 20px;
}
.NTBCLayout #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.NTBCLayout #mainContent {
	margin: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	clear: both;
}
.NTBCLayout #mapInsert {
	padding-left: 30px;
}
.NTBCLayout #footer {
	padding: 0 10px;
	background-color: #FFCC00;
} 
.NTBCLayout #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 */
	background-color: #FFCC00;
}
.NTBCTitle {
	color: #008020;
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
}
.NTBCText {
	color: #008020;
	font-size: 1em;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.NTBCHeader {
	color: #008020;
	font-weight: bold;
	font-size: 18px;
	font-style: normal;
}
/*
.NTBCLayout a:link {
	font-weight: 200;
	color: #800000;
	text-decoration: none;
}
.NTBCLayout a:visited {
	color: #DC2D01;
	text-decoration: none;
	font-weight: 200;
}
.NTBCLayout a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: 900;
}
*/
.ContactItem {
	font-size: 1.1em;
	font-weight: bold;
	color: #008020;
}
a:link {
	font-weight: 400;
	color: #800000;
	text-decoration: none;
}
a:visited {
	font-weight: 200;
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	font-weight: 400;
	color: #008020;
	text-decoration: underline;
}

h3 {
	font-size: 1.3em;
	font-style: italic;
	font-weight: 600;
	line-height: 75%;
}
.MissionsTable {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.MissionsTable table {
	text-align: left;
	background-color: #FFFF4F;
}
.MissionsTable table td {
	border-collapse: collapse;
}
.MissionsTable  table  .even {
	background-color: #FFFF4F;
}
.MissionsTable  table  .odd {
	background-color: #93FF4A;
}
.MissionsTable table th {
	background-color: #33FF00;
	border-collapse:collapse;
	text-align: center;
	font-weight: bold;
	color: #008020;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 2px;
	padding-bottom: 5px;
}

