/* Layout Stylesheet */ 
body {
  top: 0px;
  width: 100%;
  margin: 0px;
  padding: 0px;
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  background: white;/*background: url(../img/back.png) #DCDCCE*/;
}

body p, body ul, body li, body h1{margin: 0px;padding: 0px;}
h1 {font-weight: normal; font-size: 16px;}
body a {
	font-size: 11px;
	color: #000000;
	text-decoration:underline; 
 }
body a:hover{ color: #237c36; }
body a{ color: #25245f; }
#top {
  width: 100%;
  height: 107px;
  /*border-style: solid;
  border-color: #838385;
  border-width: 0px 0px 1px 0px;*/
  background: #FFFFFF;
}
#center_block{width: 800px;margin-left: auto; margin-right: auto; background:  url(../images/MenuBackground.png) 0px 106px no-repeat;}


/*************START HEADER *****************************/
  #title {
    height: 107px;
	background: url(../images/LogoTopBar.png) 0px 9px no-repeat;
    margin: -107px 0px 0px 0px;
 }
  #title_pin{margin: -63px 6px 0 0; height: 63px; width: 134px; float: right;}
  #title_pin a{display: block; background: url(../images/LST_Logo.png) no-repeat; height: 63px;}
  #mini_menu{text-align: right; padding-top: 80px;}
  /********************START BUTTONS************************/
    #mini_menu  ul{
      padding: 3px 0px 0px 8px;
      z-index: 200; 
      list-style: none; 
      text-align: left;
      float: right;
      width: 100%;}
    #mini_menu  li {float: right; padding: 2px 0px 0px 0px;}
    #mini_menu  li a {
      text-align: center;
      line-height: 18px;
      text-decoration: none;
      padding: 0 2px;
      display: block;
     }

    #mini_menu  a:hover b.button{background: #9B782D; }
    #mini_menu  a:hover {color: #237c36;}
    #mini_menu  b {
      background: #D9BB7B;
	  
      border: solid #9B782D;
      border-width:1px 0px;
      margin:0px 0px;
      padding: 0px 0px;
      display: block;
      font-weight: normal;
    }
    #mini_menu  b b {
      background:transparent url(../images/button.png) repeat-x;
      border: solid #9B782D;
      border-width:0px 1px;
      margin:0px -1px;
      padding: 0px 5px;}  
    #mini_menu  a.selected b.button{ background: #9B782D; color: #237c36;}
  /**********************END BUTTONS********************/
  
  #nav_container {
    float: left; 
    top: 108px;
    width: 151px; 
    z-index: 250;
    padding: 0px 0px px 0px;}	

/**************END HEADER********************************/
/**************START MAIN CONTAINER*******************************/
  #container{background: white ;position: relative;width: 640px; margin-left: 151px; } 

  #top_spacer{ height: 10px;  padding-left: 30px;}

  #main_content {background: white; padding: 0px 160px 5px 15px;}
  #main_content  h1 {text-align: center;padding: 5px 0px; }
  #main_content  p {text-align: justify;}

  #side_bar{margin-left:496px; height: 107px;
padding-left:0; position:absolute; top: 20px; background: url(../images/MenuBackground.png) no-repeat top right; width:146px}
 
 /**************START BANNERS*******************************/
 #banners {
  margin-left: 57px;
  width: 348px;
  height: 39px;
 }
 #banners.welcome {background: url(../images/welcome.gif) no-repeat;}
 /**************END BANNERS*******************************/
/************************END MAIN CONTAINER******************/
#footer{position: relative; margin: 10px 10px 10px 220px; color: #999999;}
