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

#header {
    background: white;
    margin-bottom: 10px;
    text-align: center;
}

#maincontainer {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

a {
    color: #6688AA;
    text-decoration: none;
}

a:hover {
    color: black;
    /* text-decoration: underline; */
}

a:visited {
    color: red;
    text-decoration: none;
}

td {
    font-size: 11px;
}

.bordered {
    border-color: #6688AA;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 10px;
    background: white;    
}

#boxcontainer {
    width: 190px;
    float: left;
}

#searchbox {
    width: 90%;
}

#mainbox {
    border-color: #6688AA;
    border-style: solid;
    border-width: 1px;
    float: right;
    width: 550px;
    background: white;
}

#itemmainbox {
    border-color: #6688AA;
    border-style: solid;
    border-width: 1px;
    float: right;
    width: 550px;
    background: white;
    overflow:auto;
}

#navigation {
    margin-top: 5px;
    text-align: center;
}

.heading {
    background: #BDC7DE;
    font-weight: bold;
}

#itemtitle {
    font-weight: bold;
    font-size: 18pt;
}

.label {
    font-weight: bold;
    vertical-align: top;
}

.description {
    padding-left: 2px;
    padding-right: 2px;
}

#itemtable {
    padding-bottom: 10px;
}

#footer {
    text-align: center;
    padding-top: 25px;
    clear: both;
}
