body {
    width: 770px;
    margin: 0px auto;
    padding: 0px;
	background-color: white;
	color: black;
    font-family: Verdana,sans-serif;
    font-size: small;
    text-align: left;
}

div.header1 {
    height: 18px;
    font-size: 11px;
}
div.header1 a:link, div.header1 a:visited, div.header1 a:active {
    color: #B2160F;
    text-decoration: none;
}
div.header1 a:hover {
    color: #B2160F;
    text-decoration: underline;
}


div.headerBanner {
    height: 200px;
    background-image: url(/images/header.jpg);   /* 770x200px */
    background-repeat: no-repeat;
    padding-right: 15px;
    text-align: right;
    font-size: 10px;
    color: white;
}


div.menu {
    float: left;
    width: 205px;
    font-size: 12px;
}
div.menuTop {
    height:45px; 
    background-image: url(/images/menu_top.gif);        /*205x45px*/
    background-repeat: no-repeat;
}
div.menuItem {
    height:22px; 
    background-image: url(/images/menu_item.gif);       /*205x28px*/
    background-repeat: no-repeat;
    padding-top: 6px;
    padding-left: 40px;
    color: #C1601E;
}
div.menuItem a:link, div.menuItem a:active, div.menuItem a:visited {
    color: #C1601E;
    text-decoration: none;
}
div.menuItem a:hover {
    color: #C1601E;
    text-decoration: underline;
}
div.menuBottom {
    height: 120px; 
    background-image: url(/images/menu_bottom_new.jpg);      /*205x104px*/
    background-repeat: no-repeat; 
    padding-top: 20px; 
    padding-left: 20px; 
    padding-right: 20px; 
    color: white;
}


div.content {
    float: left;
    width: 555px;
    padding-left: 10px;
    padding-right: 0px;
    margin-bottom: 20px;
}


div.footer {
    height: 99px;
    background-image: url(/images/footer.jpg);
    background-repeat: no-repeat;
    color: white;
    clear: both;
}
div.footer a:link, div.footer a:active, div.footer a:hover, div.footer a:visited {
    text-decoration : none;
    color: white;
}
div.footerText {
    height: 20px; 
    padding-top: 37px;
    padding-left: 5px;
    font-size: 11px;
}
div.footerCopyright {
    padding-top: 2px; 
    padding-left: 80px;
    font-size: 10px;
}


div.halfWidth {
    width: 365px;
}


h1, h2, h3 {
    padding: 0px;
    margin: 0px;
}


img {
    border: 0px;
}

.centered {
    text-align: center;
}



