body {
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #666;
    margin: 0 20px;
    padding: 0;
    background-color: #006;
    width: 93%;
}

form {
    display: inline;
}

input, textarea, select {
    font-size: 10px;
    margin-right: 10px;
}

input.sendmail,
textarea.sendmail {
    width: 500px;
}

textarea.sendmail {
    font-size: 12px;
    margin-right: 10px;
    height: 200px;
}

ul {
    list-style-type: square;
}

ol {
    list-style-type: decimal;
}

li {
    margin: 7px 0px;
}

h1 {
    margin: 30px 50px;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    text-align: center;
}

h2 {
    margin: 20px 0;
    font-size: 19px;
    line-height: 24px;
    font-weight: bold;
    text-align: left;
}

h3 {
    margin: 20px 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    text-align: left;
}

img.imgright {
    float: right;
    margin: 0 20px;
    padding: 0;
}


.center         { text-align: center; }
.right          { text-align: right; }
.loginbox       { font-size: 10px; width: 150px; }
.loginsubmit    { font-size: 10px; width: 70px;  }
.lostsubmit     { font-size: 10px; width: 120px; }
.submit         { font-size: 10px; width: 110px; margin-top: 10px; }
.checkbox       { border: none; }
.searchsubmit   { font-size: 10px; width: 70px; margin-left: 10px; }
.regaccept      { padding-top: 10px; }
.regsubmit      { font-size: 10px; width: 80px; margin-top: 0px; }
.displayref     { font-size: 10px; width: 400px; }
.tdwarning      { font-weight: bold; text-transform: uppercase; color: #e00; width: 250px; }

.light          { background-color: #fff; }
.dark           { background-color: #eee; }
.darker         { background-color: #ccc; }
.hover          { background-color: #ddd; }

.preview_head {
    position: relative;
    left: 50%;
    width: 400px;
    margin-left: -210px;
    border-bottom: 1px solid #999;
    padding: 2px 20px;
}

.preview_body {
    position: relative;
    left: 50%;
    width: 400px;
    margin-left: -210px;
    border: none;
    padding: 2px 20px;
}

fieldset table {
    border-collapse: collapse;
}

fieldset table tr.light:hover td,
fieldset table tr.dark:hover td {
    background-color: #ddd;
}

fieldset table th {
    border-bottom: 1px solid #666;
    color: #666;
    font-weight: bold;
    text-transform: uppercase;
    padding: 1px 10px;
    white-space: nowrap;
    font-size: 10px;
    line-height: 12px;
}

fieldset table td {
    padding: 3px 10px;
    border: 1px solid #fff;
    font-size: 10px;
    line-height: 13px;
}

fieldset {
    border: 1px solid #ccc;
    margin: 0 10px;
    padding: 10px;
    font-size: 10px;
    line-height: 12px;
}

fieldset legend {
    color: #666;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 0 10px;
    text-transform: uppercase;
    font-size: 10px;
}

fieldset[title] {
    margin-bottom: 10px;
}

a {
    color: #369;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    color: #F60;
    text-decoration: underline;
}

div {
    margin: 0px;
    padding: 0px;
    border: 1px solid #333;
    background-color: #fff;
}

#head {
    border: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    background-color: #eee;
    color: #333;

    display: block;
    position: relative;
    width: 750px;
    left: 50%;
    margin-left: -375px;
}

#subhead {
    vertical-align: middle;
    border: none;
    border-bottom: 1px solid #999;
    margin: 0;
    padding: 2px 5px;
    line-height: 17px;
    font-size: 11px;

    display: block;
    position: relative;
    width: 740px;
    left: 50%;
    margin-left: -375px;
}

#subhead #membernav {
    display: inline;
    margin: 2px;
    padding: 0px;
    padding-top: 8px;
    text-align: right;
    float: right;
}

#subhead #membernav li {
    display: inline;
    list-style-position: outside;
}

#subhead #membernav li a {
    font-size: 10px;
    white-space: nowrap;
    text-transform: uppercase;
    display: inline;
    border: 1px solid #eee;
    padding: 1px 7px;
    margin: 0 5px;
    font-weight: bold;
}

#subhead #membernav li a:hover,
#subhead #membernav li a:active,
#subhead #membernav li a:focus {
    border-color: #F60;
    text-decoration: none;
}

/****************************************/
/*   NAVIGATION                         */
/****************************************/

#nav {
    margin: 0px;
    padding: 5px 0;
    border: none;
    border-bottom: 1px solid #999;
    background-color: #eee;

    display: block;
    position: relative;
    width: 750px;
    left: 50%;
    margin-left: -375px;
}

#nav li {
    list-style-position: outside;
    display: inline;
}

#nav li a {
    font-size: 10px;
    display: inline;
    white-space: nowrap;
    width: 150px;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 2px 20px;
    margin: 5px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    color: #333;
}

#nav li a:hover {
    border-color: #333;
    color: #f60;
    text-decoration: none;
}

/**************************************************/

.borderblock {
    display: block;
    border: 1px solid #999;
    margin: 0px 0px 10px 0px;
    padding: 3px;
    padding-left: 10px;
    background-color: #eee;
    color: #333;
    font-size: 11px;
}

#logerror {
    display: block;
    border: 1px solid #c00;
    background-color: #c00;
    margin: -5px 0px 10px 0px;
    padding: 2px 2px 2px 5px;
    color: #fff;
    font-weight: bold;
}

#error {
    display: block;
    border: 1px solid #c00;
    background-color: #c00;
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px 5px;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
}

#okmessage {
    display: block;
    border: 1px solid #A0FAA9;
    background-color: #A0FAA9;
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px 5px;
    color: #333;
    font-weight: bold;
    font-size: 10px;
}

#main {
    margin: 0;
    padding: 20px;
    border: none;
    border-bottom: 1px solid #999;

    display: block;
    position: relative;
    width: 710px;
    left: 50%;
    margin-left: -375px;
}

#footer {
    clear: both;
    margin: 0;
    margin-bottom: 30px;
    padding: 0 4px;
    border: 1px solid #999;
    text-align: right;

    border: none;
    font-size: 10px;

    display: block;
    position: relative;
    width: 742px;
    left: 50%;
    margin-left: -375px;
}

#footer a
    { font-weight: bold; }

p.footer {
    font-size: 9px;
    line-height: 14px;
}


#usersearch
    { padding: 3px; margin-bottom: 10px; }

a.button {
    text-transform: uppercase;
    display: inline;
    border: 1px solid #eee;
    padding: 1px 7px;
    margin: 0px 5px;
    font-weight: bold;
    white-space: nowrap;
    font-size: 10px;
}

a.button:hover,
a.button:active,
a.button:focus {
    border-color: #f60;
    text-decoration: none;
}

.borderblock a.button {
    background-color: #fff;
    border: 1px solid #999;
}

.debugbutton
    { text-align: left; margin: 10px; }

div.debug {
    padding: 2px;
    font: 12px courier, sans-serif;
    overflow: auto;
    width: 450px;
    float: left;
    margin: 5px;
}

div.debug pre {
    padding: 0px;
    margin: 0px;
}

table.homecenter {
    margin: 15px auto;
    left: 50%;
    border-collapse: collapse;
    width: 450px;
}
table.homecenter th,
table.homecenter td {
    padding: 2px 30px;
}

table.homecenter tr.darker td {
    font-weight: bold;
}

table.homecenter td.bspace {
    font-weight: bold;
    padding-bottom: 15px;
}
