body
{
    font-family: Verdana, sans-serif;
    font-size: 70%;
	margin: 0;
	padding: 0;
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

table {
    width:           100%;
    border-collapse: collapse;
}
td {
    border:         solid 1px silver ;
    padding:        0.4em;
    vertical-align: top;
}
tr th {
    text-align:       left;
    background-color: #666;
    padding: 0em;
    color:            #fff;
    vertical-align:   top;
    border:           solid 1px silver ;
}
tr.subhead th {
    background-color: #99CCFF;
    color:            #000;
}
h1 {
    font-size:     110%;
    margin-top:    0;
    margin-bottom: 4px;
}
h3 {
    font-size: 110%;
}

/* Page Container - DO NOT MODIFY
----------------------------------------------- */
#container {
    padding-left:  5px;
    padding-right: 5px;
    border:       solid 1px #000 ;
}

/* Masthead
----------------------------------------------- */
#Masthead {
    padding-right:    0px;
    padding-left:     5px;
	padding-top:	  3px;
	padding-bottom:	  5px;
    background-color: #666;
    color:            #fff;
    height:           35px;
}

/* Right Sidebar
----------------------------------------------- */
#rightsidebar {
    float:  right;
    width:  260px;
    margin: 10px 0 0 0;
}
#cachestatfieldset {
    border:           1px solid #666 ;
    background-color: #fff;
    width:            170px;
    padding:          3px;
}
#cachestats {
    border-collapse: collapse;
    border-spacing:  0;
}
#cachestats td, #cachestats th {
    padding:   5px;
}
#cachestats .rowA {
    background-color: #FFFFFF;
}
#cachestats .rowB {
    background-color: #CCCCFF;
}
#cachestats .title {
    text-align:     left;
    width:          100px;
    vertical-align: middle;
    /* font-weight:    bold; */
    font-family:    Arial;
}
#cachestats .data {
    text-align:     right;
    vertical-align: middle;
    font-family:    Arial;
}
/* Left Sidebar
----------------------------------------------- */
#leftsidebar {
    float:            left;
    width:            150px;
    voice-family:     "\"}\"";
    voice-family:     inherit;
    background-color: #99CCFF;
    border-right:     1px solid #666 ;
    border-bottom:    1px solid #666 ;
}
#navlist {
    padding:     0px;
    margin:      0;
    font-weight: bold;
}
#navlist li {
    /* Bad value: list-style:none; */
    text-align: center;
    margin:     2px;
}
#navlist li a {
    display:          block;
    padding:          3px;
    width:            140px;
    text-decoration:  none;
    color:            #000;
    background-color: #99CCFF;
    border:           1px solid #FFF ;
}
#navlist li a:hover {
    background-color: #C4E1FF;
}
#navlist li.selected a {
    border:           1px solid #666 ;
    background-color: #C4E1FF;
}
#navlist li a:link {
    color: #000;
}
#navlist li a:visited {
    color: #000;
}

/* Footer
----------------------------------------------- */
#footer {
    clear:       both;
    padding:     15px 0 15px 0;
    line-height: 1.6em;
    padding-top: 25px;
    color:       #666;
    text-align:  center;
}
#footer p {
    margin:     0;
    padding:    5px 0 0 0;
    border-top: 1px solid #bd9 ;
}

/* Center Content
----------------------------------------------- */
#content {
    padding-right:  280px;
    padding-left:   165px;
    padding-top:    5px;
    padding-bottom: 5px;
    text-align:     justify;
    /*border:         solid 1px #000 ;*/
}

#output 
{
	padding-top: 130px;
	padding-left: 10px;
	padding-right: 10px;
}

#welcome 
{
  background-color: #666;
  margin: 0px;
  padding: 5px;
  color: #fff;
  height: 35px;
}