@CHARSET "UTF-8";

body {
    font-family: Verdana, sans-serif;
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    background-color: #fff;
    color: #000;
    height: 100%;
    width: 100%;
}

#page {
    background-color: #ddd;
    padding: 0px;
    margin: auto;
    width: 995px;
    height: 100%;
}

#left-pane {
    background-color: #fff;
    width: 795px;
    float: left;
    height: 100%;
}

#header {
    background-color: #fff;
    height: 147px;
}

#menu {
    background-color: #eee;
    height: 41px;
    margin: 0px;
    padding: 0px;
}

#main {
    background-color: #ddd;
    width: 795px;
    min-height: 300px;
}

#navigation {
    background-color: #ddd;
    width: 200px;
    float: left;
}

#center {
    background-color: #fff;
    width: 595px;
    float: right;
}

#content {
    padding: 0px 10px 10px 10px;
    width: 575px;
}

#content-footer {
    background-color: #eee;
    height: 40px;
    width: 100%;
}

#footer{
    background-color: #fff;
    width: 795px;
    height: 80px;
}

#right-pane {
    width: 200px;
    float: right;
    height: 100%;
}

.cleaner {
    clear: both;
    width: 0px;
    height: 0px;
}

img {
    border: 0px;
}

p { 
    font-family: Verdana, sans-serif;
    font-size: 12px;
    line-height: 125%;
    color: #666;
    margin-top: 8px;
    margin-bottom: 0px;
    padding: 0px 3px 0px 3px;
    text-indent: 0px;
}

h2 {
    font-size: 14px;
    font-weight: bold;
    color: #e53;
    margin: 10px 0px 5px 0px;
    border-bottom: 1px solid #e53;
    text-transform: uppercase;
}

a:link { 
    color: #e53;
    text-decoration: none;
    font-size: 10px;
}

a:visited {
    color: #e53;
    text-decoration: none;
    font-size: 10px;
}

a:hover {
    color: #e53;
    text-decoration: underline;
    font-size: 10px;
}

a:active {
    color: #e53;
    text-decoration: underline;
    font-size: 10px;
}

#center a:link {
    color: #979996;
    text-decoration: none;
    font-size: 12px;
}

#center a:visited {
    color: #979996;
    text-decoration: none;
    font-size: 12px;
}

#center a:hover {
    color: #979996;
    text-decoration: underline;
    font-size: 12px;
}

#center a:active {
    color: #979996;
    text-decoration: underline;
    font-size: 12px;
}

input {
    font-size: 10px;
    font-family: Verdana;
    background-color: #fff;
    color: #666;
    font-weight: bold;
    border: 1px solid #666;
}

input[type=radio] {
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 5px;
}

input[type=submit] {
    font-size: 10px;
    font-family: Verdana;
    background-color: #fff;
    color: #666;
    font-weight: bold;
    border: 1px solid #666;
}

select {
    font-size: 10px;
    font-family: Verdana;
    background-color: #fff;
    color: #666;
    font-weight: bold;
    border: 1px solid #666;
}

textarea {
    font-size: 10px;
    font-family: Verdana;
    background-color: #fff;
    color: #666;
    font-weight: bold;
    border: 1px solid #666;
}

input[type=text] {
    font-size: 10px;
    font-family: Verdana;
    background-color: #fff;
    color: #666;
    font-weight: bold;
    border: 1px solid #666;
}

#navigation ul {
    list-style: none;
    margin: 0px;
    padding: 20px 0px 20px 20px;
}

#navigation ul li {
    text-transform: uppercase;
    font-size: 11px;
    color: #000;
}

#navigation ul li a:link {
    text-decoration: none;
    color: #000;
}

#navigation ul li a:visited {
    text-decoration: none;
    color: #000;
}

#navigation ul li a:hover {
    text-decoration: none;
    color: #d11974;
}

#navigation ul li a:active {
    text-decoration: none;
    color: #d11974;
}

#menu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

#menu ul li {
    display: inline;
    width: 100px;
}

#menu ul li a {
    text-decoration: none;
    display: block;
    height: 40px;
    padding: 0px 5px 0px 5px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 11px;
    color: #666;
    font-weight: bold;
    line-height: 1.5em;
    float: left;
}

#menu ul li a:link {
    color: #666;
}

#menu ul li a:visited {
    color: #666;
}

#menu ul li a:hover {
    background-image: url(/images/menu-bg.gif);
    background-repeat: no-repeat;
    background-position: right;
    color: #000;
}

#menu ul li a:active {
    background-image: url(/images/menu-bg.gif);
    background-repeat: no-repeat;
    background-position: right;
    color: #000;
}

#flags {
    text-align: center;
    width: 100%;
    margin-top: 115px;
}

#datetime {
    text-align: center;
    width: 100%;
    font-size: 10px;
    margin-top: 20px;
}

#date {
    color: #e53;
}

#time {
    padding-left: 5px;
}

#expogast {
    width: 100%;
    text-align: center;
    margin-top: 25px;
}

#info-box {
    width: 170px;
    margin: auto;
    margin-bottom: 25px;
}

#info-top {
    background-color: black;
    color: #fff;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
}

#info-bottom {
    background-color: #eee;
    padding: 10px;
}

ul.errors {
    list-style: none;
}

ul.errors li {
    font-size: 8px;
    color: #ff0000;
}

.bolder {
    font-weight: bold;
}


