@charset "utf-8";
/* CSS Document */


/***header image***/
#flash {
height:181px;
position:relative;
left:1px;
margin:0 0 -10px 0;
}



#text {
background:url(../images/logo_watermark.jpg) no-repeat;
background-position:bottom right;
padding:20px 0 30px 0;
}

#wrapper {
background-image:url(../images/bkgd_body_secondary.jpg);
background-repeat:repeat-x;
margin:0;
}

/*************************************/
/* SUBNAVIGATION (this style sheet only)
/*************************************/
#subnav ul {
    list-style:none;
    margin:4px 0 20px 0;
    width:565px;
    padding:0;
    text-indent:none;
}

#text #subnav li {
display:inline;
white-space:nowrap;
}

#subnav a {
background-image:url(../images/subnav_icon.gif);
background-repeat:no-repeat;
background-position:0 1px;
padding:0 10px 0 17px;
float: left;
}

#subnav a:link, #subnav a:visited {
color:#420d47;
text-decoration:none;
font-weight:800;
}

#subnav a:hover {
text-decoration:none;
color:#000066;
}




