body {
  font-family:  arial, sans;
  font-size: 10pt;
  color: #000;
  background: #fff;
  margin: 10px 0px; padding: 0px;
}

a {
  color: #efa227;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #000;
}

table {
  width: 100%;
}

div.world {
  width: 100%;
  text-align: center;
}

div.head {
  margin-left:auto; margin-right:auto;
  width: 600px; height: 160px;
  background: url(head.png) no-repeat;
  text-align: left;
  color: #fff;
}

div.head h1 {
  padding: 72px 0px 0px 20px;
  font-weight: bold;
  font-size: 21pt;
}

div.content {
  margin-left:auto; margin-right:auto;
  width: 600px;
  padding: 40px 10px 40px 200px;
  text-align: left;
  background: url(left.png) repeat-y 0px -10px;
}

div.content h2 {
  color: #62aeff;
  font-size: 16pt;
  border-bottom: 1px solid #000;
  margin-left: -25px;
  padding-left: 75px;
}

div.content h3 {
  font-size: 12pt;
  margin: 20px 0px 0px 0px;
}

p.input {
/*  background: #efa227;*/
  margin: 0px;
  padding: 5px;
}

p.input#name {
  display: none;
}

div.content form {

}

div.content label {
  display: inline-block;
  width: 150px;
  margin-right: 5px;
  text-align: right;
  color: #000000;
  font-weight: bold;
}

div.content textarea {
  width: 580px;
  height: 250px;
}

div.sidebar {
  border-left: 1px solid black;
  float: right;
  margin: 200px 0px 0px 0px;
  padding: 10px 5px;
  width: 150px;
  font-size: 80%;
  text-align: left;
}

div.sidebar h2 {
  color: #62aeff;
  font-size: 12pt;
  border-bottom: 1px solid #000;
}

div.navtop {
  text-align: center;
/*  border-top: 1px solid #62aeff;*/
/*  border-bottom: 1px solid #62aeff;*/
  margin-top: 30px;
  background: #62aeff;
}

ul.navigation {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

ul.navigation li {
  display: inline;
}

div.navtop a {
  margin: 0px 10px;
  padding: 3px 5px;
  color: #fff;
  background-color: #62aeff;
}

div.navtop a:hover {
  color: #62aeff;
  background-color: #000;
}

div.navbottom {
  text-align: center;
  border-top: 1px solid #62aeff;
}

div.navbottom a {
	margin: 0px 10px;
}

p.question {
	text-align: center;
}

p.question a {
	border: 1px solid #000;
	background: #eee;
	margin: 10px;
	padding: 5px 20px;
}

p.image {
  text-align: center;
}

p.image img {
  /*border: 10px ridge #000000;*/
}
