th { 
   text-align:    left; 
   font-weight:   bold;
   color:         #555555;
}

table {
   border:           2px solid #555555;
   border-collapse:  collapse;
   border-spacing:   0;
}

td {
   border:           1px solid #555555;
   vertical-align:   top;
   font-size:        small;
   color:            #555555;
}

a:link { 
   font-weight:      bold; 
   text-decoration:  none; 
   color:            #006600; 
}

a:visited { 
   font-weight:      normal; 
   text-decoration:  none; 
   color:            #006600; 
}

a:hover { 
   text-decoration:  none; 
   color:            #CC3333; 
}

body {
   margin:  10px 10px 0px 10px;
   padding: 0px;
/*   background: #009900; */
}

#leftcontent {
   position:   absolute;
   left:       10px;
   top:        111px;
   width:      280px;
   background: #ffffff;
   border:     1px solid #000000;
   padding:    10px; 
   font:	11pt serif;
}

#centercontent {
   background:    #ffffff;
   margin-left:   301px;
   border:        1px solid #000000;
   padding:       0 10px 0 10px; 
   color:         #555555;
}

#banner {
   background:    #ffffff;
   height:        100px;
   border-top:        1px solid #000000;
   border-right:        1px solid #000000;
   border-left:        1px solid #000000;
}

#logo {
   position:      absolute;
}

#quote {
   margin-left:   301px;
   padding:       10px;
}

p.quote 
{
   font-style:    italic;
}

p.command
{
   background:    #ddeedd;
   border:        1px solid #77aa77;
   padding:       2px;
   white-space:    pre;
}

#google {
   float:   right;
   margin:  20px;
}
