html, body {
  margin:0;
  padding:0;
  height:100%;
  background: #1c1c1c url(../images/bg.jpg) repeat-x top;
  
  font-family:trebuchet ms;
  font-size:13px;
  color: #4b4b4b;
}

img {
  border:0;
}

#lay {
  width: 900px;
  padding: 0 2px;
  margin:auto;
  background: #ffffff;
  border-left:1px #939393 solid;
  border-right:1px #939393 solid;
  min-height:100%;
}

#head {
  height: 56px;
  background: url(../images/headBg.gif) repeat-x;
  padding: 13px 0 0 33px;
  /*margin-bottom:2px;*/
}

  #headLinks {
    float:right;
    margin: 28px 32px 0 0;
  }
  
  #headLinks a {
    color: #4b4b4b;
    text-decoration:none;
  }
  
  #headLinks a:hover {
    color: #4b4b4b;
    text-decoration:underline;
  }
  
#Navi {
  text-align:center;
  font-family: georgia;
  font-size:14px;
  padding-top:15px;
}

  #Navi ul {
    margin:0;
    padding:0;
  }
  
  #Navi li {
    list-style: none;
    display:inline;
    padding: 5px 8px;
    margin: 0 13px 0 12px;
    border-bottom: 3px #2470e1 solid;
  }
  
  #Navi li:hover {
    border-bottom: 3px #4b4b4b solid;
  }
  
  #Navi a {
    text-decoration: none;
    color: #4b4b4b;
  }

#layCon {
  padding: 0 0 0 36px;
  margin-top:50px;
}

#ConLeft {
  float:left;
  width:192px;
}

.BoxLeft {
  border-left: 1px #c9c9c9 solid;
  border-right: 1px #c9c9c9 solid;
  padding: 8px 0;
  margin-bottom: 40px;
}

  .BoxLeft h1 {
    border-bottom: 3px #2470e1 solid;
    margin: 0 1px;
    
    font-family: Georgia;
    font-size: 14px;
    font-weight:bold;
    
    padding-bottom:4px;
  }
  
  .BoxLeft ul {
    margin: 5px 0 0 0;
    padding:0;
  }
  
  .BoxLeft li {
    list-style-image: url(../images/listType.gif);
    margin: 0 0 0 25px;
  }
  
  .BoxLeft li:hover {
    list-style-image: url(../images/listTypeMover.gif);
  }
  
  .BoxLeft a {
    color: #4b4b4b;
    text-decoration:none;
    line-height:28px;
  }
  
  .BoxLeft a:hover {
    color: #ff4e00;
    text-decoration:none;
  }
  
  .BoxLeft img {
    max-width: 180px;
    margin-left: 5px;
  }
  
#Content {
  float:left;
  width:613px;
  margin-left: 20px;
}

  #Content h1 {
    font-family: Georgia;
    font-size: 14px;
    font-weight:bold;
  }
  
  #Content p {
    text-align:justify;
    line-height: 20px;
  }

  #Content td {
    text-align:justify;
    font-size: 13px;
  }
  
  #Content a {
    color: #ff4e00;
    text-decoration:underline;
  }
  
  #Content a:hover {
    color: #4b4b4b;
    text-decoration:none;
  }

#Footer {
  clear:both;
  color: #939393;
  font-size:11px;
  padding-bottom: 10px;
}
  
  #Footer a {
    color: #939393;
    text-decoration: none;
  }
  
  #Footer a:hover {
    color: #4b4b4b;
    text-decoration: underline;
  }

.tableBorder td,th {
	border: 1px #939393 solid;
}
