* {
    font-family:helvetica,verdana,arial,sans-serif;
}

html {
    height:100%;
    margin:0px;
    padding:0px;
}

body {
    background-color:#006b9b;
/*    height:100%;*/
    background-image:url("images/bg.png");
    background-position:top;
    background-repeat:repeat-x;
    margin:0px;
    padding:0px;
}

#content {
    width:918px;
    position:relative;
    margin-left:-459px;
    left:50%;
    top:32px;
}

#c1 {
    position:relative;
    background-image:url(images/contentbg.png);
    background-position:top;
    background-repeat:no-repeat;
    min-height:530px;
}

#header {
}

#logo {
    position:relative;
    top:15px;
    left:50%;
    margin-left:-137px;
}

#nav {
    position:relative;
    left:137px;
    top:38px;
    _z-index:10;
    _height:34px;
    _top:39px;
}

#nav a {
    float:left;
    height:34px;
    width:221px;
    background-image:url(images/nav.png);
    overflow:hidden;
    text-indent:-999px;
}

#nav a#navIOC {
    background-position:0px 0px;
}

#nav a#navIOC:hover {
    background-position:0px -68px;
}

#nav a#navIOC.selected {
    background-position:0px -34px;
}

#nav a#navJ {
    background-position:-221px 0px;
    width:204px;
}

#nav a#navJ:hover {
    background-position:-221px -68px;
    width:204px;
}

#nav a#navJ.selected {
    background-position:-221px -34px;
    width:204px;
}

#nav a#navFx {
    background-position:-425px 0px;
}

#nav a#navFx:hover {
    background-position:-425px -68px;
}

#nav a#navFx.selected {
    background-position:-425px -34px;
}

#innerContent {
    position:relative;
    width:830px;
    margin-left:44px;
    margin-top:40px;
    padding-bottom:20px;
    color:#444;
    font-size:90%;
}

#footer {
    background-image:url(images/footer.png);
    background-repeat:no-repeat;
    text-align:center;
    padding-top:40px;
    color:white;
    font-size:80%;
    padding-bottom:20px;
    _padding-bottom:60px;
}

#footer p {
    margin:0px;
}

h1 {
    position:relative;
    clear:both;
    margin:100px 0px 1em 0px;
    text-align:center;
}

.downloadImage {
    margin:0.5em;
}

#subnav {
    text-align:center;
    margin-bottom:30px;
    font-size:90%;
}

#subnav a {
    padding-left:0.5em;
    padding-right:0.5em;
}

a {
    color:#006b9b;
    font-weight:bold;
}

#footer a {
    color:white;
    font-weight:normal;
}

/*ul {
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    background-color:blue;
}

li {
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    background-color:red;
}*/