/* CSS Document */
body {
    background-color: #FFF;
    margin: 0 0 0 0;
}

#leftBarHdr {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #474747;
    width: 200px;
    height: 100px;
}

#leftBarHdr h1{
    color: #FF0000;
    font-family: Arial, Tahoma;
    font-variant: small-caps;
    font-size: 1.4em;
    text-transform: uppercase;
    text-align: center;
    margin: 20px 0 -10px 0;
}

#leftBarHdr h2{
    color: #FFFFFF;
    font-family: Arial, Tahoma;
    font-variant: small-caps;
    font-size: 0.8em;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.1em;
    margin: 10px 0 0 0;
}

#nav {
/*    clear: left;
    float: left;*/
    position: absolute;
    top: 20px;
    left: 0;
    background-color: #FFF;
    color: #474747;
    width: 180px;
    height: 100px;
    margin: 120px 0 20px 0;
}

#nav ul {
    list-style-type: none;
}

#nav li {
    border-style: solid;
    border-width: 0 0 1px 0;
    margin: 0 0 2px 0;
    font-variant: small-caps;
    font-weight: bold;
    font-size: 75%;
    text-align: justify;
    letter-spacing: 0.3em;
    word-spacing: 0.3em;
}

#nav a {
    text-decoration: none;
    color: #CFCFCF;
}

#nav a:hover {
    color: #FF6600;
}

#leftCont {
    position: absolute;
    top: 254px;
    left: 0;
    width: 175px;
    margin: 20px 0 20px 5px;
    padding: 10px;
    text-align: justify;
    font-size: 80%;
}

#leftCont h2 {
    background-color: #FFF;
    color: #FF6600;
    margin: -10px;
    padding: 5px;
    font-size: 100%;
    border-style: solid;
    border-width: 0 0 1px 0;
}

#leftCont p {
    background-color: #FFF;
    margin: 10px -10px -10px -10px;
    padding: 5px;
}

#mainHdr {
    position: absolute;
    top: 0;
    left: 205px;
    width: 750px;
    height: 100px; 
    background-image: url(images/main.jpg); 
    background-position: top left;
    background-repeat:no-repeat;
    background-color: #FFCC00;
    color: #000000;
    text-align: right;
    font-family: Arial, Tahoma;
    font-variant: small-caps;
}

#mainHdr h1 {
    letter-spacing: -0.1em;    
    margin: 10px 40px 10px 0px;

}



#mainCont {
    position: absolute;
    top: 105px;
    left: 205px;
    width: 750px;
    height: 190px; 
    color: #FFF;
    background-color: #FF5800;
    text-align: justify;
    font-family: Verdana;
    font-size: 12px;
    padding: 0px 0 0px 0px;
}

#mainCont p {
    margin: 10px;
    line-height: 100%;
}

#mainCont h1 {
    color: #C80000;
    font-size: 1.3em;
    margin: 10px 0 0 10px;
}

#mainBottom {
    position: absolute;
    top: 300px;
    left: 205px;
    width: 360px;
    height: 220px;
    margin: 30px 10px 0 10px;
    text-align: justify;
    border-style: solid;
    border-color: #CFCFCF;
    letter-spacing: 0.02em;
    font-family: Verdana;
    font-size: 11px;
    border-width: 2px 0 0 0;
}

#mainBottom h1 {
    font-size: 1.3em;
    color: #C80000;
}

#mainBottomRight {
    position: absolute;
    top: 300px;
    left: 570px;
    width: 360px;
    height: 220px;
    margin: 30px 10px 0 10px;
    padding-left: 10px;
    text-align: justify;
    border-style: solid;
    font-family: Verdana;
    font-size: 11px;
    border-width: 2px 0 0 0;
}

#mainBottomRight h1 {
    font-size: 1.3em;
    color: #C80000;
}

#table {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}

#table2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-color: white;
font-weight: light;
}


#footer {
    background-color: #FFFFFF;
    position: absolute;
    top: 560px;
    left: 10px;
    width: 950px;
    height: auto;
    text-align: center;
    font-size: 80%;
    border-style: solid;
    letter-spacing: 0.1em;
    font-family: Verdana;
    font-size: 9px;
    text-transform: uppercase;
    border-color: #CFCFCF;
    border-width: 1px 0 1px 0;
}

