/* ******************** default skin ******************** */



/* ******************** ***** ******************** */
#main_body {
    background-color: white;
    margin: 0;
    padding: 0;
}



#body {
    padding: 0;
    margin: auto;
    background-color: #dddddd;
}

a img {
    border: 0;
}



/* ******************** heading ******************** */
#head {
    padding: 0px;
    margin: 0;
    width: 100%;
    border: 1px solid black;
    clear: both;
    background-color: white;
}

#head a,
#head a:hover,
#head a:active,
#head a:visited {
    text-decoration: none;
    color: black;
}

#head-left {
    float: left;
    margin: 10px 10px 10px 20px;
    overflow: hidden;
}
#head-left img {
    height: 55px;
}

/* ********** menu ********** */
#menu_holder {
    background-color: #d1a884;
    border-color: black;
}
#menu {
    margin-left: 10pt;
    margin-right: 10pt;
}
#menu a,
#menu a:hover,
#menu a:visited,
#menu a:active {
    color: inherit;
}
#menu ul {
    font-size: 10pt;
    font-family: Georgia, Times, Serif;
    font-weight: bold;
    color: #1b2c58;
    font-variant: small-caps;
    background-color: #d1a884;
}
#menu li:hover {
    color: #d1a884;
    background-color: #1b2c58;
}
#menu ul li a {
    border-color: #1b2c58;
}



/* ******************** the page ******************** */
#page {
    margin: 0px;
    padding: 0px;
    background-color: #d9ecff;
    clear: both;
    width: 100%;
    border: 1px solid black;
    border-bottom: none;
    font-family: Verdana, Sans-serif;
    font-size: 10pt;
    color: #333333;
}

#page > * {
    margin-left: 20px;
    margin-right: 20px;
}

/*#page > * > * {
    margin-left: 0;
    margin-right: 0;
}*/

#page > *:first-child {
    margin-top: 20px;
}

#page p,
#page ul,
#page ol,
#page li,
#page table,
#page tr,
#page th,
#page td {
    margin-top: 0;
    margin-bottom: 0;
}

#page p {
    text-indent: 1em;
    text-align: justify;
}

#page ul,
#page ol {
    padding-left: 40px;
}
#page li {
    vertical-align: top;
}

#page td,
#page th {
    vertical-align: top;
    text-align: left;
}

#page th {
    padding-top: 1em;
}

#page h1,
#page h2,
#page h3,
#page h4,
#page h5 {
    font-family: Georgia, Times, Serif;
    font-variant: small-caps;
    font-weight: bold;
    letter-spacing: 1px;
}

#page h1 {
    font-size: 1.8em;
}

#page h2 {
    font-size: 1.5em;
}

#page h3 {
    font-size: 1.1em;
}

#page h4,
#page h5 {
    font-size: 1em;
}

#page h6 {
    text-align: right;
    font-size: 100%;
    font-style: italic;
    font-weight: normal;
}

#page img.left {
    float: left;
    margin: 10px 10px 10px 20px;
}
#page img.right {
    float: right;
    margin: 10px 20px 10px 10px;
}

#page a,
#page a:hover,
#page a:active,
#page a:visited {
    color: #d1a884;
    text-decoration: none;
}
#page a:hover {
    color: #d1a884;
    border-bottom: 1px dashed;
}
#page a.nolink,
#page a.nolink:hover,
#page a.nolink:active,
#page a.nolink:visited {
    color: #333333;
    border: none;
}

#page select,
#page textarea,
#page input[type="text"],
#page input[type="password"] {
    border: 1px solid #1b2c58;
    background-color: white;
}
#page input[type="button"],
#page input[type="reset"],
#page input[type="submit"] {
    border: 1px solid #d1a884;
}
#page input[type="submit"] {
    border: 1px solid #1b2c58;
}

#page hr.footer {
    margin-top: 2em;
    width: 6em;
    margin-left: 0;
}
#page p.footer {
    text-indent: 0;
    text-align: justify;
    font-size: 8pt;
}

/* ********** link menu ********** */
#page p.menulink {
    font-size: 8pt;
    font-family: Arial, Sans-Serif;
    font-weight: normal;
    font-variant: normal;
    white-space: nowrap;
    text-indent: 0;
}



/* ******************** ending ******************** */
#tail {
    width: 100%;
    margin: 0;
    padding: 0px;
    border: 1px solid black;
    border-top: 1px dashed black;
    background-color: white;
}

#tail table {
    width: 100%;
    margin: 0;
    margin-top: .5em;
    margin-bottom: .5em;
    padding-left: 20px;
    padding-right: 10px;
}
#tail a,
#tail a:hover,
#tail a:active,
#tail a:visited {
    color: #7a991a;
    text-decoration: none;
}
#tail a:hover {
    color: #7a991a;
    border-bottom: 1px dashed;
}
#tail a.nolink,
#tail a.nolink:hover,
#tail a.nolink:active,
#tail a.nolink:visited {
    color: #333333;
    border: none;
}
