﻿html, body {
    height: 100%;
    font:8pt Verdana;
    margin:0pt 1pt 0pt 1pt;
}

#maincontainer {
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

#maincontents {
    padding-bottom: 50px;
}

.contentcontainer {
    padding: 0pt 0pt 2pt 0pt;
    width: 100%;
}

#main {
    margin-bottom: 5em;
    height: auto;
    padding: .5em;
    background: url(  '../images/wave.jpg' );
    background-repeat: no-repeat;
}

#header {
    padding-left: 10pt;
    height: 70px;
}

#footer {
    width: 100%;
    position: absolute;
    bottom: 0 !important;
    bottom: -1px;
    height: 50px;
    background-color:#D6E8FF;
    border: 1px solid #BAD6FB;
}
.footer {
    font-size:10px;
    padding:0pt 5pt 0pt 5pt;
}
.footer a:link {
    color: #025A9A;
    text-decoration: none;
}
.footer a:visited {
    color: #025A9A;
    text-decoration: none;
}
.footer a:hover {
    color: #025A9A;
    text-decoration: underline;
}
#footerright {
    text-align: right;
    background:url('../images/footer_bg.jpg');
    background-repeat:no-repeat;
    width:380px;
}

.homecontainer {
    border: solid 2px #B5CFE0;
    padding: 2pt;
}

.infocontainer {
    width: 99%; /*	border-left:1px solid #EBF1FB; */
    padding: 2pt 2pt 2pt 2pt;
    height: 40%;
}
.infoheadimage {
    background-color: #DBF1FF;
    text-align: left;
    border-right: solid 1px #BDD4E6;
}
.infohead {
    font-size: 8pt;
    font-weight: bold;
    color: #045B9A;
}
.infosubject {
    font-size: 10px;
    font-weight: bold;
}
.infosummary {
    font-size: 10px;
    padding-left: 5pt;
}
.infogroup {
    color: #6A7481;
    padding-bottom: 5pt;
    font-size: 10px;
}
.info {
    text-align: left;
    padding: 2pt 2pt 2pt 2pt;
    background-color: #ECF6FF;
    border: solid 1px #BDD4E6;
    margin-left: 12px;
}
.info a:link {
    font-size: 10px;
    text-decoration: none;
    color: #3366CC;
}
.info a:visited {
    font-size: 10px;
    text-decoration: none;
    color: #3366CC;
}
.info a:hover {
    font-size: 10px;
    text-decoration: underline;
    color: #3366CC;
}
.infoviewall {
    padding-top: 10pt;
    padding-bottom: 20pt;
    font-size: 10px;
}
.infoviewall a:link {
    font-size: 10px;
    text-decoration: none;
    color: #3366CC;
}
.infoviewall a:visited {
    font-size: 10px;
    text-decoration: none;
    color: #3366CC;
}
.infoviewall a:hover {
    font-size: 10px;
    text-decoration: underline;
    color: #3366CC;
}
.inforeadmore {
    padding-left: 5pt;
}
.inforeadmore a:link {
    text-decoration: none;
    color: #3366CC;
}
.inforeadmore a:visited {
    text-decoration: none;
    color: #3366CC;
}
.inforeadmore a:hover {
    text-decoration: underline;
    color: #3366CC;
}

#setpage {
    padding-top: 12px;
    padding-left: 15px;
}
.setpage {
    font-size: 10px;
}
.setpage a:link {
    font-size: 10px;
    text-decoration: none;
    color: #3366CC;
}
.setpage a:visited {
    font-size: 10px;
    text-decoration: none;
    color: #3366CC;
}
.setpage a:hover {
    font-size: 10px;
    text-decoration: underline;
    color: #3366CC;
}

.detailshead {
    font-weight: bold;
}

.detailsdescription {
    width: 120pt;
}

.detailscontent {
    padding-left: 10pt;
    padding-bottom: 15pt;
}

.text {
    font-size: 8pt;
}

.text a:link {
    text-decoration: none;
    color: #5481D1;
}
.text a:visited {
    text-decoration: none;
    color: #5481D1;
}
.text a:hover {
    text-decoration: underline;
    color: #5481D1;
}

.split {
    height:10px;
}