body{
    margin: 0;
    padding: 0;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 10pt;
    color: #404041;
}

img{
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6{
    color: #b22725;
    font-style: italic;
    font-size: large;
}

ol li,
ul li{
    margin: 1.15em 0;
}

dt{
    font-weight: bold;
    margin-top: 2em;
}

label{
    display: block;
}



.statusmsg, .errmsg{
    font-size: larger;
    font-weight: bold;
    font-style: italic;
    padding: 15px;
    border: dotted 1px;
}

.errmsg {
    color: #FF0000;
}




#wrapper{
    position: relative;
    margin: 22px auto;
    padding: 0;
    width: 921px;
    /*background: url(../images/pageBtmTurnedPaper.png) bottom 3px no-repeat;*/
}

#header{
    position: absolute;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    height: 166px;
}

#header .left{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 21px;
    background-image: url(../images/headerBGLeft.png);
}

#header .right{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 21px;
    background-image: url(../images/headerBGRight.png);
}

#header .body{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 21px;
    right: 21px;
    background: url(../images/headerBG.png) repeat-x;
}

#header .body .logo{
    position: absolute;
    top: 20px;
    right: 20px;
}







#body {
    position: relative;
    top: 115px;
    margin-bottom: 100px;
}

#body .shadowBtm{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 24px;
    background: url(../images/pageTopShadowBtm.png) top center no-repeat;
    z-index: 0;
}

#body .shadowTop{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 30px;
    background: url(../images/pageTopShadowTop.png) top center no-repeat;
    z-index: 2;
}

#body .content{
    position: relative;
    padding: 0 30px 30px;
    top: 1px;
    bottom: 183px;
    left: 40px;
    width: 781px;
    background: #f1f1f2 url(../images/pageBtmShadow.png) bottom center no-repeat;
    z-index: 1;
}

#body .content .left{
    width: 535px;
    overflow: visible;
    position: relative;
}

#body .content .left .container{
    width: 505px;
    overflow: visible;
    position: relative;
}

#body .content .vertbar{
    position: absolute;
    right: 275px;
    top: 10px;
    bottom: 0;
    border-right: solid 1px #999;
}
    
#body .content .right{
    width: 250px;
    padding-top: 22px;
    position: relative;
}

#body .content .right .vertbar{
    border-left: solid 1px #444;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

#body .content .right .container{
    position: relative;
    left: 20px;
}



#body .content .separator{
    display:none;
    width: 15px;
    padding: 0;
    background: url(../images/dot.png) top center repeat-y;
}








#footer{
    position: relative;
    height: 183px;
    top: 10px;
    overflow: hidden;
}

#footer .bg{
    position: absolute;
    bottom: 0;
    left: 4px;
    width: 878px;
    z-index: 0;
}

#footer .container{
    position: absolute;
    bottom: 20px;
    right: 60px;
    color: white;
    font-style: italic;
    font-size: small;
    text-align: right;
    z-index: 1;
}




#txtMessage{
    width: 500px;
    height: 100px;
}