body {
    padding: 0;
    margin: 0;
    border: none;
    background-color: #ffffff;
    font-size: small;
    color: #0E0D08;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

img {
    border: none;
}

p {
    font-size: small;
    color: #0E0D08;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link {
    color: #C95309;
}

a:visited {
    color: #863706;
}

a:active {
    color: #000000;
}

table {
    padding: 0;
    margin: 0;
    border: none;
    border-collapse: collapse;
}

th {
    font-size: smaller;
    text-align: left;
}

td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border: none;
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4 {
    font-family: Garamond, serif;
    color: #8f8950;
    font-weight: normal;
}

h1 {
    font-size: 1.6em;
    color: #706917;
    padding: .2em;
    background: url('../img/stripes-bg.png');
}

h2 {
    font-size: 1.3em;
}

h3 {
    font-size: 1.1em;
    font-weight: bolder;
}

.noflash {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    color: #000000;
}

.indent {
/*     background: #f1efde url('../img/stripes-bg.png'); */
    padding: .1em 1em;
    margin-bottom: 1em;
}

div.initial {
    font-size: 2.8em;
    width: .9em;
    height: 1.1em;
    font-family: Garamond, serif;
    float: left;
    position: relative;
    top: -.07em;
    color: #706917;
}

.wide {
    width: 1.1em;
}

div.navlink {
    display: block;
    height: 32px;
    width: 152px;
    background: #ebe285 no-repeat;
}

.abs_positioned_img, .abs_positioned_img img {
    padding: 0;
    margin: 0;
    border: none;
    position: absolute;
    display: block;
}

div#header {
    position: relative;
    top: 0;
    left: 0;
    width: 800px;
    height: 120px;
    display: block;
}

div#navigation {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    background-color: #ebe285;
    height: 100%;
    width: 160px;
}

div#navigation table {
    position: relative;
    top: 124px;
    left: 8px;
}

div#maincontent {
    position: absolute;
    float: left;
    width: 590px;
    display: block;
    margin: 1em;
    left: 160px;
    background: #f1efde url('../img/bg-flower.png') no-repeat right bottom;
}

input, button, checkbox, radio, textarea {
  background-color: #ebe285;
  border: 1px solid #a49b46;
  margin: .2em;
  color: #000000;
}

input:disabled {
  background: #999999;
  border: none;
}

.error {
  background-color: #ff4444;
}


