
BODY {
    text-align: center;
    padding: 15px 0px;
    margin: 0px;
    background-image: url(../_img/main_background_01.gif);
    font-family: Arial, Helvetica;
    font-size: 8pt;
    color: #6a7676;
}

IMG {
    border: 0;
}

DIV#pageContainer {
    text-align: left;
    width: 795px;
    margin: 0 auto;
}

DIV#homeContent {
    margin: 0;
    padding: 0;
    font-size: 1px;
    width: 795px;
    height: 388px;
    background: url(../_img/home_image_02.jpg) no-repeat 0px 0px;
    text-indent: -2000px;
    float: left;
    position: relative;
}

DIV#navSpacer {
    width: 795px;
    height: 5px;
    background-color: #FFFFFF;
}

DIV#navContainer {
    width: 795px;
    height: 30px;
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
}

DIV.navItem {
    border-top: 5px solid #FFFFFF;
    float: left;
    margin: 0;
    padding: 0;
}

DIV.borderLeft {
    border-left: 7px solid #FFFFFF;
}

DIV.borderRight {
    border-right: 8px solid #FFFFFF;
}

DIV#promos {
    width: 795px;
    margin: 0;
    padding: 0;
}

DIV#footer {
    width: 795px;
    height: 73px;
    margin: 0;
    padding: 0;
    background-image: url(../_img/home_footer_01.gif);
    background-repeat: no-repeat;
}

#footer DIV {
	padding: 20px 200px 0px 20px;
	color: #ffffff;
	font-weight: bold;
}


DIV#footerLinks {
    padding: 10px 0px 0px 0px;
    font-family: Arial;
    font-size: 8pt;
    color: #426e67;
    text-align: center;
    line-height: 20px;
}

DIV#footerLinks A:link, DIV#footerLinks A:visited {
    font-weight: bold;
    color: #00483c;
    text-decoration: none;
}

DIV#footerLinks A:hover, DIV#footerLinks A:active, DIV#footerLinks A:visited:hover {
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: underline;
}

DIV#copyright {
    float: left;
    width: 400px;
    margin: 7px 0px 0px 2px;
}

DIV#designed {
    float: right;
    text-align: right;
    width: 300px;
    margin: 7px 2px 0px 0px;
}

DIV#designed A:link, DIV#designed A:visited {
    font-weight: bold;
    color: #6a7676;
    text-decoration: underline;
}

DIV#designed A:hover, DIV#designed A:active, DIV#designed A:visited:hover {
    font-weight: bold;
    color: #769a98;
    text-decoration: none;
}