html
{
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

body
{
    background-color: #5c707c;
    color: #333;
    font-family: arial, helvetica, sans-serif;
}

html,
body
{
    margin: 0;
    padding: 0;
    height: 100%;
}

#topImg { 
    background-image: url(../images/top.jpg);
    background-repeat: no-repeat;
    width: 800px;
    height: 221px;
    z-index: 1;
    }
    
#midImg { 
    width: 800px;
    height: 460px;
    z-index: 2;
    background-image: url(../images/middle.jpg);
    background-repeat: no-repeat;
    margin-top: -1px;
    }
    
#botImg { 
    position: absolute; top: 680px;
    width: 800px;
    height: 126px;
    z-index: 3;
    background-image: url(../images/bottom.jpg);
    background-repeat: no-repeat;

    }
    
.page
{
    margin: 0 auto;
    width: 800px;
    background-color: white;
    background-position: 0 0;
    text-align: left;
    position: relative;
    min-height: 100%;
    height: auto ;
    height: 100%;
}

h1
{
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    z-index: 100;
}

h1,
h1 img
{
    width: 223px;
    height: 128px;
}

a
{
    color: rgb(102,102,102);
}

.content
{
    padding-left: 248px;
    width: 567px;
    padding-bottom: 0;
    clear: both;
    min-height: 820px;
    height: auto ;
    height: 820px;
}

h2
{
    padding: 0;
    margin: 0;
    color: rgb(132,132,132);
    font-size: 19px;
    font-family: arial, sans-serif;
    font-weight: bold;
    margin-bottom: 16px;
}

h2 img
{
    display: block;
    height: 27px;
}

.innerContent p,
.innerContent h3,
.innerContent table
{
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 18px;
    font-size: 78%;
    line-height: 1.29em;
    clear: both;
}

.innerContent table p
{
    font-size: 12px;
}

.innerContent h3
{
    margin-top: 28px;
    margin-bottom: 6px;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    width: 399px;
    overflow: hidden;
}

.innerContent h3 img
{
    display: block;
    padding: 0;
    margin: 0;
}

div.navigation
{
    margin: 0;
    padding: 0;
    position: absolute;
    left: -10px;
    top: 128px;
    width: 224px;
}

.introImage
{
    margin-left: -24px;
    margin-bottom: 19px;
}

.introImage img
{
    display: block;
}

#footer
{
    position: absolute;
    bottom: 0 ;
    bottom: -1px;
    height: 27px;
    width: 223px;
    color: rgb(102,102,102);
    font-size: 10px;
    border-top: 1px solid rgb(204,204,204);
    background-color: #fff;
    background-image:  url(../images/background.gif);
    background-repeat: repeat-y;
    background-position: 0 0;
    overflow: hidden;
}

.meta
{
    position: absolute;
    left: 80px;
    top: 9px;
    line-height: 10px;
    overflow: hidden;
    width: 290px;
}


#footer a
{
    text-decoration: none;
}

#footer a:hover
{
    color: rgb(204,0,0);
}

.innerContent
{
    width: 399px;
    /*background-color: #fff;*/
    margin-top: -150px;
    padding-bottom: 100px;
}

.innerContent a
{
    color: rgb(102,102,102);
    text-decoration: underline;
}

.innerContent a:hover
{
    color: rgb(204,0,0);
}


.image
{
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 10px;
    color: rgb(102,102,102);
}

.image img
{
    display: block;
    margin-bottom: 4px;
}

a img
{
    border: 0
    }
