HTML
{
    border: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
}
BODY
{
    margin: 0px;
    padding: 0px; /*height: 100%;*/
    color: #000000;
    font-size: 0.8em;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-weight: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    white-space: normal;
    letter-spacing: normal;
}
.gradient
{
    background-position: left top;
    background-image: url(../img/mainBackground.jpg);
    background-repeat: repeat-x;
    background-color: #f2edd9;
}
A:active
{
    font: 100% Arial, Helvetica, sans-serif;
    color: #000099;
    text-decoration: underline;
}
A:hover
{
    font: 100% Arial, Helvetica, sans-serif;
    color: #ff6600;
    text-decoration: underline;
}
A:link
{
    font: 100% Arial, Helvetica, sans-serif;
    color: #000099;
    text-decoration: underline;
}
A:visited
{
    font: 100% Arial, Helvetica, sans-serif;
    color: #000099;
    text-decoration: underline;
}
H2
{
    padding-left: 1px;
    font-weight: bold; /*font-size: 1.25em;*/
    padding-top: 2px;
}
H3
{
    padding-left: 1px;
    font-weight: bold; /*font-size: 1.25em;*/
    padding-top: 2px;
}
H4
{
    padding-left: 1px;
    font-weight: bold;
    line-height: 1.25em;
    padding-top: 2px;
}
IMG
{
    border-style: none;
}
LI
{
    line-height: 2.5em;
}
TD
{
    font-weight: normal;
    color: #000000;
}
.hawaiigov
{
    height: 65px;
    margin: 0px;
    width: 150px;
    background-image: url( '../img/hawaiigovbg.gif');
    background-repeat: repeat;
    background-color: #24AC24;
    font-size: 0.9em; /*color: #ffffff;*/
}
.hawaiigov A
{
    color: #ffffff;
}
.hawaiigov A:visited
{
    color: #ffffff;
}
.hawaiigov A:hover
{
    color: #FFF003;
}
.sectHead
{
    font-weight: bold;
    text-transform: uppercase;
    color: #990033;
    text-indent: -1in;
    margin-left: 1in;
}
.sectParagraph
{
    margin-top: 12pt;
    margin-bottom: 6pt;
}
.vishidden
{
    visibility: hidden;
    display: none;
    width: 0px;
    height: 0px;
}
.visvisible
{
    visibility: visible;
    display: block;
    width: 100%;
    height: 100%;
}

