body {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	margin-left: auto;
	margin-right: auto;
	font-size: 13px;
	padding: 0;


}

h1 { font-size: 14px; font-weight: bold; padding-left: 5px; }
h2 { font-size: 12pt; font-weight: bold; }
h3 { font-size: 10pt; font-weight: bold; }
#banner {
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
    height: 60px;
    width: 100%;
    background-image: url(/graphics/sitelogo-right.jpg);
    background-position: right;
}
#menu {
    position: absolute;
    top: 60px;
    height: 18px;
    width: 100%;
    background-color: #cccccc;
    padding: 2px;
}

#menuleft {
    float: left;
    padding-left: 10px;
}

#menuleft a {
    text-decoration: none;
    color: #000000;
}

#menuleft a:hover {
    color: #ff0000;
}

#menuright {
    float: right;
    padding-right: 10px;
}
#content {
	position: absolute;
	top: 85px;
	margin: 10px;

}
.copy { color: gray; font-size: 6pt; font-weight: lighter; }
.copy a { color: gray; text-decoration: none; }
.rowheader { background-color: #bcbcbc; }
.roweven { background-color: #e0e0ff; }
.rowodd { }
table { border-style: none; outline-style: none; }
tr { border-style: none; outline-style: none; }
td { border-style: none; outline-style: none; }
