@charset "UTF-8";
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: 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: Arial, Helvetica, sans-serif;
	background-color: #77F;
}
body h1 {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #00A749;
	padding: 5px 0px 5px 0px;
	font-variant: small-caps;
}
body h2 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00A749;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #00A749;
	padding: 3px 0px 2px 0px;
	margin: 5px 0px 0px 0px;
}
body h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00A749;
	padding: 3px 0px 3px 0px;
	margin: 10px 0px 0px 0px;
}
body img {
	border: 1px solid #000;	
}
a:link {
	color: #00C;
	text-decoration: none;
}
.floatImageLeft {
	float:left;
	margin-left:0px;
	margin-top:0px;
	margin-right:10px;
	margin-bottom:5px;
}
.floatImageRight {
	float:right;
	margin-left:10px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:5px;
}
.specialAnnouncement {
	display:block;
	padding: 5px;
	border: 2px solid #093;
	text-align:center;
}
.specialAnnouncement h2 {
	border: 0px;	
	padding: 3px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
}
.newsStory {
	border: 1px solid #000;
	padding:0px;
	margin-top:25px;
	margin-bottom:10px;
	background-color: #FFDAAB;
	width: 518px;
}
.newsStory h3 {
	display:block;
	margin:0px;
	padding-top:15px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	background-color: #00A749;
	color: #FFE0BC;
	border-bottom: 1px solid #000;
	height: 30px;
}
.newsStory img {
	margin:0px;
	padding:0px;
	border:0px;
}
.newsStory p {
	padding-left:10px;
	padding-right:10px;
	font-size: 0.9em;
}
a:visited {
	text-decoration: none;
	color: 10C;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
	color: #FF0;
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFBB;
} 
.twoColFixLtHdr #header {
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px, 0px, 0px, 0px;
	background-color: #FEFECA;
	height: 174px;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #headerImage1 {
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px, 0px, 0px, 0px;
	background-image:url(../images/nm_header-01.jpg);
	width: 100%;
	height: 150px;
	clear:both;
} 
.twoColFixLtHdr #headerImage2 {
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px, 0px, 0px, 0px;
	background-image:url(../images/nm_header-02.jpg);
	width: 100%;
	height: 25px;;
	clear:both
} 

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 0 0;
	background-color: #093;
	font-size: small;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: left;
}
.twoColFixLtHdr #sidebar1 img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.twoColFixLtHdr #sidebar1 #sidebarBottom {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFBB;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
.menuItem_sublinks {
	list-style-type: circle;
	background-color: #F0B729;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006714;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	display: block;
	padding: 0px;
}
.menuItem_sublinks p {
	padding: 10px;
	margin: 0px;
	font-weight: bold;
}
.menuItem_sublinks a {
	display: block;
	padding: 10px 5px 10px 10px;
	margin: 0px;
	font-weight: bold;
}
.menuItem_sublinks a:link {
	color: #000;
	text-decoration: underline;
}
.menuItem_sublinks a:visited {
	text-decoration: underline;
	color: #000;
}
.menuItem_sublinks a:hover {
	text-decoration: underline;
	color: #FF0;
	background-color: #00CC1E;	
}
.menuItem_sublinks a:active {
	text-decoration: underline;
	color: #FF0;
}
.menuItem_sublinks ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px 0px 10px 0px;
}
.menuItem_sublinks ul li {
	padding: 0px;
}
.menuItem_sublinks ul a {
	display: block;
	padding: 3px 5px 3px 15px;
	margin: 0px;
	font-weight:normal;
	text-decoration: underline;
}
.menuItem_sublinks ul a:link {
	color: #000;
}
.menuItem_sublinks ul a:visited {
	color: #000;
}
.menuItem_sublinks ul a:hover {
	color: #FF0;
	background-color: #00CC1E;	
}
.menuItem_sublinks ul a:active {
	color: #FF0;
}
.menuItem_normal {
	list-style-type: circle;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006714;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}
.menuItem_normal a {
	display: block;
	padding: 10px;
	text-decoration: underline;
}
.menuItem_normal a:link {
	color: #000;
}
.menuItem_normal a:visited {
	color: #000;
}
.menuItem_normal a:hover {
	color: #FF0;
}
.menuItem_normal a:active {
	color: #FF0;
}
.menuItem_normal:hover {
	background-color: #00CC1E;	
}
.menuItem_additional {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006714;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}
.menuItem_additional:hover {
}
.menuItem_additional p {
	margin:0px;
	padding:0px;
}
.menuItem_additional a {
	margin:0px;
	padding:20px;
	display:block;	
}
.menuItem_additional a:hover {
	background-color:#00CC1E;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent {
	margin: 0px 0px 0px 220px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px 0px 20px;
	text-align: left;
} 
.twoColFixLtHdr #footer {
	padding: 0 20px 0 20px;
	background-color: #FFDAAB;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
} 
.twoColFixLtHdr #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 */
	font-size: small;
}
.twoColFixLtHdr #footer img {
	border:0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

