body {
    text-align:center;
    margin:0px;
    font-family: Arial, Helvetica, sans-serif;   
}

.background1
{
    text-align: center;
    margin: auto;
    background-image: url(/images/background-gradiant1.jpg);
    background-repeat: repeat-x;
    width: 774px;
    border-right: solid 3px #999999;
    border-left: solid 3px #999999;
    border-bottom: solid 3px #999999;
}
.background2 {
    margin: auto;
    background-color: #005B9D;
    width: 754px;
}
.background3 {
    margin: auto;
    background-image: url(/images/background-gradiant3.jpg);
    background-repeat: repeat-x;
    background-position: center top;
	width: 754px;
    text-align: left;
}
.bh {
    background-image: url(/images/bh.gif);
    background-repeat: no-repeat;
    width: 20px;
    height: 8px;
    line-height: 8px;
    margin: 6px 0px 0px 426px;
    padding:0px;
}
.headerText {
    background-image: url(/images/header-text.gif);
    background-repeat: no-repeat;
    width: 406px;
    height: 7px;
    line-height: 7px;
    margin: 25px 0px 23px 33px;
    #margin: 23px 0px 21px 33px;
    padding:0px;
}
.headerImage
{
    background-image: url(/images/sponsor-top-logo.gif);
    background-repeat: no-repeat;
    width: 167px;
    height: 39px;
    margin: 2px 0px 14px 244px;
    #margin: 2px 0px 12px 244px;
    padding: 0px;
}

.navContainer {
    background-image: url(/images/nav-background.jpg);
    background-repeat: no-repeat;
    width: 442px;
    height: 36px;
    padding:0px 0px 0px 8px;
    margin:0px;
}

.navBtn {
    float: left;
    margin: 6px 12px 6px 11px;
}

.navBtn span {
    width: 4px;
    height: 24px;
    float: left;
    display:block;
}

.navBtn a {
    font-size: 12px;
    font-weight:bold;
    color: #C0FFFA;
    text-decoration: none;
    padding: 8px 4px 8px 4px;
    height: 8px;
    line-height: 8px;    
    float: left;
    display:block;
}

.navBtnSelected a {
    color: #FFFFFF;
}
.navBtnHover .right,
.navBtnSelected .right {
    background-image: url(/images/nav-right-selected.jpg);
    background-repeat: no-repeat;
}
.navBtnHover a,
.navBtnSelected a {
    background-image: url(/images/nav-selected.jpg);
    background-repeat: repeat-x;
}
.navBtnHover .left,
.navBtnSelected .left {
    background-image: url(/images/nav-left-selected.jpg);
    background-repeat: no-repeat;
}
.bottomGutter {
    height:10px;
    line-height:10px;
    width:774px;
    border-bottom: solid 1px #EAEAEA;
}
