
html, body {
        min-height: 100% !important;
        min-height: auto;
        height: 100%;
        border: none;
        font-family:arial;
        font-size:11pt
      }

body {
        margin: 0;
        padding: 0;
        background: #fff;
      }
body:before {
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;
}

.wrap {
         position:relative;
   width:100%;
   max-width: 1121px;
   width:expression(document.body.clientWidth > 1121? '1121px': 'auto' );
   margin: 0px auto;

        }
div#main-menu DIV{
        padding: 3px 20px 4px 20px;
        background: #800000;
        margin-right: 20px;
        border-radius:5px;

        float: left;
        }
div#main-menu A{
        color: #fff;
        font-weight: bold;
        font-size: 11pt;

}

.container {
           clear: both;
   overflow:hidden;

        display: block;
        height: 100%;
        padding: 0px 10px;

        margin-top: -122px
      }
.footer {

        margin-top: 100px;
        height: 130px;
        background: url('/static/i/footer_bg.png') repeat-y left #820000;

        width: 100%;

      }


.footer A{
    color: #fff
}

.dashed_underline{
        border-bottom: 1px dashed;
        cursor: default;
}

UL LI{
        padding-bottom:3px;
}
UL LI A {
        color: #800000;
}

.tooltip-content {
		display: none;      /* required */
		position: absolute; /* required */
padding:15px 50px 50px 15px;

border: 2px solid #800000;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
background: #fff;
//background: #ffffff;
 z-index: 100;
	}