body {
    background-color: #000000;
    font-family: Verdana;
    font-size: 11px;
    text-align: center;
}

.error {
    color: darkred;
}

input.error {
    border: #990000 1px solid;
}

p {
    text-indent: 8px;
}

div {
    color: white;
}

a {
    color: white;
}

div.image {
    border: 1px dotted #ffffff;
}

img {
    border: none;
}

div.box-row {
    text-align: center;
    display: table-row;
    padding: 4px;
    float: none;
}

div.box {
    border: 1px dotted #ffffff;
    padding: 5px;
    margin: 5px;
    display: table-cell;
    text-align: center;
    float: left;
}

div.box a {
    text-decoration: none;
}
div.box a:hover {
    text-decoration: underline;
}

a.nohover:hover {
    text-decoration: none;
}

div.spacer {
    display: table-cell;
    float: left;
}


div.main,
div.footer,
div.subheader,
table.subheader,
div.box-row,
div.content,
div.thumb,
div.firstnav,
div.secondnav,
table.header,
div.header {
    width: 760px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


table.header,
div.header,
div.footer,
div.subheader,
table.subheader,
div.subheader a,
table.subheader a,
div.header a,
table.header a,
div.content,
div.footer a {
    color: black;
    background-color: #9E907C;
    padding-left: 2px;
    padding-right: 2px;
}

table.subheader td a {
    text-decoration: underline;
}


div.subheader a:hover,
table.subheader a:hover,
div.header a:hover,
table.header a:hover,
div.footer a:hover {
    color: white;
}

div.header,
table.header,
div.footer,
table.subheader,
div.subheader {
    text-align: left;
    margin-bottom: 5px;
}

table.subheader,
div.subheader {
    font-size: 12px;
}
table.header,
div.header {
    font-size: 18px;
}

div.footer {
    border-top: 1px dotted #9E907C;
    margin-top: 5px;
    margin-bottom: 0px;
}

div.logo {
    width: 250px;
}

div.contact {
    font-size: 12px;
    text-decoration: none;
}

div.content {
    text-align: left;
}

div.content a {
    color: black;
}
div.content a:hover {
    color: white;
}

table.subheader a {
    text-decoration: none;
}

td.selnavitem,
td.navitem {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    vertical-align: middle;
}

td.selnavitem a,
td.selnavitem {
    background-color: pink;
    text-decoration: none;
}
td.navitem a,
td.navitem {
    background-color: silver;
    text-decoration: none;
}



tt a.nav,
tt a.nav:hover {
    text-decoration: none;
    padding-left: 4px;
    padding-right: 4px;
}

tt a.nav:hover {
    color: black;
    background-color: #E2E3E4;
}

tt a.selectednav,
tt a.selectednav:hover {
    background-color: #E2E3E4;
    text-decoration: none;
    color: black;
    padding-left: 4px;
    padding-right: 4px;
}

div.main div.cookie_crumb {
  text-align: left;
}

