body {
  margin: 0px;
  padding: 0px;
  background: #f5faff; 
  text-align: center;
  font-size: 12px;
  font-family: Arial, Verdana, sans-serif;
  color: #5b6066;
}

* {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

ul {
  margin-left: 15px;
}

a, a:link {
  color: #5b6066;
  text-decoration: none;
  background: #f5faff;
}
a.dark, a.dark:link {
  background: #dce7ed;
}
a:hover, a:focus {
  color: #000000;
  text-decoration: none;
}

.clear { clear:both; }

#page {
  margin: auto;
  text-align: left;
}

h2 a, h2 a:link {
  color: #f0f0f0;
  background: transparent;
}
h2 a:hover, h2 a:focus {
  color: #ffffff;
  background: #555555;
}

#head {
  background: #5b6066 url("http://www.ffpickup.com/images/banner_bg.jpg") no-repeat center right;
  padding: 10px;
  border-bottom: 3px solid #dce7ed;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
}

#nav {
  background: #ffffff;
  border-bottom: 3px solid #dce7ed;
}

#nav ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#nav ul li {
  padding: 1px; padding-top: 0px; padding-bottom: 0px;
  background: #dce7ed;
  float: left;
}

#nav ul li a {
  padding: 10px; padding-top: 3px; padding-bottom: 3px; margin-left: 1px;
  background: #ffffff;
  border: 2px solid #f5faff;
  float: left;
  text-decoration: none;
  color: #5b6066;
  display: block;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: lowercase;
}

#nav ul li a.new {
  color: #617d0b;
}

#nav ul li a:hover, #nav ul li a:focus {
  background: #f5faff;
  border: 2px solid #ffffff;
  color: #000000;
}
#nav ul li a.s {
  background: #dce7ed;
}

.searchnav {
	text-align: center;
}

.searchnav a {
  padding-left: 5px; padding-right: 5px;
  background: #dce7ed;
}
.searchnav a:hover, .searchnav a:focus {
  padding-left: 5px; padding-right: 5px;
  background: #f5faff;
}
a.s, input.s {
  background: #5b6066;
  color: #ffffff;
  font-weight: bold;
}
input.s {
  padding: 2px; padding-left: 5px; padding-right: 5px;
  text-align: right;
  margin-top: 2px;
  font-weight: bold;
  display: block;
  width: 100%;
  background: #f3f3f3;
  color: #5b6066;
}
a.s:hover, a.s:focus, input.s:hover, input.s:focus {
  color: #000000;
  cursor: pointer;
}
#submit {
  background: #dce7ed;
}

a.disabled, #prev.disabled, #next.disabled {
  background: #ffffff;
}

#prev {
  float: left;
  text-align: left;
  font-weight: normal;
  text-transform: lowercase;
  letter-spacing: 2px;
}
#next {
  float: right;
  text-align: right;
  font-weight: normal;
  text-transform: lowercase;
  letter-spacing: 2px;
}

.box {
  padding: 3px; 
  margin: 4px; margin-left: 0px;
  background: #ffffff;
  border: 2px solid #dce7ed;
  border-left: 0px;
}
.bigbox {
  padding: 3px; 
  margin: 4px;
  background: #ffffff;
  border: 2px solid #dce7ed;\
}

.c1, #c1{
  float: left;
  width: 25%;
}

.c2, #faq, #commands, #rules {
  float: right;
  width: 75%;
}

.split {
  float: left;
  width: 50%;
}

.box div.bg {
  background: #f5faff;
}
.box div, .box a.block {
  padding: 2px; padding-left: 5px; padding-right: 5px;
  text-align: right;
  margin-top: 2px;
  font-weight: bold;
  display: block;
}
.box div {
  background: #dce7ed;
}
.bigbox div.info {
  padding: 2px; padding-left: 5px; padding-right: 5px;
  text-align: right;
  margin-top: 2px;
  font-weight: bold;
  display: block;
  background: #f5faff;
}

a.notice {
  padding: 2px; padding-left: 5px; padding-right: 5px;
  text-align: left;
  margin-top: 2px;
  font-weight: bold;
  display: block;
  background: #f5faff;
}
a.notice:hover {
  background: #ffffff;
}

