/* HTML Elements */
body {
  margin: 0;
  font-family: Trebuchet MS, Verdana, Arial, Helvetica;
  font-size: 10pt;
  background: #505050;
}

a:link {
  font-family: Trebuchet MS, Verdana, Arial, Helvetica;
  text-decoration: underline;
  color: #000000;
}
a:visited {
  font-family: Trebuchet MS, Verdana, Arial, Helvetica;
  text-decoration: underline;
  color: #000000;
}

a:active {
  font-family: Trebuchet MS, Verdana, Arial, Helvetica;
  color: #000000;
  text-decoration: underline;
}

a:hover {
  font-family: Trebuchet MS, Verdana, Arial, Helvetica;
  text-decoration: none;
  color: #000000;
  font-style: normal;
}

#navi a:link {
  font-family: Trebuchet MS, Verdana, Arial, Helvetica;
  text-decoration: none;
  font-size: 10pt;
}

#navi a:visited {
  font-family: Trebuchet MS, Verdana, Arial, Helvetica;
  text-decoration: none;
  font-size: 10pt;
}

#navi a:active {
  font-family: Trebuchet MS, Verdana, Arial, Helvetica;
  text-decoration: none;
  font-size: 10pt;
}

#navi a:hover {
  font-family: Trebuchet MS, Verdana, Arial, Helvetica;
  text-decoration: none;
  font-style: normal;
  font-size: 10pt;
}

input {
  border: 1px solid #000000;
  margin-bottom: 5px;
}

textarea {
  border : 1px solid #000000;
}

/* Layout */
#toproot {
  margin: 10px auto 0;

  width: 713px;
}

#root {
  width: 713px;

  border: 1px solid #000000;
  background: #FFFFFF url('img/design/border.gif') repeat-y;

  float: left;
}

#header {
  margin: 0;
  width: 713px;
  height: 126px;
}

#content {
  margin: 0;
  padding: 10px;
  width: 470px;

  background: #FFFFFF;

  float: left;
}

#navi {
  width: 222px;

  float: right;
}

#copyright {
  margin: 0;
  padding: 3px;
  width: 707px;

  background: #FFFFFF;

  font-size : 8pt;
  color : #606060;

  border-left : 1px solid #000000;
  border-right : 1px solid #000000;
  border-bottom : 1px solid #000000;
}

.location {
  padding-left: 10px;

  height: 23px;
  border-top : 1px solid #BE3900;
  border-bottom : 1px solid #BE3900;
  background: url('img/design/bg_loc.gif') repeat-x;

  font-family: Verdana, Arial, Helvetica;
  color: #000000;
  font-size: 10pt;
  font-weight: bold;
  line-height: 23px;
}

.locshadow1 {

  height: 3px;
  border : 0px;
  background: url('img/design/bg_locshadow1.gif');
  font-size: 1pt;
}

.locshadow2 {

  width: 222px;
  height: 3px;
  border : 0px;
  background: url('img/design/bg_locshadow2.gif');
  font-size: 1pt;

}

.padding {
  padding : 15px;
}

