/* 
    Document   : main
    Created on : June 8, 2007, 9:15 AM
    Author     : Administrator
    Description:
        Purpose of the stylesheet follows.
*/

a {
    color: #a52a2a;
    text-decoration: none;
}

a:hover {
    font-weight: bold;
    text-decoration: underline;
}

body {
    background-color: #ffffff;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 2px 0px 0px 2px;
}

h1 {
    color: #daa520;
    margin: 5px;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
}

h2 {
    margin: 5px;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 0;
}

h3 {
    color: #daa520;
    margin: 2px;
    font-size: 12px;
    margin-left: 0px;
}

h4 {
    margin: 5px;
    font-size: 12px;
    color: #ff0000;
}

h5 {
    margin: 0;
    font-size: 12px;
}

h6 {
    margin: 0;
    font-size: 12px;
}

img {
    border: none;
}

p {
    margin: 0;
    padding: 5px;
}

root { 
    display: block;
}

table {
    border: none;
    border-collapse: collapse;
    table-layout: fixed;
}

td {
    vertical-align: top;
}

.main {
    width: 1000px;
}

#header {
    background-color: #fff;
    display: inline-block;
    display: -moz-inline-block;
    clear: both;
    height: 100px;
}

#header_left {
    display: inline;
    float: left;
    width: 680px;
    padding: 5px;
}

#header_right {
    display: inline;
    float: right;
    width: 280px;
    text-align: right;
    padding: 5px;
}

#navigation {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    background-color: #daa520;
    height: 35px;
    line-height: 35px;
}

#navigation div {
    display: inline;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    border-right: 1px solid #fff;
    text-transform: uppercase;
    font-size: 11px;
}

#navigation div a {
    color: #000;
    text-decoration: none;
}

#navigation div a:hover {
    font-weight: bold;
    text-decoration: underline;
}

#content {
    clear: both;
    width: 100%;
}

#left {
    display: inline;
    float: left;
    width: 240px;
    padding: 5px;
    padding-top: 0;
    color: #606060;
    font-size: 11px;
}

#data {
    display: inline;
    float: left;
    width: 490px;
    padding: 2px;
    padding-top: 0;
}

#data2 {
    display: inline;
    float: left;
    padding: 2px;
    padding-top: 0;
}

#right {
    color: #909090;
    display: inline;
    float: right;
    font-size: 11px;
    padding: 5px;
    padding-top: 0;
    padding-left: 0;
    text-align: left;
    width: 245px;
}

#footer {
    color: #ffd700;
    background-color: #daa520;
    border-top: 1px solid #fff;
    clear: both;
    display: block;
    height: 25px;
    line-height: 25px;
    padding-left: 5px;
    font-size: 10px;
}

.mainImage {
    width: 490px;
    /*height: 490px;*/
}

.section {
    border-bottom: 1px dashed #c0c0c0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.title {
    font-weight: bold;
    height: 35px;
    text-align: right;
    line-height: 35px;
    color: #daa520;
}

.editorsNote {
    color: #fff;
    background-image: url(../images/editorsNote.jpg);
    background-repeat: no-repeat;
    padding-bottom: 50px;
    padding-top: 20px;
}

#subscriptionRates {
    background-color: #990000;
    color: #FFF;
    font-weight: bold;
    height: 20px;
    padding-left: 5px;
    padding-top: 4px;
}

.subscriptionRatesHeader {
    background-color: #330000;
    color: #FFF;
    font-style: italic;
    height: 20px;
}
