   /* NMDAASSETLev2.css  in standards folder with navigation sidebar in column1 ... Jan 17, 2006 */

body {font: 0.8em verdana, arial, sans-serif;  text-align:center; }
* {margin:0px; padding:0px;}
div#mainwrapper {width:770px; margin-left:auto; margin-right:auto; text-align:left;  background-color:#ffffff;}

div#headerTop {width:770px; height:20px;background-color:#ffffff;  text-align:right; font: 10px  arial, sans-serif; color:#fff; background:  url(images/bckgrndNav.jpg) ;
background-repeat: no-repeat;
background-position: right bottom;} 
div#headerTop a, a:visited { font: 11px arial, sans-serif; line-height: 20px; text-decoration:none; color: #ffffff; background-color:#241D61; font-weight: bold;  } 
div#headerTop a:hover { font: 11px arial, sans-serif; line-height: 20px; text-decoration:underline; color: #241D61; background-color:#ffffff;  font-weight: bold; } div#headerNav {float:left; margin-left:5px; width:770px; height:20px;background-color:#241D61;  text-align:center; font: 14px verdana, arial, sans-serif; line-height: 20px; font-variant: small-caps; color: #ffffff;} 

div#header {width:760px; height:52px;background-color:#ffffff;  line-height:52px; color: #AE1609;font-family: verdana, sans-serif;  font-size: 24px; }
div#headerNav {float:left; margin-left:5px; width:765px; height:20px;background-color:#241D61;  text-align:center; font: 14px verdana, arial, sans-serif; line-height: 20px; font-variant: small-caps; color: #ffffff;} 
div#header {width:770px; height:52px;background-color:#ffffff;  line-height:52px; color: #AE1609;font-family: verdana, sans-serif;  font-size: 24px; }
div#headerNav a, a:visited {text-align:center; font: 12px arial, sans-serif; line-height: 20px; font-variant: small-caps; text-decoration:none; color: #ffffff; background-color:#241D61; padding:1px; }  
div#headerNav a:hover {text-align:center; font: 12px arial, sans-serif; line-height: 20px; font-variant: small-caps; text-decoration:none; color: #241D61; background-color:#ffffff; padding:1px; }  
div#contentarea {float:left; width:770px; background-color:#FCFAF3; }
div#contentarea2 {float:left; width:770px; background-color:#FCFAF3; margin-bottom:8px;}

div#column1 {float:left; width:182px; margin-left:-775px; margin-top:10px; background-color:#fff; padding:0px; }

div#column1 p {font-size:16px; line-height:18px; font-family: arial, verdana, sans-serif;  text-decoration:none; color:#241D61; }
div#column2 {float:left; width:570px; margin-left:200px; margin-top:10px;  display:inline; border-left: 1px solid #666666; background-color:#ffffff; padding:5px; }


div#footer {width:570px; background-color:#241D61; text-align:center;  font: 9px arial, sans-serif;  color: white;margin-top:10px;  padding:15px 0 4px 0;  }    /* float:left ensures the footer background displays correctly - below the container divs, not the header */
div#footer a, a:visited { font: 10px arial, sans-serif; line-height: 20px; text-decoration:none; color: #ffffff; } 
div#footer a:hover { font: 10px arial, sans-serif; line-height: 20px; text-decoration:underline; color: #ffffff; } 


ul {border:0; margin:10px 1px 12px 14px; padding:0;  font-size:12px; font-family: arial, verdana, sans-serif;  text-decoration:none;}
ul li {border:0; margin:10px 1px 7px 7px; padding:0; list-style-type:square; font-size:14px; font-family: arial, verdana, sans-serif;  text-decoration:none; color:#000000; }


h1 {font-family: helvetica,charcoal, times, serif; font-variant: small-caps; font-size: 16px; line-height:24px; color: #AE1609;}
h2 {font-family: helvetica, charcoal, times, serif; font-variant: small-caps; font-size: 14px; line-height:22px; color: #241D61; padding-top: 4px; padding-bottom: 2px; }
/* floating elements   AE5B54 */

.picright {float: right; padding: 5px; color: #666666; font-family: verdana, sans-serif;font-size: 9px;}
.picleft {float: left;  padding: 5px;  color: #666666; font-family: verdana, sans-serif;font-size: 9px;}
.picleft {float: left;  padding-right: 8px; padding-left: 4px; color: #666666; font-family: verdana, sans-serif;font-size: 9px;}
p {padding:4px;color: #000000; font-family: 'trebuchet ms', helvetica, arial, sans-serif;font-size: 14px;}
p  a, a:visited{color: #241D61; background-color:#ffffff; font-family: 'trebuchet ms', helvetica, arial, sans-serif;font-size: 14px; text-decoration:none; font-weight: bold;}
p  a:hover {color: #241D61; font-family: 'trebuchet ms', helvetica, arial, sans-serif;font-size: 14px; text-decoration:underline;font-weight: bold; }

div#column1 ul li {border:0; margin:4px 0px 2px 0px; padding:0 0 0 0px; list-style-type:none; font-size:16px;  line-height:16px;  font-family: arial, verdana, sans-serif;  text-decoration:none; color: #D60808; }
div#column1 ul li  a,a:visited {margin:2px 1px 2px 0px;  padding:0 0 0 -9px ; font-size:14px;  line-height:14px; font-family: arial, verdana, sans-serif;  text-decoration:none; color:#241D61;font-variant: small-caps;background-color:#fff; font-weight: normal; }
div#column1 ul li a:hover {margin:2px 1px 2px 0px;  padding:0 0 0 -9px ;  font-size:14px;  line-height:14px; font-family: arial, verdana, sans-serif;  text-decoration:none; text-decoration:underline; color: #D60808; font-weight: normal;}


.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}
.clearfix {display: inline-block;}   /* a fix for IE Mac */
/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */
