* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html {
  height: 100%;
  overflow-x:hidden;
} 

html, body {
  width: 100%;
  height:100%;
/*overflow:scroll;*/
/*overflow-x:hidden;*/
}



body {
  margin: 0px;
  padding: 0px;
  font-family: verdana;
  font-size: 11px;
  color: #154aab;
/*  overflow: -moz-scrollbars-vertical;*/
/*  background-color: #154aab;*/
  background-color: #ffffff;
  height: 100%;
  
}

img {
  padding: 0px;
  margin: 0px;
  border:0px;
}

.container {
  width: 10000px;
  overflow: hidden;
  min-height:100px;
  height:auto !important;

/*  height: 100%;*/
/*  min-height: 100%*/
/*  background-color: yellow;*/
  background:url(/images/bg_rep.png) 127px repeat-y;
}


.left {
  float: left;
  width: 292px;
  height: auto;
/*  background-color:maroon; */
}

.leftTop {
  height: 180px; 
  width: 292px;
/*  background-color: gray;*/
}

.leftMenu {
  width: 165px;
  height: auto;
  background-image: URL('/images/bg.jpg');
  background-repeat: repeat-y;
/*  background-color: #154aab;*/
  float:left;
}

.leftleft {
  width:127px;
  height:300px;
  background-color: #ffffff;
  float:left;
}

.middle {
  width: 500px;
  height:100%;
  float: left;
/*  background-color:maroon; */
}

.middleTop {
  height: 178px; 
  width: 500px;
  
  
}


#middleContent {
  width: 500px;

  min-height:530px;
  height:auto !important;
  height:530px;
  background-color: #fff;
  float: left;
}

#content {
  padding: 30px 0 0 30px;
  width:440px
}

/*html>body .middleContent{
  width:500px;
}*/

.right{
  width: 301px;
  margin:0px;
  padding: 0px;
  padding-right: 10000px;
  margin-right: -10000px;
  overflow: hidden;
  float: left;
}

.rightleft {
  min-height: 10px;
  background-image: URL('/images/bg.jpg');
  background-repeat: repeat-y;

  width: 125px; 
}

.rightTop {
  margin:0px;
  padding: 0px;
  height: 180px; 
}

.leftMenu ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

.leftMenu ul li {
 margin: 0;
}

.leftMenu ul li a {
 display: block;
 height: 22px;
 padding: 4px 2px 0 4px;
 background-image: url('../images/bg_menu.jpg') ;
 background-repeat: no-repeat;
 color: #fff;
 text-decoration: none;
 width: 150px;
 float: right;
 margin-top: 10px;
}

.leftMenu ul li.selected a {
  background-image: url('../images/bg_menu_a.jpg') ;
  background-repeat: no-repeat;
}


.leftMenu ul li a:hover {
  background-image: url('../images/bg_menu_a.jpg') ;
  background-repeat: no-repeat;
  color: #fff;
}

.footer {
  clear: both;
  margin-left:127px;
  width: 790px;
  height: 50px;
  padding: 20px 0 0 550px;
  background-image: URL('/images/bg_back.jpg');
  background-repeat: no-repeat;
}
a:link{
  color: #154aab;
  text-decoration: underline;
}

a:visited{
  color: #154aab;
}



