body {
    font-family: "Verdana",  Arial, sans-serif;
    font-size:12px;
    color: #456878;
    margin: 0 auto;
    background: lightcyan url(bg.jpg) top center repeat-y;
}
#page {
    margin: auto; 
    width: 814px;
    min-width: 814px;
}
#header1, #header2, #header3 {
    float: left;
    background: no-repeat center center bisque;
    width: 814px;
    height: 263px;
    border-bottom-color: lightcyan;
    border-bottom-style: groove;
    border-bottom-width: 2px;
}
#header1 {
    background-image: url(header1.jpg);
}
#header2 {
    background-image: url(header2.jpg);
}
#header3 {
    background-image: url(header3.jpg);
}
#menupane {
    float: left;
    width: 178px;
}
#menu {
    margin: 54px 20px 0 15px;
}
#content {
    float: left;
    margin: 0 15px 0 0;
    width: 586px;
}
#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 {
    table-layout: fixed;
    border-collapse: collapse;
}
table.menutable td a {
    display: block;
    text-align: left;
    padding: 12px 0px 2px 23px;
    height: 15px;
    text-decoration: none;
    margin: 2px;
    color: darkSlateGray;
}
table.menutable td.current a {
    color: #999;
}
table.contenttable {
    table-layout: fixed;
    width: 541px;
    margin: 50px 45px 0 0;
    line-height:20px;
}
table.spaced {
    border-spacing: 14px
}
td.valignTop {
    width: 120px;
    vertical-align: text-top;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
li{
    line-height: 20px;
    padding-left: 12px;
    padding-top: 0px;
}
.left {
    text-align: left;
}
.center {
    text-align: center;
}
.large        {
    font-weight: bold;
    font-variant: small-caps;
    font-size: large
}
.small {
    font-size: 11px;
    color: #999;
}
.copyright {
    color: #c2ba94;
    font-size: 10px;
    padding: 10px 0 0 0;
    margin: 0 auto;
    text-align:center;
}
