/* CSS Document */

/*elements to affect whole page----------------------------------------*/
body {
margin: 0 auto;
margin-bottom:10px;
background-color: #EAEAEA;
}

#container{
margin: 0 auto;
padding:0px;
width: 772px;
}
/*---------------------------------------------------------------------*/





/*elements to affect header section------------------------------------*/
#header{
background-image: url(topBG.jpg);
height:170px;
width:772px;
position:relative
}

#logo{
position:absolute;
top:24px;
left:24px;
width:158px;
height:81px;
}

#headerTxt{
position:absolute;
right:15px;
top:55px;
width:199px;
height:50px;
text-align:right;
}

#headerNav{
position:absolute;
width:732px;
height:37px;
margin-top:123px;
margin-left:24px;
padding: 0;
display:block;
border-top:1px solid #003371;
border-bottom:1px solid #003371;
}
#headerNav ul {
margin: 0;
padding: 0;
list-style-type: none;
}
#headerNav ul li {
float: left;
}
#headerNav ul li a{
display:block;
padding-left:6px;
padding-top: 6px;
height:31px;
width:111px;
background-color:#d9dfe2;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#7a7a7a;
text-decoration:none;
}
#headerNav ul li a:hover {
background-color:#c4cbcf;
}
.navDivider {
margin-right:6px;
}
/*---------------------------------------------------------------------*/




/*elements to affect footer section------------------------------------*/
#footer{
background-image: url(bottomBG.jpg);
height:50px;
width:772px;
}
/*---------------------------------------------------------------------*/





/*elements to affect copyright section---------------------------------*/
#copyright
{
color:#929292;
font-size:xx-small;
text-align:center;
font-family:Arial;
}

#copyright a
{
color:#929292;
text-decoration:none;
}
/*---------------------------------------------------------------------*/
