/* Copyright 2005,2006 Nick Jacobs */
body {font-weight:200;
      font-family: "Times New Roman", Times, serif;}
div#header {text-align: center; }
#heading { background: #C0E0FF }
table td {border-width: 0;
  font-family:  "Times New Roman", Times, serif; }
td#title {padding-left: 10px; padding-right: 10px; text-align: center;
          font: bold 200% "Times New Roman", Times, serif;}
#Content
{
/*	margin: 0 17em 0 2em; */
        margin-left: 17em;
	padding: 10px;
}

/*   menu   */
#Menu {
   overflow:hidden;
   width:9em;
   position:fixed;
   float:left;
   margin-left: 4px;
   margin-top: 0.5em;
    /* left:auto; */
   top:100px;
   /* bottom:10px; */
   text-indent: 5px;
   padding:0;
   background: transparent;
   color: #000;
   /* border:0px solid #000; */
   border:none;
   line-height:1.5em;
   }

body>#Menu {
   left: 4px;
   margin-left: 4px;
   }

#Menu p {
	padding:0;
	}

#Menu a
{
  display: block;
  background: transparent;
  color: blue;
  text-decoration: none;
  font-weight: bold;
  padding-left: 1em;
  border: none;
  /* font-size: 1.1em; */
}

#Menu a:hover, #Menu a:focus {background-color:white;}
/* #Menu a:before {content:url('/QA/2003/02/right');} */
#Menu a:visited {color: purple;}
