body {
  background: url(images/bg.jpg) #1d231e;
  font: 14px "Trebuchet MS", Arial, Tahoma, Verdana, "Times New Roman", sans-serif;
  color: #000;
  margin: 0px;
  padding: 0px;
}
img {
  border: 0px;
}
strong {
  font-weight: bold;
}
h1 {
  font-size: 30px;
  margin: 0;
}
h2 {
  font-size: 24px;
  margin: 0;
}
form {
	font-size:16px;
	margin:0;
	font-weight: bold;
}
h3 {
  font-size: 16px;
  margin: 0;
}
a:link {
  color: #23ae2d;
  text-decoration: none;
  font-weight: bold;
}
a:visited {
  color: #23ae2d;
  text-decoration: none;
  font-weight: bold;
}
a:active {
  color: #23ae2d;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
.floatl {
  float: left;
}
.floatr {
  float: right;
}
.clearboth {
  clear: both;
}
#container {
  background: #FFF url(images/laybg.jpg) repeat-y top;
  vertical-align: top;
  margin: auto;
  padding: 0% 0%;
  width: 922px;
  text-align: center;
  border-bottom: 14px solid #2b342c;
}
#logo {
  background: url(images/logo.jpg) no-repeat top transparent;
  vertical-align: top;
  margin: auto;
  padding: 0% 0%;
  width: 922px;
  height: 241px;
}
#logobox {
  background: transparent;
  float: right;
  width: 545px;
  height: 60px;
  margin: 120px 40px 0 0;
  display:inline;
  text-align: center;
}
.input_name2 {
  background: #888888;
  border: 3px solid #606060;
  width: 860px;
  height: 40px;
  text-align: center;
  margin: 0 0 3px 0;
  padding: 10px 0 0 0;
  font: 20px "Trebuchet MS", Arial, Tahoma, Verdana, "Times New Roman", sans-serif;
  color: #FFF;
  font-weight: bold;
}
.greenfont { color: #23AE2D; } .bluefont { color: #0000FF; } .orangefont { color: #FF4D0F; }