html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-weight: inherit;
        font-style: inherit;
        font-size: 100%;
        font-family: inherit;
        vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
        outline: 0;
}
body {
        line-height: 1;
        color: black;
        background: white;
        text-align:center;
        position: relative;
}
ol, ul {
        list-style: none;
}
table {
        border-collapse: collapse;
        border-spacing: 0;
}
td {
        border-collapse:collapse;
}
caption, th, td {
        text-align: left;
        font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
        content: "";
}
blockquote, q {
        quotes: "" "";
}
/* Begin defining project styles */
body {
    font-family:Verdana, Arial, sans-serif;
    background:url('../../../../images/pageTile.jpg') top center repeat-x;
    height:100%;
}
h1 {
    padding:7px 0px;
    font-size:42px;
    font-family:Trade Gothic, Helvetica, Arial, Verdana, sans-serif;
    margin:0px auto;
    font-weight:normal;
}
#wrapper {
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
        margin:0px auto;
}
#h1 {
        
}
h2 {
    padding:10px 0px 0px;
    font-size:24px;
    font-family:Trade Gothic, Helvetica, Arial, Verdana, sans-serif;
    margin:0px auto;
    font-weight:normal;
}
p {
    margin:10px 0px;
    line-height:18px;
    font-size:11px;
}
div#body {
    text-align:left;
    margin:0;
    padding:0;
    width:3200px;
    position: relative;
    min-height:1425px;
}
div#right {
        position: absolute;
        top: 0px;
        right: 0px;
}
div#content {
        width:920px;
        height:1000px;
}
div#contentRight {
    float:right;
    width:880px;
    background:#19BCB9;
    padding:0px 20px;
}
div#contentLeft {
    float:left;
    width:920px;
    margin:0px 0px 25px;
}
div#message {
        display:none;
        top:342px;
        position:absolute;
        text-align:center;
}
.hr {
        border-bottom:3px dashed #19BCB9;
        margin:10px 0px;
}
.clear {
    clear:both;
    text-align:center;
    margin:10px 0;
}
#reportFlash {
        margin:10px 0px;
        padding:0px;
}
table td {
        vertical-align:middle;
}
#flashGrid {
        background:url('../../../../images/gridBG.png') top center no-repeat;
        width:403px;
        height:423px;
        margin:25px 30px 0px 0px;
}
div#footer {
        position:relative;
        width:920px;
        font-size:11px;
        background:url('../../../../images/innovaCircle.jpg') 0px 40px no-repeat;
}
div.innovaCircle {
        float:left;
        font-size:10px;
        color:#000000;
        width:258px;
        height:216px;
        text-align:center;
        margin:0px 33px 0px 0px;
}
div.innovaCircle div {
        width:200px;
        padding-top:115px;
        text-align:center;
        margin:0px auto;
        line-height:13px;
}
a {
        color:#CC0000;
}
.rightArrow {
        position:absolute;
        top:440px;
        right:-90px;
}
.leftArrow {
        position:absolute;
        left:-75px;
        top:920px;
        z-index:99;
}
span.lowerFooter {
        font-size:9px;
}
.crumbs {
        position:absolute;
        top:450px;
        right:-60px;
        background:url('../../../../images/crumbs.png') 900px 200px no-repeat;
}