html, body {
	height:100%;
	padding:0;
	margin:0;
      background: white url(img/LMCBckgrnd.jpg) repeat-y;
      background-attachment:fixed; 
	font:11px verdana;
	}

body {
	margin:5px 5px;
	}

#banner {
	position:absolute;
	top:5px; left:5px;
        height=136px;
        width=241px;
	
	}

h1 {
	font:16pt verdana;
	font-weight:bold;
	margin-top:0;
	margin-bottom:1em;
	color:black;
      text-align:center;
	}

h2  {
      font:  12 pt verdana;
      font-weight:bold;
      margin-top:0;
      margin-bottom:1em;
      color: black;
      text-align: center;
      }

a   {
      font-family: arial, verdana, helvetica, sans-serif; ; text-decoration: none}
      A:link {color: #0000FF}
      A:visited {color: #699ACC; text-decoration: none}
      a:hover { text-decoration: underline; color: blue}
      }

.tableentry {
      font:  10 pt verdana;
      }