body {
	background: #fff;
	color: #000; 
	margin:0;
	padding: 0;
	text-align:center;
	font-family: Helvetica, Arial, sans-serif;	
	font-size: 11pt;
  	line-height:1.1em;}


div#container {
	background:#fff;
	text-align:left;
	margin: 20px auto;
	}

p.note {display: none;}

/* header section */

#header    { 
	position: relative;
    height: 100px;
    background: black; 
    }

#logo {
    position: absolute; 
    top: 10px; left: 5px;
    }
#logoimg {display: block;} 
   
/* middle table section */
table#middle {margin: 20px 0;}
td#rightcol {padding-left:20px;}

h1, h2, h3 {font-family: Times, "Times New Roman", serif;	}
h1 {font-size:220%; margin: 0 0 15px;}
h2, h3 {font-size:180%; margin: 0 0 5px;}

/* footer section */

#footer {
	padding: 2px;
    background: #000; color: #ccc;
	}

/* nav  */
#nav {display:none;}

/* linkage  rgb(x,x,x) */	
a:link {color: #ef2a21; text-decoration: none; }
a:visited  {color: #ef2a21; text-decoration: none; }





