﻿body
{
    width: 950px;
    font-family: Arial;
    background-image: url('Images/Gradient.jpg');
    margin:10px auto;
	position: relative;
}

#mainForm 
{
    width: 950px;
	position: relative;
}


a:visited {
    text-decoration:underline;
    color:red;
    }
a:hover {
    border-bottom: 1px dashed;
}

#divMain
{
    height: 650px;
   
}

/* Banner image */

#bannerImg {
    width: 950px;
    height: 128px;
    margin: 0 auto;

    /*position:absolute;*/
    /*top:0px;
    left: 0px;*/
}

/* Menus */

#navMenu
{
    position:relative;
    margin:0 auto;
}
#topMenu {
    background-color: #C89137;
    color: #FFFFFF;
    font-weight: bold;
    font-size:smaller;
    padding:0;
    border:0;
    top:-5px;
    left:0;
    height:20px;
    width:950px;
    margin:auto;
    position:relative;
    z-index:10;
}

#topMenu ul{
    list-style-type:none;

    background-color: #C89137;
}

#topMenu a{
    color:White;
    text-decoration:none;
    display:block;
}

#topMenu a:hover{
    /*color:#808080;*/
    border-bottom:0;
}


/* Left Navigation */
#leftNav 
{
    
    width:218px;
    height:401px;
    position:absolute;
    top:146px;
    font-weight:bold;
    background-color:#808080;
    color:White;
    font-weight:bold;
    text-align:center;
    font-size:large;
    left:0px;
}

#leftNav a{
    text-align:left;
    text-decoration:none;
    color:White;
}
#leftNav li   
{
    text-align:left;
    font-size: medium;
    font-weight:bold;
    line-height:115%;
}


#leftNav .topCell {
    height:150px;
}

#leftNav .promoImg
{
    height: 123px;
    width: 180px;

    top:40px;
	position:relative;
    border: 0px transparent;
}

/* Content area */
#contentSection
{
    width: 716px;
    height: 400px;
    background-color: white;
    padding:0px 8px;
    font-size: small;
    top: -5px;
    left: 218px;
    overflow:auto;
    position:relative;
    z-index:0;

}
#contentSection .mainContent
{
    position:relative;}

/* Footer instructions */
#footer
{
    text-align:center;
    font-weight:bold;
    height: 60px;
    width:890px;
    font-size:x-small;
    position:relative;
    top:20px;
    margin:0 auto;
}
