body {
    margin:10px 10px 0px 10px;
    padding:0px;
    }

#leftcontent {
    position: absolute;
    left:10px;
    top:10px;
    width:150px;
    background:#fff;
    border-top:1px dotted #000;
    border-right:1px dotted #000;
    padding-top:3px;
    padding-right:3px;
    }

#centercontent {
    position: absolute;
    background: #fff;
    left:165px;
    top:10px;
    width:600px;
    }

#rightcontent {
    position: absolute;
    right:10px;
    top:50px;
    width:150px;
    background:#fff;
    border-top:1px dotted #000;
    border-left:1px dotted #000;
    padding-left: 5px;
    margin-left: 5px;
}

#banner {
    background:#fff;
    height:40px;
    }

h1,pre {
    margin:0px 10px 10px 10px;
    }

h1 {
    font-size:12px;
    padding-top:10px;
    }

p {
    font-size: 11px;
    font-family: arial;
  }

li {
    font-size: 11px;
    font-family: arial;
  }

tr.visitorSummary td {
    font-size: 11px;
    font-family: arial;
    text-align: center;
    border: thin black dotted;
  }

td.columnHeading    {color: 006ec6; font-weight: bold; text-align:center;}

#banner h1 {
    font-size:12px;
    padding:10px 10px 0px 10px;
    margin:0px;
    }

#menu {
    margin:0px 10px 10px 10px;
}

.menuItem {
}

.menuItem A:link, .menuItem A:visited {
    font-size: 11px;
	font-family: verdana,arial,sans-serif;
    color: #003399;
    text-decoration: none;
}
.menuItem A:hover {
    color: #CCCCCC;
    text-decoration: none;
}
.menuItem A:active {
    color: #CCCCCC;
    text-decoration: none;
}
