/* Formatting of common page elements */

* {
    padding: 0px;
    margin: 0px;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #e6e6e6;
    color: #ffffff;
}

form {
    padding-top: 2px;
    padding-bottom: 2px;
}

label {
    font-weight: bold;
    color: #606060;
}

input, select, textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 1px;
    margin-bottom: 0px;
    border: 1px solid #606060;
    background: #ffffff url("graphics/input.png") repeat-x;
    color: #333333;
}

input.button {
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #606060;
    cursor: pointer;
}

table {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
    border-bottom: 3px solid #a0a0a0;
    border-collapse: collapse;
}

th {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-right: 1px solid #ffffff;
    background: #909090;
    color: #ffffff;
}

td {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: 1px solid #a0a0a0;
    background: #ffffff;
    color: #333333;
}

ul {
    padding-left: 20px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 4px;
    list-style: square;
}

li {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 2px;
    padding-bottom: 0px;
}

h1 {
    font-size: 18px;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #2255cc;
}

h2 {
    font-size: 16px;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #2255cc;
}

p {
    line-height: 150%;
    padding-top: 4px;
    padding-bottom: 4px;
}

a {
    text-decoration: underline;
    color:#2255cc;
}

a:hover {
    text-decoration: underline;
    color:#ee6611;
}


/* Specific layout of the web page */

.page {
    width: 840px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
    background: #ffffff;
    color: #000000;
}

.head {
    width: 840px;
    height: 220px;
    background: url("graphics/header.png");
    color: #ffffff;
    float: left;
    clear: both;
}

.wrap {
    width: 840px;
    background: url("graphics/page.png") repeat-y;
    color: #333333;
    cursor: default;
    float: left;
    clear: both;
}

.shadow {
    width: 800px;
    height: 5px;
    font-size: 0px;
    margin-left: 20px;
    margin-right: 20px;
    background: url("graphics/shadow.png") repeat-x;
    color: #333333;
    cursor: default;
}

.menu {
    width: 240px;
    font-size: 0px;
    margin-top: 10px;
    margin-bottom: 0px;
    float: left;
}

.menu ul {
    list-style: none;
    padding: 0px;
}

.menu li {
    width: 220px;
    height: 60px;
    padding-left: 20px;
    padding-right: 0px;
    display: block;
}

.menu_single {
    width: 180px;
    height: 24px;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    letter-spacing: 2px;
    word-spacing: 2px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #2255cc url("graphics/menu-normal.png");
    color: #ffffff;
    display: block;
}

.menu_double {
    width: 180px;
    height: 42px;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    letter-spacing: 2px;
    word-spacing: 2px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    background: #2255cc url("graphics/menu-normal.png");
    color: #ffffff;
    display: block;
}

.menu li a:hover {
    text-decoration: none;
    background: #ff9933 url("graphics/menu-invert.png");
    color: #ffffff;
}

.menu li a.selected {
    text-decoration: none;
    background: #2255cc url("graphics/menu-invert.png");
    color: #ffffff;
}

.data {
    width: 535px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: justify;
    line-height: 150%;
    color: #333333;
    cursor: default;
    float: left;
}

.foot {
    width: 840px;
    height: 40px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
    background: url("graphics/footer.png");
    color: #ffffff;
    cursor: default;
    float: left;
    clear: both;
}

.sponsors {
    width: 840px;
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 40px;
    background: #e6e6e6;
    color: #ffffff;
    cursor: default;
    float: left;
    clear: both;
}
