body {
    font-family: "Verdana",  Arial, sans-serif;
    font-size:12px;
    color: #456878;
    margin: 0 auto;
    background: lightcyan url(bg.jpg) top center repeat-y;
}
h1
{
    display:inline;
    font-weight: normal;
    font-size: 12px;
}
#page {
    margin: auto; 
    width: 814px;
    min-width: 814px;
}
#header {
    float: left;
    background: no-repeat center center bisque;
    width: 814px;
    height: 263px;
    border-bottom-color: lightcyan;
    border-bottom-style: groove;
    border-bottom-width: 2px;
}
#menupane {
    float: left;
    width: 192px;
}
#contentpane {
    float: left;
    width: 622px;
}
#content {
    padding: 50px 60px 0 18px;
    line-height:20px;
}
#footer {
    float: left;
    background: bisque;
    width: 814px;
    height: 31px;
}
a {
    text-decoration: none;
}
a:link, a:visited {
    color: #456878;
}
a:hover {
    color: #999;
}
table.menutable td a:hover {
    color: #999;
}
table.menutable {
    margin: 54px 20px 0 15px;
    table-layout: fixed;
    border-collapse: collapse;
}
table.menutable td a {
    display: block;
    text-align: left;
    padding: 14px 2px 4px 25px;
    height: 15px;
    text-decoration: none;
    color: darkSlateGray;
}
table.menutable td.current a {
    color: #999;
}
table.spaced {
    border-spacing: 14px
}
table.links {
    border-spacing: 14px;
    min-width: 400px;
}
td.date {
    width: 96px;
    vertical-align: text-top;
}
td.author {
    width: 120px;
    vertical-align: text-top;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
li{
    line-height: 20px;
    padding-left: 12px;
    padding-top: 0px;
}
.hrule
{
    width: 96%;
}
.left {
    text-align: left;
}
.center {
    text-align: center;
}
.bold        {
    font-weight: bold;
    font-variant: small-caps;
    font-size: 115%
}
.small {
    font-size: 11px;
    color: #999;
}
.copyright {
    color: #c2ba94;
    font-size: 10px;
    padding: 10px 0 0 0;
    margin: 0 auto;
    text-align:center;
}

