body {
    margin: 0px;
    background: url(sitelayout/background-dark.gif) repeat-x top;
}

body, textarea {
    font-family: "Microsoft Sans Serif", Verdana, "Sans Serif";
    font-size: 1.0em;
}

small {font-size: 0.8em;}

h1 {
    font-size: medium;
    color: #235151;
    margin: 5px;
    margin-left: 18px;
    margin-top: 10px;
}

h1.header {
    background: url(sitelayout/header.png) no-repeat; height: 47px; width: 529px; text-align: right; margin: 0; color: white; font-style: italic;
}

h1.header span {
    display: block;
    padding-top: 10px;
    color: #dce8e8;
    letter-spacing: 2px;
    font-size: 1.4em;
    font-family: Arial, sans-serif;
}

h2,h3 {
    color: #235151;
    margin: 0px;
    font-size: 1.0em;
    font-weight: bold;
    padding-left: 10px;
}

b {color: #235151;}

h3 {
    padding-left: 0;
}

div#main {
    width: 743px;
    background: url(sitelayout/background-light.gif) repeat-x top;
}

td#menupane {
    height: 400px;
    background: #245252;
    vertical-align: top;
}

div#graybox {
    border-top: 1px solid white;
    height: 40px;
    background: gray;
    width: 214px;
}

div#contactbox {
    background: url(sitelayout/contact-box.gif) no-repeat;
    height: 140px;
    width: 214px;
    color: white;
}

div#clock {
    text-align: center;
}

#date {
    color: white;
}

td#textpane {
    vertical-align: top;

}

#menu {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #bababa;
    list-style: none;
}

#menu a:hover {
    background: url(sitelayout/button-over.gif) #e8e8e8 bottom;
    font-weight: bold;
}

#menu a {
    display: block;
    height: 29px;
    background: url(sitelayout/button.gif) #e8e8e8 bottom;
    border-top: 1px solid #bababa;
    padding-top: 17px;
    text-align: right;
    color: #235151;
    padding-right: 45px;
}

#menu span {
    display: block;
    height: 29px;
    background: url(sitelayout/button-selected.gif) #e8e8e8 bottom;
    border-top: 1px solid #bababa;
    padding-top: 17px;
    text-align: right;
    color: #235151;
    padding-right: 45px;
}

div.quote {
    float: left;
    line-height: 2em;
    margin: 20px;
    margin-top: 0px;
}

hr {
    border: 1px solid gray; width: 50%;
}

a.white {
    color: #cecece;
}

a.white:hover {
    color: white;
}

.column2 {
    font-size: 0.8em;
    color: #515151;
    padding: 10px;
    padding-left: 20px;
 }

td.column {
    /*background: url(sitelayout/column_header.gif) no-repeat top center;*/
    width: 230px;
    padding: 10px;
    font-size: 0.8em;
    color: #515151;
    vertical-align: top;
    padding-top: 20px;
}

p.footer {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 0.7em;
    color: #515151;
    width: 760px;
}

#footer {
    background: url(sitelayout/footer-background.gif) repeat-x top;
}

input.contact {
    width: 200px;
    border: 1px solid gray;
    font-size: 0.8em;
    color: #515151;
    padding: 2px;
}

textarea.contact {
    width: 200px;
    height: 80px;
    border: 1px solid gray;
    color: #515151;
    padding: 2px;
}

.wideButton {
    width: 100px;
    border: 1px solid gray;
}

span.error {
    text-align: left;
    color: red;
}

td.prop {
    text-align: right;
    vertical-align: top;
    padding-top: 5px;
    padding-right: 10px;
}

td.val {
    padding-top: 5px;
}

p.padded {
    padding-left: 10px;
}

p.article {
    padding-left: 30px;
    height: 30px;
    background: url(sitelayout/file.png) no-repeat;
    background-position: 10px 0px;
}

h1.iv {
    display: none;
}

div.home {
    font-size: 0.8em;
    margin-left: 10px;
    color: #515151;
}

p {
    line-height: 1.4em;
}

a {
    color: #347876;
}

#message {
    border:2px solid black;
    color: white;
    background: #245252;
    margin: 20px;
    padding: 5px;
    font-size: 11pt;
}

#message button {
    float: right;
}