body {
    font-family: tahoma, helvetica, arial, sans-serif;
    font-size: 10px;
    text-align: center;
    background: url(images/page_bg.jpg);
    color: #6f6f6f;
}

html, body, #wrapper, h1, #nav-top, #nav-top li, #nav-left, #nav-top li {
    margin: 0;
    padding: 0;
    list-style: none;
}

th {
    font-size: 14px;
    text-align: center;
    background-color: #005a8c;
    color:#fff;
}

td {
    font-size: 11px;
}

img {
    border: 0;
}

#wrapper {
    margin: 16px auto;
    text-align: left;
    width: 750px;
    position: relative;
}

h1 {
    font-size: 16px;
    font-weight: bold;
    color: #025b8e;
    margin: 0;
    padding: 0;
}

h2 {
    font-size: 11px;
    margin: 0 0 5px 0;
    padding: 0;
}

h3 {
    font-size: 11px;
    padding: 4px 0 0 0;
}

h4 {
    text-align: center;
    padding: 4px 0 0 0;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    border: #c0c0c0 solid 2px;
    background-color: #005a8c;
}

h5 {
    text-align: center;
}

p {
    margin: 1em 0;
    padding: 0;
}

.block {
    display: block;
}

.clear {
    clear: both;
    height: 1px;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1px;
    line-height: 1px;
}

* html .clear {
    margin-top: -5px;
    margin-bottom: -4px;
}

.left {
    float: left;
    margin: 1px 8px 0px 0px;
}

.softright {
    text-align: right;
}

/* ***** */

#wrapper {
    width: 688px;
}

/* header */

#header {
    width: 688px;
    margin-bottom: 11px;
    text-align: center;
}

/* navigation */

#nav-top {
    text-align: center;
    color: #025B8E;
    border: #fff solid 1px;
    background-color: #EEE9D5;
}

#nav-top li {
    display: inline;
    font-weight: bold;
    font-size: 12px;
}

#nav-top a {
    color:#025B8E;
    font-weight: bold;
    text-decoration: none;
}

#nav-top a:hover {
    text-decoration: none;
    color: #c83d04;
}

#logo {
    position: absolute;
    top: 2px; left: 60px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
}

/* body */

#body {
    background: url(images/body_bg.gif) repeat-y;
    height: 100%;
    border-bottom: #c0c0c0 solid 1px;
}

#body h2 {
    margin: 0 0 1.5em 0;
    padding: 2px 2px 2px 2px;
    background-color: #bad2ec;
}

#body h3 {
    margin: 0 0 0 0;
}

#body ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#body li {
    padding: 0;
    margin: 0.8em 0;
}

a {
    color: #ce7210;
}

a:hover {
    color: #6f3f0b;
}

#cap {
    background: url(images/column_cap.gif) no-repeat;
    padding-top: 19px;
    width: 688px;
}

#leftMain {
    float: left;
    width: 189px;
    margin-left: 12px;
    display: inline;
}

#middleMain {
    float: left;
    width: 225px;
    margin-left: 28px;
    font-size: 12px;
    font-weight: bold;
    border: #c0c0c0 solid 1px;
    background-color: #EEE9D5;
}

#middleMain p {
    line-height: 1.5;
    text-align: center;
}

#middleMain ul {
    line-height: 1.5;
}

#middleMain h3 {
    font-size: 10px;
}

#rightMain {
    float: left;
    width: 190px;
    margin-left: 34px;
}

#rightMain h3 {
    font-size: 10px;
}

rightMain p {
    line-height: 1.5;
}

#border {
    border: #c0c0c0 solid 1px; 
}

#supportFormTable {
    border: #c0c0c0 solid 1px;
    width: 100%;
    background-color: #EEE9D5;
}

#donateFormTable {
    border: #c0c0c0 solid 1px;
    text-align: center;
    background-color: #EEE9D5;
}

#contactFormTable {
    border: #c0c0c0 solid 1px;
    text-align: center;
    background-color: #fff;
    width: 100%;
    background-color: #EEE9D5;
}

#sentFormTable {
    text-align: center;
    font-weight: bold;
    background-color: #fff;
    width: 100%;
}

/* footer */

#footer {
    clear: both;
    text-align: center;
    background: url(images/footer_bg.gif) repeat-x;
}

#footer div div { padding: 8px 0; }