#search.box div {
  text-align: left;
  padding-right: 0px;
  border-left: 2px solid #dce7ed;
  border-right: 2px solid #dce7ed;
  padding-left: 0px;
}
#search.box div input {
  width: 100%;
  text-indent: 3px;
  text-align: left;
  font-weight: normal;
  letter-spacing: 2px;
}
#search.box div select {
  width: 100%;
  text-align: left;
  font-weight: normal;
  letter-spacing: 2px;
}
#search.box div select option {
  text-align: left;
  font-weight: normal;
  letter-spacing: 2px;
  text-indent: 3px;
}
#search.box div.p {
  text-align: right;
  padding-left: 3px;
}
#search.box div.p input {
  width: 50%;
  border-left: 2px solid #dce7ed;
}
#search.box div.p select {
  width: 50%;
}

.box div span, .box a.block span {
  float: left;
  text-align: left;
  font-weight: normal;
  text-transform: lowercase;
  letter-spacing: 2px;
}
.box div span.name, .box a.block span.name {
  float: left;
  text-align: left;
  font-weight: bold;
  text-transform: none;
  letter-spacing: 0px;
}

.bigbox ul {
  margin-left: 0px;
  list-style: none;
  margin-bottom: 3px;
  background: #ffffff;
}
.bigbox ul ul {
  padding-left: 16px;
}

.bigbox ul li {
  padding: 2px; padding-left: 5px; padding-right: 5px;
  margin-top: 2px;
  background: #f5faff;
  font-weight: bold;
}

.bigbox ul ul li {
  margin-top: 2px;
  margin-bottom: 0px;
  background: #ffffff;
  font-weight: normal;
}

.bigbox div.i {
  padding: 2px; padding-left: 5px; padding-right: 5px;
  text-align: right;
  margin-bottom: 2px;
  background: #ffffff;
  border-top: 1px solid #dce7ed;
  font-weight: normal;
  display: block;
}
.bigbox div.i span {
  float: left;
  text-align: left;
  font-weight: bold;
  text-transform: lowercase;
  font-family: fixedsys, courier new;
}
a.sr {
  display: block !important;
  margin-bottom: 2px !important;
  background: #ffffff !important;
  border-top: 1px solid #dce7ed !important;
  padding: 3px !important;
}
a.sr:visited {
  background: #f3f3f3 !important;
}
a.sr span {
  padding-left: 5px !important; padding-right: 5px !important;
}

.rightcol {
  border-left: 1px solid #dce7ed;
  margin-left: 2px;
}
.leftcol {
  border-right: 1px solid #dce7ed;
  margin-right: 2px;
}

h2 {
  margin: 0px;
  padding: 3px;
  background: #5b6066;
  color: #ffffff;
  font-size: 18px;
}

h3 {
  padding: 2px; padding-left: 5px; padding-right: 5px;
  margin-top: 2px;
  background: #dce7ed;
  font-weight: bold;
  display: block;
  font-size: 14px;
}

h4 {
  background: #ffffff;
  padding: 4px;
  font-size: 16px;
}

p {
  padding: 4px;
}

.image {
  margin-top: 16px;
  text-align: center;
}
.bold {
  font-weight: bold;
  padding-left: 0px;
}
.t1, .box .t1 {
  background: #f5faff;
  display: block;
  margin-top: 3px;
}
h3.t1 {
  background: #1672b3;
  color: white;
}
.t1 font, .t1 span {
  color: blue;
  font-weight: normal;
  text-transform: lowercase;
  letter-spacing: 2px;
  padding-right: 5px;
}
.t1 a {
  background: #ffffff;
}
.t2, .box .t2 {
  background: #fff5f5;
  display: block;
}
h3.t2 {
  background: #b31616;
  color: white;
}
.t2 font , .t2 span{
  color: red;
  font-weight: normal;
  text-transform: lowercase;
  letter-spacing: 2px;
  padding-right: 5px;
}
.t2 a {
  background: #ffffff;
}
.pool, .box .pool {
  background: #ffffff;
  display: block;
}
.pool font, .pool span {
  color: #000000;
  font-weight: normal;
  text-transform: lowercase;
  letter-spacing: 2px;
  padding-right: 5px;
}

#info {
  padding: 10px; padding-top: 3px; padding-bottom: 3px; margin-left: 1px;
  background: #ffffff;
  border: 2px solid #f5faff;
  float: right;
  text-decoration: none;
  color: #5b6066;
  display: block;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: lowercase;
}

.new {
  color: #77ad12;
}