body {
	margin: 0;
	background-color: black
}
form { margin: 0; padding: 0 }
body, td, div, p {
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: white;
	line-height: 125%
}

@media screen	{
	#headertable { width: 100%; height: 112px; background:url('/assets/images/NMWS_header_tile.gif') repeat-x;  }
	#imagewindow {width: 224px; height: 112px; background:url('/assets/images/NMWS_window.gif') no-repeat; }
	#headertitle {width: 560px; height: 75px; background:url('/assets/images/NMWS_title.gif') no-repeat 0px 9px; }
	#headertitle span { display: none }
	#headernav {height:37px; width:100%; }
	
	#navmain, #navmain a { display: block; width:49px; height:20px; background:url('/assets/images/NMWS_menu_main.gif') no-repeat; }
	#navmain { float:left; margin-right:16px; }
	#navmain a:hover { background-position: 0px -20px; }
	#navmain a span { display:none }
	
	#navgallery, #navgallery a { display: block; width:95px; height:20px; background:url('/assets/images/NMWS_menu_gallery.gif') no-repeat;  }
	#navgallery { float:left; margin-right:16px; }
	#navgallery a:hover { background-position: 0px -20px; }
	#navgallery a span { display:none }
	
	#navback, #navback a { display: block; width:140px; height:20px; background:url('/assets/images/NMWS_menu_bg.gif') no-repeat;  }
	#navback { float:left; margin-right:16px; }
	#navback a:hover { background-position: 0px -20px; }
	#navback a span { display:none }
	
	#navprojects, #navprojects a { display: block; width:110px; height:20px; background:url('/assets/images/NMWS_menu_projects.gif') no-repeat;  }
	#navprojects { float:left; margin-right:16px; }
	#navprojects a:hover { background-position: 0px -20px; }
	#navprojects a span { display:none }
	
	#navcontact, #navcontact a { display: block; width:97px; height:20px; background:url('/assets/images/NMWS_menu_contact.gif') no-repeat;  }
	#navcontact { float:left; }
	#navcontact a:hover { background-position: 0px -20px; }
	#navcontact a span { display:none }
	
	#menupanel { margin: 0px 16px; width:180px; text-align:center; }
	#contentpanel { margin: 0px 16px 0px 0px }
}

.menupanel { text-align:left;width:180px;border:1px solid #6892BE; }
.menuheader { padding: 2px; border-bottom:1px solid #6892BE; background-color: #405A75 ; font-size:8pt ; color:white }
.menucontent { padding: 2px; background-color: #333333 }
.menucontent div { height:12px;border-bottom:1px solid #405A75 }
.menucontent div.lastmenuitem { border-bottom: none }
.menucontent div a, .menucontent div a:link, .menucontent div a:active, .menucontent div a:visited { text-decoration:none ; color:white ; font-size:10pt }
.menucontent div a:hover { text-decoration:underline ; color:F3F480 ; font-size:10pt }
.menucontent div a span { margin-left:15px; } 

@media print	{
	#headertitle { margin: 0px 0px 16px 0px; font-size: 24px }
	#headernav, #menupanel { display: none }
	#contentpanel { margin: 0px 0px 0px 0px }
	.noprint { display: none }
}

.genitem, .whiteitem, .newsitem {
	border:1px solid #6892BE;
	background-color: #333333;
	margin: 0px 0px 16px 0px;
	width:100%;
}

.genheader, .whiteheader, .newsheader {
	background-color: #405A75;
	border-bottom: 1px solid #6892BE;
	padding: 2px;
	font-size: 16px;
	text-transform: uppercase
}

.gencopy, .whitecopy, .newscopy {
	padding: 8px;
}

@media print	{
	.genitem, .bgitem, .newsitem { border:none }
	.genheader, .bgheader, .newsheader { border-bottom:none }
}

.gencopy p, .whitecopy p, .newscopy p { margin: 10px 0px 0px 0px }

.whiteheader {
	background-color: #CCCCCC;
	color: black;
}
.whitecopy {
	background-color: white;
	color: black;
}
.whitecopy p { color: black; }

.newsheader .newsdate { float:right }
.newsheader .headline { font-size: 16px; text-transform: uppercase }
.newscopy div.author { font-size: 10px; }

a, a:active, a:visited, a:link {
	text-decoration: none ; color: #6892BE 
}
a:hover {
	text-decoration: underline ; color:#F3F480
}
.newsedit {
	background-color: #405A75;
	border-top: 1px solid #6892BE;
	padding: 2px;
	text-align: center
}

.maintaintable { border-collapse:collapse }
.maintaintable tr td { font-size:12px }
.maintaintable tr.header td { font-weight:bold }

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */
@media screen {
	.sIFR-hasFlash .headline span { visibility: hidden; letter-spacing:3px; }
	.sIFR-hasFlash .genheader span { visibility: hidden; letter-spacing:3px; }
}