body {
  margin: 0px;
  background: url(/templates/vehiclesignpro/images/page-bg.gif) repeat-x top left #004EFF;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 13px;
  color: black;
  }

form {
  margin: 0px;
  padding: 0px;
  }

a {
  text-decoration: none;
  color: blue;
  }

a:hover {
  text-decoration: underline;
  }

p {
  line-height: 20px;
  text-align: justify;
  }

h1 {
  font-family: Tahoma, sans-serif;
  font-size: 27px;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: -1px;
  color: black;
  margin: 0px 0px 10px 0px;
  }

h2 {
  font-family: Tahoma, sans-serif;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #0033BB;
  margin: 25px 0px 10px 20px;
  border-bottom: 1px solid #e5e5e5;
  }

h3 {
  color: #333;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: -0.5px;
  margin: 25px 0px -5px 0px;
  }

#container {
  width: 806px;
  margin: 0px auto;
  }

#header {
  background: url(/templates/vehiclesignpro/images/header.gif) no-repeat top center;
  height: 100px;
  }

#navbar {
  margin: 65px 10px 0px 10px;
  float: right;
  }

#navbar ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  }

#navbar li {
  margin: 0px;
  padding: 0px;
  float: left;
  }

#navbar li a {
  display: block;
  padding: 0px 8px;
  font-weight: bold;
  font-family: tahoma, arial;
  color: #7295E8;
  }

#navbar li a:hover {
  color: blue;
  }

#main {
  background: url(/templates/vehiclesignpro/images/content-bg.gif) repeat-y top center white;
  border-left: 3px solid #0D00BC;
  border-right: 3px solid #0D00BC;
  padding: 0px 20px 10px 20px;
  }

#footer {
  clear: both;
  height: 60px;
  background: url(/templates/vehiclesignpro/images/footer.gif) no-repeat bottom center white;
  overflow: hidden;
  color: #7295E8;
  text-align: center;
  font-size: 11px;
  margin-bottom: 20px;
  }

#search {
  margin: 10px 0px 2px 0px;
  }

#sidebar {
  margin: 10px 0px 10px 15px;
  padding: 10px 10px 10px 20px;
  vertical-align: top;
  float: right;
  width: 180px;
  background: url(/templates/vehiclesignpro/images/sidebar-bg.gif) repeat-x bottom left #7295E8;
  border: 5px solid white;
  }

#sidebar img {
  border: none;
  }

#sidebar ul {
  margin: 0px 0px 8px 10px;
  padding: 0px 0px 0px 10px;
  list-style: tree;
  }

#sidebar li {
  margin: 0px;
  padding: 2px 0px 2px 0px;
  }

#sidebar li a {
  font-weight: bold;
  color: blue;
  }

#sidebar_title {
  font-size: 24px;
  letter-spacing: -1px;
  margin-bottom: 5px;
  padding-bottom: 0px;
  }

.form_field {
  font-size: 11px;
  font-family: tahoma, arial;
  }

#action_options {
  align: center;
  width: 500px;
  background: #f5f5f5;
  border: 1px solid #cccccc;
  padding: 10px;
  margin: 10px auto 0px auto;
  }
