body {
    background-image: url("../img/backpic.jpg");
    background-position: top;
    background-repeat:no-repeat;
    color: black;
    font-family: "arial, verdana, helvetica", sans-serif;
    font-size: 12px;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

#container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}

#logo {
    background-color: transparent;
    position: absolute;
    top: 5px;
    right: 0;
    margin: 0;
    padding: 0;
}

#nav {
    background-color: transparent;
    position: absolute;
    top: 36px;
    left: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#nav_underline {
    background-color: transparent;
    position: absolute;
    top: 52px;
    left: 0;
    margin: 0;
    padding: 0;
}

#subnav {
    background-color: transparent;
    position: absolute;
    top: 55px;
    left: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#pics {
    background-color: transparent;
    position: absolute;
    top: 90px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#content {
    background-color: transparent;
    position: absolute;
    top: 200px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#content_adm {
    background-color: transparent;
    position: absolute;
    top: 90px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

h1 {
    color: rgb(236, 133, 14);
    font-family: "arial, verdana, helvetica", sans-serif;
    font-size: 16px;
    font-weight: bold;
}

a:link, a:visited, a:active {
    color: rgb(20, 122, 141);
    font-family: "arial, verdana, helvetica", sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
}

a:hover, a:focus {
    color: rgb(72, 209, 227);
    font-family: "arial, verdana, helvetica", sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
}

a.nav:link, a.nav:visited, a.nav:active {
    color: rgb(236, 133, 14);
    font-family: "arial, verdana, helvetica", sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

a.nav:hover, a.nav:focus {
    color: rgb(20, 122, 141);
    font-family: "arial, verdana, helvetica", sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

a.nav_sel {
    color: rgb(20, 122, 141);
    font-family: "arial, verdana, helvetica", sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

p {
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    text-align: justify;
}

p.intro {
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    text-align: justify;
    color: rgb(20, 122, 141);
}

.o {
    font-weight: bold;
    color: rgb(236, 133, 14);
}

td.intro {
    color: rgb(20, 122, 141);
    font-family: "arial, verdana, helvetica", sans-serif;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
}

td {
    color: black;
    font-family: "arial, verdana, helvetica", sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    padding: 1px;
}

th {
    color: black;
    font-family: "arial, verdana, helvetica", sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    padding: 1px;
}

th.bordered {
    background-image: url("../img/tab_back.jpg");
    background-repeat: repeat;
    border-spacing: 0;
    border-collapse: collapse;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(32, 169, 187);
    /* border-color: rgb(236, 133, 14); */
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: rgb(236, 133, 14);
}

td.bordered {
    background-image: url("../img/tab_back.jpg");
    background-repeat: repeat;
    border-spacing: 0;
    border-collapse: collapse;
    border-style: solid;
    border-width: 1px;
    border-top-width: 0;
    border-color: rgb(32, 169, 187);
}

table.bordered {
    border-style: solid;
    border-width: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

input, select {
    background: url("../img/space.gif");
    width: 400px;
    font-family: "arial, verdana, helvetica", sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: black;
    padding-left: 2px;
    padding-right: 2px;
    border-width: 1px;
    border-style: solid;
    border-left-color: rgb(72, 199, 227);
    border-top-color: rgb(72, 199, 227);
    border-right-color: rgb(32, 169, 187);
    border-bottom-color: rgb(32, 169, 187);
}

input.button {
    background: url("../img/half_transparent.gif");
    width: 75px;
    font-family: "arial, verdana, helvetica", sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: rgb(236, 133, 14);
    border-width: 1px;
    border-style: solid;
    border-left-color: rgb(72, 199, 227);
    border-top-color: rgb(72, 199, 227);
    border-right-color: rgb(32, 169, 187);
    border-bottom-color: rgb(32, 169, 187);
}

textarea {
    background: url("../img/space.gif");
    width: 400px;
    height: 150px;
    font-family: "arial, verdana, helvetica", sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: black;
    padding-left: 2px;
    padding-right: 2px;
    border-width: 1px;
    border-style: solid;
    border-left-color: rgb(72, 199, 227);
    border-top-color: rgb(72, 199, 227);
    border-right-color: rgb(32, 169, 187);
    border-bottom-color: rgb(32, 169, 187);
}

input:focus, select:focus, textarea:focus {
    background: url("../img/half_transparent.gif");
    border-left-color: rgb(52, 179, 207);
    border-top-color: rgb(52, 179, 207);
    border-right-color: rgb(12, 149, 167);
    border-bottom-color: rgb(12, 149, 167);
}

input.error, textarea.error, select.error {
    border-color: rgb(236, 133, 14);
}

input.error:focus, textarea.error:focus, select.error:focus {
    background: url("../img/half_transparent.gif");
    border-color: rgb(236, 133, 14);
}

ul {
    margin-top: 5px;
    margin-bottom: 5px;
}

/*
.left {
    text-align: left;
}

.right {
    text-align: right;
}
*/
