/*  Style Sheet for SFBAC INCOSE    */
/*  standard.css updated 10/2/07    */
/* added #content td  to fix date top alignment on schedules 11/05/08       */
#container
{width: 95%;
margin: 5px auto;
background-color: white;
border: 1px solid gray;
line-height: 130%;
}
#top
{padding: .5em;
background-color: white;
border-bottom: 1px solid gray;
}
#leftnav
{float: left;
width: 165px;
background-color: #ffffcc;   /* light yellow */
margin: 0;
padding: 1em;
}
#content
{margin-left: 200px;
border-left: 1px solid gray;
padding: 1em;
max-width: 36em;
}
#footer
{clear: both;
margin: 5px;
color: black;
font-size: small;
background-color: white;
}

.right {text-align: right;}
.center {text-align: center;}

#leftnav ul {list-style-type: none; margin: 0;
   font-size: 11px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   line-height: 2;
}
#leftnav p {margin: 0;}
#content h1 {margin: 0 0 .5em 0;}
#content td {vertical-align: top;}  /* this is needed for Firefox only */
#footer p {margin: 0; line-height:100%; color: gray;}



