 /* Hide content /**/
  .DN { display: none; }

/* Only show content to screen readers /**/
  .wai { display: none; }
  
/* Clearfix /**/
  .cf:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
  .cf { display: inline-block; }
  /* Hide from IE Mac \*/
  * html .cf { height: 1%; }
  .cf { display: block; }
  /* End Hide */
  
/* Fix IE Cursor Bug /**/
  a * { cursor: pointer; }
  
/* Set the border to zero on all images which are inside a link /**/
  a img { border: 0px none; }
  
/* These styles are so tables go to 100% width when you need em /**/
  div.tableContainer {width:100%} 
  .w100pc {width:100%}
  
body
	{
	margin:15 auto;
	text-align:center;
	background:url(new/mlogo-back1.jpg) #333;
	}

#background_O
	{
	margin:auto;
	}

#content_O
	{
	width:800px;
	margin:auto;
	background:black;
	}

#content_I
	{
	width:750px;
	padding-bottom:10px;
	margin:auto;
	}

.Headimg
	{
	margin-top:0px;
	}
	
#navigation
	{
	background:url(Header/navBack.jpg) no-repeat;
	padding:0px;
	margin:10px 0px 10px 0px;
	width:750px;
	height:21px;
	}

/*
#navigation li 
	{
	zdisplay:inline;
	zbackground-color:#333;
	zpadding:0px 10px 1px 12px;
	zmargin:0;
	zpadding:0;
	zfont-weight:bold;
	zborder:1px solid #aaa;
	zposition:relative;
	ztop:5px;
	zleft:10px;
	zfont-size:0.8em;
	zfont-family:tahoma;
	zwidth:100px;
	ztext-align:center;
	}

*/

#navigation li 
	{
	padding:0px 30px 0px 30px;
	display:inline;
	font-weight:700;
	font-size:0.8em;
	font-family:tahoma;
	text-align:center;
	}

#navigation a
	{
	color:white;
	text-decoration:none;
	}

#navigation a:hover
	{
	color:red;
	}

#disclaimer
	{
	color:white;
	padding-left:20px;
	}

a:link
	{
	color:white;
	text-decoration:none;
	}

a:hover
	{
	color:aaa;
	}

a:visited
	{
	color:white;
	text-decoration:none;
	}

span.bold { font-weight:bold; }

#footer
	{
	background-color:#555;
	margin:10px 0px 10px 0px;
	padding:20px 0px;
	width:750px;
	text-align:center;
	color:white;
	font-size:11px;
	clear: both;
	}
	
.grassBottom{
	background:url(new/pattern-bottom.png) no-repeat #000000;
	width:800px;
}
