
html, body {
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    background-color:#f5f5f5;
    text-align:center;
    /*background-image: url("../images/stripe_296874caf5824074690ec251cae1a28b.png");*/
}

div {
    text-align:left
}

#wrapper {
    background-image: url(../images/back3.png);
    width: 850px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto 0 auto;
}

#topBanner {
    margin:0 14px;
    padding:0;
    text-align:center;
    background-position: center center;
    background-repeat:no-repeat;
    height: 156px;
}

#topBanner img {
    margin:0;
    padding: 0;
}

#content {
    padding: 25px 20px 25px 20px;
    margin-left: 14px;
    margin-right: 14px;
    background-color: #fff;
}
/*
#content * {
    max-width:782px;
}
*/
.push {
    /*
  	margin-left: 14px;
  	margin-right: 14px;
  	*/
    width: 850px;
    margin: 0 auto 0 auto;
    height: 3em;
    background-color: #fff;
    background-image: url(../images/back3.png);
    clear:both;
}

#footer {
    width: 850px;
    margin: -23px auto 0 auto;
    background-color: #fff;
    background-image: url(../images/back3.png);
    height: 22px;
}

#footerInner {
    height: 100%;
    padding: 0;
    text-align:right;
    border-top:1px solid #000;
    background-color:#383838;
    margin: 0 14px 0 14px;
    font-size: 9px;
    line-height: 22px;
}

#footerInner span {
    display: inline-block;
    margin-right: 20px;
}
.footText {
    color: rgb(145,145,145);
}
.footDate {
    font-size: 9px;
    color: #a1a1a1;
}

#nav {
    margin: 0px 14px;
}

#error_message {
    margin: 0px 14px 10px 14px;
    padding: 5px 20px;
    text-align:center;
    border-bottom: 1px dotted #FF0000;*/
    max-height:220px;
    overflow:auto;
}
/*
h1, h2, h3, h4, h5, h6, p, blockquote,
form, label, ul, ol, dl, fieldset, address {
    margin-bottom: 1em;
}
*/