body {
    margin: 0;
    padding: 0;
    font-family: verdana, sans-serif;;
    font-size: 100%;
    color: #444;
}

div.container {
    width: 100%;
    max-width: 62em;
    min-width: 36em;
}

/* ------------------------------------------------------------------ header */
div.header {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 160px;
    background-color: #cc2600;
}

h1 {
    display: none;
}

#logo {
    position: absolute;
    right: 0;
    display: block;
}

/* -------------------------------------------------------------------- menu */
div.menu {
    width: 18%;
    float: left;
}

div.menu ul {
    margin: 0;
    padding: 0;
    padding-left: 0.5em;
    padding-right: 0.5em;
    list-style: none;
}

div.menu li {
    width: 100%;
    margin-top: 0.5em;
    padding: 0;
}

div.menu li a {
    display: block;
    padding: 0.6em 0.1em;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #cc2600;
    color: #fff;
    text-align: center;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
}

div.menu li a:hover {
    background-color: #ffd;
    color: #cc2600;
}

div.menu li.selected a {
    background-color: #ffd;
    color: #cc2600;
}

/* ----------------------------------------------------------------- content */
div.content {
    float: right;
    width: 82%;
    min-height: 28em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    background-color: #ffd;
}

div.content span {
    font-size: 0.9em;
}

div.content div {
    clear: both;
    padding: 0.5em 1em 0.5em 1em;
}

h2 {
    margin: 0;
    padding: 0;
    font-size: 1.2em;
    border-bottom: solid 0.1em #dd9;
    color: #cc2600;
}

h3 {
    font-size: 0.9em;
    font-weight: bold;
    color: #cc2600;
}

h4 {
    margin: 0;
    padding: 0;
    margin-left: 9em;
    margin-right: 9em;
    border-bottom: solid 0.1em #dd9;
}

p {
    text-align: justify;
    font-size: 0.9em;
    color: #111;
}

p:first-letter {
    font-size: 120%;
    font-weight: bold;
    color: #cc2600;
}

div.content a {
    color: #cc2600;
}

div.content ul {
    padding: 0;
    text-align: justify;
    font-size: 0.9em;
}

div.content ul li {
    padding: 0;
    list-style-position: inside;
}

div.content a.shadow {
    display: block;
    background-color: #cc2600;
    position: relative;    
    margin: 0.5em;
}

div.content a.shadow img {
    display: block;
    position: relative;    
    top: -5px;
    left: -5px;
    border: outset 2px #fff;
}

div.content img:hover {
    border: solid 0.4em #dd9;
}

div.content .left {
    float: left;
}

div.content .right {
    float: right;
}

table {
    font-size: 0.9em;
    empty-cells: show;
}

td {
    padding-left: 1em;
}

tr.separator td {
    border-bottom: solid 0.1em #dd9;
}

/* ------------------------------------------------------------------- form */
form {
    font-size: 0.9em;
}

form span.label {
    display: block;
    font-size: 1em;
}

form button {
    font-size: 0.9em;
}

form input {
    font-size: 0.9em;
}

form textarea {
    font-size: 0.9em;
}

/* ----------------------------------------------------------- index banner */
div.content div.banner {
    padding: 1em;
    clear: both;
    text-align:center;
}

div.content div.banner img {
    display: inline;
    border-style: none;
    margin: -5px 0 0 -5px;
}
