body {
    background: #aaaaaa url(images/bg2.gif) repeat-x;
    height: 100%;
    min-width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#container {
    position: relative;
    min-height: 100%;
    width: 100%;
}

* html #container {
    height: 100%
}

#header table {
    position: relative;
    height: 100px;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#header tbody {
    background: transparent;
}

.nav ul {
    position: relative;
    background:#ffe1e1 url(images/bar_red.gif);
    width:100%;
    height: 20px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: #000000;
    font-size: 8pt;
    list-style: none;
}

.nav ul li {
    display: inline;
    list-style: none;
}

.nav ul li a {
    background: #ffe1e1 url(images/bar_red.gif);
    margin: 0 0 0 0;
    padding: .3em 8px .3em 8px;
    color: #2f2f2f;
    text-decoration: none;
    float: left;
    clear: right;
    border-right: 1px solid #cccccc;
}

.nav ul li a:hover {
    background: #a3d9ff url(images/bar_blue.gif);
    color: #000000;
    text-decoration: none;
    border-right: 1px solid #cccccc;
}

#left {
    position: relative;
    background: #ffe1e1;
    width: 25%;
    float: left;
    clear: both;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

#left a {
    padding: 0px 5px 0px 5px;
}

#right {
    position: relative;
    float: right;
    width: 75%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    clear: right;
}

.ep ul {
    background: #a3d9ff url(images/bar_blue.gif);
    width:100%;
    height: 20px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    text-align: center;
    list-style: none;
}

.ep ul li {
    display: inline;
    list-style: none;
    padding: 2px 2px 2px 2px;
    text-decoration: none;
}

#footer {
    position: relative;
    background-color: #000000;
    bottom: 0;
    width: 100%;
    height: 50px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    clear: both;
}

img.left {
    float: left;
    margin: 10px 10px 10px 10px;
}

img.right {
    float: right;
    margin: 10px 10px 10px 10px;
}

ul {
    background: #dfdfdf;
    color: #ff0000;
    list-style: none;
    margin: 10px 10px 10px 10px;
    padding: 10px 10px 10px 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt; 
}

a:hover {
    background: #ffe1e1;
    color: #000000;
    text-decoration: none;
}

table {
    border-collapse: collapse;
    margin: 10px 10px 10px 10px;
    color: #000000;
    width: 96%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt; 
    text-align: left;
}

table a {
    padding: 0px 3px 0px 3px;
 }

th {
    padding: 3px 3px 3px 3px;
    text-align: center;
}

td {
    padding: 3px 3px 3px 3px;
}

th.spec {
    background: #a3d9ff url(images/bar_blue.gif);
    color: #000000;
    font-size: 9pt; 
}

tbody {
    font-size: 8pt; 
    background: #dfdfdf;
    color: #000000;
}

.odd {
    background-color: #efefef;
    color: #000000;
}

iframe {
    margin: 0 10px 0 10px;
}
