body {
  background: #FFF url(images/bg.gif) top left;
  background-attachment: fixed;
  margin: 0 0 0 0;
  padding: 0px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  color: #FFF;
}

h1 {
  font-size: 20px;
  padding: 5px;
  margin: 0px;
  text-align: center;
  text-transform: uppercase;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 10px;
  text-transform: uppercase;
}

hr {
  border: none 0;
  border-top: 1px dashed #000;
  height: 1px;
}

a {
  font-size: 10px;
  color: #000;
  text-decoration: none;
  border: 0px;
  border-bottom: 1px solid #000;
  border-style: dotted;
  font-weight: bold;
}

a:hover {
  color: #D24514;
}

#lpanel {
  width: 200px;
  height: 500px;
  background: #E2650D;
  margin: 20px 0 0 100px;
  border: 20px solid #FFF;
}

#banner {
  margin: 0px;
  padding: 0px;
  background: #666 url(images/logo_square.png);
  width: 200px;
  height: 200px;
}

#nt1 {
  background: #D24514;
  width: 200px;
  height: 20px;
  font-size: 10px;
  padding: 5px 0 0 0;
  text-align: center;
  border: 0px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  border-style: dotted;
}

#nt2 {
  background: #690;
  width: 200px;
  height: 20px;
  font-size: 10px;
  padding: 5px 0 0 0;
  text-align: center;
  border: 0px;
  border-bottom: 1px solid #FFF;
  border-style: dotted;
}

#nav {
  padding: 0px;
  line-height: 20px;
  text-align: center;
  text-transform: lowercase;
}

#nav a {
  color: #FFF;
  background: #E2650D;
  font-size: 10px;
  display: block;
  border: 0px;
  border-bottom: 1px solid #FFF;
  border-style: dotted;
  font-weight: normal;
}

#nav .active {
  background: #D24514;
  font-weight: normal;
}

#nav a:hover {
  background: #D24514;
  font-weight: normal;
}

#header {
  font-size: 20px;
  color: #000;
  width: 550px;
  position: absolute;
  top: 94px;
  left: 320px;
  padding: 20px;
  background-color: #FFF;
}

#content {
  color: #000;
  background-color: #FFF;
  position: absolute;
  width: 480px;
  top: 230px;
  left: 320px;
  padding: 55px;
}

#footer {
  color: #000;
  background: #FFF;
  padding: 20px;
  margin: 20px 0 0 0;
  text-align: center;
}

#footer a {
  color: #000;
  border: 0px;
  font-weight: normal;
}

#footer a:hover {
  color: #D24514;
}

.active {
  color: #000;
  font-weight: bold;
}

.no-border-image-link { 	border-style: none; }.image-float-right { 	float: right; padding: 0px 0px 0px 0px; }

.update {
	color: #E2650D;
	background: #FFF;
}

#training {
	border: 0px;
	border-top: 1px solid #FFF;
	border-style: dotted;
}