@charset "utf-8";

Body {
color: #666;
background: #afb601 url(/this.img/bg.gif?1) repeat-y top center;
background: #f3f3f3;
text-align: center;
}

H1 {
display: none;
}

H2 {
display: none;
}

#Body {
display: block;
position: relative;
width: 980px;
margin: 0 auto 0 auto;
}

#Header {
}

#Top {
display: block;
margin: 0;
position: relative;
padding: 5px 0 0 0;
}

#GoogleSearch {
display: block;
position: absolute;
z-index: 1;
top: 22px;
right: 20px;
padding: 5px;
color: #666;
text-align: right;
vertical-align: center;
}

#GoogleSearch * {
margin: 0 1px 0 1px;
display: inline;
font-size: 9px;
vertical-align: center;
color: #fff;
cursor: pointer;
}

#GoogleSearch INPUT.text {
width: 200px;
margin: 0;
border: #fff solid 1px;
padding: 2px;
background: #fff;
color: #666;
cursor: text;
}

#GoogleSearch INPUT.submit {
width: auto;
height: auto;
margin: 0;
border: none;
padding: 2px;
line-height: 12px;
color: #666;
background: #fff;
}

#Middle {
display: block;
clear: both;
margin: 0 0 10px 0;
padding: 0 10px 0 10px;
}

#Left {
display: block;
float: left;
width: 200px;
margin: 0;
overflow: auto;
}

#Center {
display: block;
float: right;
width: 740px;
margin: 0;
overflow: auto;
}

#Content {
display: block;
float: none;
clear: both;
margin: 0 0 0 0;
padding: 0;
}

#Right {
display: block;
position: relative;
float: none;
width: 0;
margin: 0;
}

#Bottom {
display: none;
position: relative;
clear: both;
margin: 10px 0 10px 0;
padding: 20px;
color: #FFFFFF;
background: #889977;
}

#Footer {
display: block;
position: relative;
clear: both;
padding: 10px 5px 10px 5px;
color: #666;
border-top: #666 solid 1px;
}

#Footer A {
color: #666;
text-decoration: underline;
}

#EFS {
display: block;
position: absolute;
z-index: 1;
top: 5px;
right: 0;
text-align: right;
}

#MenuTop {
  display: block;
  position: absolute;
  z-index: 10;
  top: 150px;
  right: 10px;
  width: 960px;
  margin: 0;
  border: none;
  padding: 0;
  text-align: right;
}

#MenuTop A,
#MenuTop A:link,
#MenuTop A:visited,
#MenuTop A:focus,
#MenuTop A:hover,
#MenuTop A:active {
  display: inline;
  margin: 0;
  border: none;
  border-left: #fff solid 1px;
  padding: 0 15px 0 15px;
  color: #fff;
  font-size: 14px;
}