html, body { margin: 0; padding: 0; background: white; color: black;}
body { margin: 8px; font: 80%/1.3 Verdana, Arial, sans-serif; min-width: 706px;}
div#banner { height: 181px; width: 714px; margin: 0 auto;}
div#banner h1 { background: url(images/banner3.gif) no-repeat; height: 181px; margin: 0; padding: 0; text-align: center;}
div#banner h1 span { display: none;}
#main { background:  url(images/bwpattern4.jpg) repeat; margin: 0 0 1em; padding: 1.1em 0 0.5em; clear: both; border: 1px solid black;}
h2 { font-weight: normal; text-align: center; margin: .3em 0 .75em;}
a { text-decoration: none; color: #333; font-weight: bold;}
a:visited { color: #777;}
a:hover { color: #f58b21;}
.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 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 - from stylin 5.17 */
/* next 5 not on index page */
#nonavcontent { margin: 0 8px; padding: 0 .5em;}
#footer { clear: both; font-weight: bold; text-align: center; border: 1px solid black; background: white; padding: .2em .5em .3em; margin-top: 2.5em; font-size: smaller;}
#footer ul, #footer li  { display: inline; list-style: none; margin: 0;}
#footer ul  { padding: 0;}
#footer li { padding: 0 .4em; text-align: left; line-height: 2;}
div.issue { float: left;  padding: 10px; width: 199px;}  /* inline for IE doubling float margin */
div.issue p {text-align: center;}  /* inline for IE doubling float margin */
div.issue img { margin: 0 0 -.5em; padding: 0; border: 1px solid #666;} 
