 /* Default Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
 html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button {
     margin: 0;
     padding: 0;
     border: 0;
}
body{
	text-align:center;
	font-size:0.78em;
	}
h1,h2,h3,h4,h5,h6 {
		font-weight: bold;
}
p  {margin: 1em 0;}

a {text-decoration:underline;}

a:hover {text-decoration:none;}

#wrapper{
	width:770px;
	margin:0 auto;
	text-align:left;
	}
	
* html .wrapper {   /*** IE5.x/win box model fix ***/
	width: 772px;
	wid\th: 770px;
}
#header{
	height:140px; 
	position: relative;
	}
	
	#logo{
	position:absolute;
	}
#banner{
	margin: 0 152px 200px;
	text-align:center;
}
#search{
	position:absolute;
	top:10px;
	right:10px;
	width: 130px;
	height: 80px;
	COLOR: #616365;
	font-size: 80%;
	text-align: center;
	border: 2px ridge #ffcf00;
   padding: 2px;
	 
}
 #search a:link  {
 	COLOR: #616365;
 }
/*------------------------------------------------*/
/* \*/
* html #rightcolcontainer {
	fl\oat: right;
	margin-left: 2px; 
	mar\gin-left: 0px; 
}
/* */

/* \*/
* html .sidebarcontainer {height:1%;}
/* */
.sidebarcontainer li {list-style-type:none;}
#footer{	clear:both;}

#footer a {
	margin:1px 5px;
	}
.imgfloatright {
	float:right;
	display:inline;
	margin: 0.25em 0 0.25em 1em;
}
.imgfloatleft {
	float:left;
	display:inline;
	margin: 0.25em 1em 0.25em 0;
}

.nmfl  {
	text-align: center;
	border: 2px solid Red;
	background-color: Aqua;
	color: Fuchsia;
	position: relative;
}
.nmBanner{
	color: #008AD5;
	background: #FFCF02;
	font-size: 2.6em;
	text-decoration: underline;
}
.nmMainPgHeader1{
	font-size: 2em;
	background: #FFCF02;
	text-align: center;
	
	}
	.nmMainPgHeader2{
	font-size: 1.6em;
	background: #008AD5;
	color: #FFCF02;
	text-align: center;
	
	}
	.nmlist ul{
		color:red;
	}
	.nmList  li{
		list-style: decimal inside;
	 	background-color: #F0EFC8;
		margin-bottom: 2px;
		 
	   
		padding: 2px;
		border: 2px ridge #FFCF02;
		 
	}
	.nmcontainer{
		margin: 4px;
		padding: 4px;
		 
		 
		}
	.nmcontainer table{
	border-style: solid;
	table-layout: auto;
		width: 100%;
	 
	}
		.nmcontainer td{
	table-layout: auto;
	border: 2px solid #FFCF02;
	background-color: #F8F8EC; 
	padding: 0px;
	margin:0px;
	
	 
	}
	.nmcontainer .nmTbCellStd{
		
		display: none;
		background-color: #F0EFC8;
		text-align: center;
	}
	 .nmcontainer .nmTbCellStd img{
	 width: 50px;
	 height: 50px;
	 }
	.nmFreeTxt{
		text-align: justify;
		font-size:1.2em;
		color:#484848;
		 	}
	.nmcontainer h3{
		color: #0055D5;
		
		
	}
	 
/*-------------------------------------------------*/
@media print {	
	body{
		font-size:11pt;
		line-height:13pt;
		background:#FFFFFF !important;
	}	
	#wrapper, #contentwrapper, #floatwrapper, #centercolumn, * html #wrapper, * html #contentwrapper, * html #floatwrapper, * html #centercolumn {
		width:auto !important;
		margin:auto !important;
	}

	#wrapper, #contentwrapper {border:none;}

	#mainnav{
		padding:0;
		text-align:center;
	}

	#leftcolumn, #rightcolumn, #search {display:none;}

	#wrapper, #header, #mainnav, #mainnav .item, #mainnav .selected, #copy .container, #footer {
	  background:transparent; 
	}
	#centercolumn {
		float:none;
		margin:0 1em 0 2.5em;
	}	

	#breadcrumbs {position:static;}

	#copy .container{
		margin:0;
		padding:0 !important;
		border-style:none !important;
		border-width:0;
	}
	
    #copy fieldset {border:none;}	
	    
	#footer{	
		position:static;
		border-style:none !important;
		border-top:1px solid #000000;
	}
 
 