body {
    background-color: orange;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
}

td {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    padding-bottom: 5px;
}

.title {
    margin-top: 0px;
    margin-bottom: 0px;
}

.header {
    background-color: navy;
    color: white;
    padding-left: 5px;
    padding-top: 25px;
    padding-bottom: 5px;
    /*height: 60px;*/
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

.content {
    background-color: white;
    border-style: solid;
    border-color: navy;
    border-width: 1px;
    padding: 5px;
}

.left {
    width: 15%;
    position: absolute;
    margin-left: 0px;
    margin-top: 0px;
    left: 5px;
    top: 65px;
}

.sidebar {
    background-color: white;
    margin-bottom: 5px;
    padding-bottom: 5px;
    width: 100%;
    border-style: solid;
    border-color: navy;
    border-width: 1px;
}

.search {
    width: 100%;
    background-color: white;
    margin-bottom: 5px;
    text-align: center;
    padding-bottom: 0px;
    border-style: solid;
    border-color: navy;
    border-width: 1px;
}

.links {
    background-color: white;
    margin-bottom: 5px;
    width: 100%;
    border-style: solid;
    border-color: navy;
    border-width: 1px;
    padding-bottom: 5px;
}

.boxes {
    border-style: solid;
    border-color: blue;
    border-width: 1px;
}

.itemdesc {
    border-style: solid;
    border-color: navy;
    border-width: 1px;
    margin-left: 62px;
    top: 0px;
    float: right;
}

.pages {
    text-align: center;
}

.heading {
    width: 100%;
    background-color: navy;
    color: white;
    font-weight: bold;
    margin-bottom: 0px;
    text-align: left;
}

.partners {
    margin-top: 5px;
    margin-bottom: 20px;
    text-align: center;
}

.boxcontents {
    padding-left: 5px;
    padding-right: 5px;
}
