﻿html {
    height: 101%;
}

body {
    background-image: url('../images/BackgroundImage.gif');   
    background-repeat: repeat;     
}

#container {
    width: 740px;
    margin: 0 auto;
    text-align: left; 
}

#containerHead {
    clear: both;
    float: left;
    display: block;
    width: 733px;
    height: 136px;
    background-image: url('../images/floHeader.gif');
    background-repeat: no-repeat;
    background-position: bottom;
}

#containerNav {
    clear: both;
    float: left;
    display: block;
    width: 733px;
    height: 45px;
    background-image: url('../images/floNav.gif');
    background-repeat: no-repeat;
    background-position: bottom;
}

#containerBody {
    clear: both;
    float: left;
    display: block;
    width: 733px;
    background-image: url('../images/floBody.gif');
    background-repeat: repeat-y
}

#bodyLeft {
    clear: both;
    float: left;
    display: block;
    width: 191px;
    height: 510px;
    background-image: url('../images/GreenBox.gif');
    background-repeat: no-repeat;
    background-position: right top;
}

#bodyLeft_inner {
    clear: both;
    float: left;
    display: block;
    width: 165px;
    margin-left: 26px;
    *margin-left: 14px;
    margin-top: 30px;
} 

#bodyLeft_inner h1 {
    text-align: center;
    font-family: Arial;
    font-size: 18px;
    color: White;
    margin: 0;
    padding: 2px;
}


#bodyRight {
    float: left;
    display: block;
    width: 540px;
}
#bodyRight_inner {
    clear: both;
    float: left;
    display: block;
    width: 515px;
    margin-left: 15px;
    margin-top: 20px;
}

#bodyRight_inner h1 {
    font-family: Arial;
    font-size: 18px;
    color: #663300;
    margin: 0;
    padding: 2px;
}

.bodyRight_para {
    clear: both;
    float: left;
    display: block;
    width: 505px;
    *margin-top: 10px;
    margin-bottom: 15px;
    font-family: Arial;
    font-size: 12px;
    line-height: 18px;
}


.frmInput, .frmInputShort {
    clear: both;
    float: left;
    margin-left: 5px;
    *margin-left: 3px;
    margin-bottom: 3px;
    font-family: Arial;
    font-size: 10px;
}
.frmInput {    
    width: 150px;
    
}
.frmInputShort {
    width: 98px;
    *width: 89px;
}

.frmDDL {
    float: left;
    margin-left: 3px;
    width: 50px;
    font-family: Arial;
    font-size: 12px;
}

.frmBtn {
    clear: both;
    float: left;
    border: solid 2px white;
    background-color: #5f7466;
    color: White;
    font-family: Arial;
    font-size: 16px;
    margin-left: 35px;
}

#containerFoot {
    clear: both;
    float: left;
    display: block;
    width: 733px;
    height: 24px;
    background-image: url('../images/floFooter.gif');
    background-repeat: no-repeat;
    background-position: top;
}


#navInner {
    clear: both;
    float: left;
    display: block;
    width: 725px;
    text-align: center;
    padding-top: 8px;
}

#navInner a {
    color: #663300;
    font-family: Verdana;
    font-size: 12px;
    height: 16px;
    text-decoration: none;
    margin-right: 12px;
}
#navInner a:hover {
    color: Red;
}


#fooerLinks {
    clear: both;
    float: left;
    display: block;
    width: 733px;
    text-align: center;
    margin-top: 10px;
}

.footerLinkItem {
    clear: both;
    float: left;
    display: block;
    width: 730px;
    color: White;
    font-family: Arial;
    font-size: 10px;
    margin-bottom: 10px;
    
}
.footerLinkItem a {
    color: White;
}
.footerLinkItem a:hover {
    color: yellow;
}


#divMessae {
    clear: both;
    float: left;
    display: block;
    font-family: Arial;
    font-size: 12px;
    color: White;
    text-align: center;
    padding: 5px;
}


.align-right { float:right; margin: 0 0 10px 10px; }
.frame { padding: 5px; border: 1px solid #aaa; }


.repList {
    clear: both;
    float: left;
    display: block;
    width: 500px;
    margin-bottom: 5px;
}

.repList-left {
    clear: both;
    float: left;
    display: block;
    width: 80px;
}
.repList-right {
    float: left;
    display:block;
    width: 420px;
}

