@CHARSET "UTF-8";

@IMPORT url("projection.css");

@IMPORT url("etc.css");

@IMPORT url("header.css");

@IMPORT url("footer.css");

@IMPORT url("menu.css");

@IMPORT url("elements.css");

@IMPORT url("news.css");

body, input, select {
    font: 0.9em 'georgia', 'times', sans-serif;
}

body {
    margin: 0;
}

#body {
    background: #fff url("../images/css/style01/menuBg1.gif") repeat-y;
}

#content {
    margin-left: 203px;
    padding: 30px 100px 30px 36px;
    min-height: 500px;
    background: url("../images/css/style01/contentBg.jpg") no-repeat;
    color: #000;
}

#content p {
    line-height: 140%;
}

#content h2 {
    margin-top: 0;
    margin-right: 85px;
}

h3,h4,h5 {
    color: #663333;
    font-weight: normal;
}

h2 {
    color: #663333;
    font-size: 1.95em;
    display: block;
    border-bottom: 0px solid #ccc;
    font-weight: normal;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.2em;
}

p {
    text-align: justify;
}

a:link,a:active {
    color: #006696;
}

a:visited {
    color: #663366;
}

a:hover {
    color: #6699cc;
}

a:hover img {
    border: #006696 3px solid;
}

a.new {
    background: url("../images/css/new.gif") no-repeat 0 90%;
    padding-left: 30px;
}

table {
    border: 2px solid #e3d8c6;
    font-size: 100%;
    empty-cells: show;
    border-collapse: collapse;
    background-color: #f8f5ef;
    counter-increment: table;
}

caption {
    font-size: 0.8em;
    font-style: italic;
    padding-bottom: 3px;
    margin: auto;
}

caption:before {
    content: "Table " counter(table) ": ";
}

th {
    border: 1px solid #e3d8c6;
    padding: 6px 8px 6px 8px;
    background-color: #4b402a;
    color: #f3ecdd;
}

td {
    border: 1px solid #e3d8c6;
    padding: 3px 8px;
}

img {
    border: 3px solid #e3d8c6;
    margin: 0 2px;
}

img.new {
    border: 0;
}

blockquote {
    font-style: italic;
    font-weight: bold;
    text-align: justify;
}

dt {
    font-weight: bold;
    font-style: italic;
}

dd {
    text-align: justify;
}

abbr,acronym {
    cursor: help;
}

sup {
    font-weight: normal;
}

.invalidUrl {
    text-decoration: line-through;
}

.inline {
    display: inline;
    float: right;
    margin: 0 0 15px 25px;
}

.center {
    text-align: center;
}

.linkedImage {
    border: 3px solid #e3d8c6;
}

ol.lettered {
    list-style-type: upper-alpha;
}