﻿body {
  background-color: #d7d6d6;
  font-size: .85em;
  font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
  margin: 0;
  padding: 0;
  color: #000000;
}

#main {
  /* top right bottom left */
  padding: 10px 30px 10px 30px;
  background-color: #fefefe;
  border: 1px solid #cfd2d8;
  color: #000000;
}

header {
  display: block;
}

#headerimg {
  display: block;
  background-image: url('../Content/images/bap/logo_truck3.png');
  background-repeat: no-repeat;
  background-position: center center;
  width: 900px;
  height: 212px;
  margin: 0;
  padding: 0;
}

#logindisplay {
  font-size: 1.1em;
  display: block;
  text-align: right;
  margin: 10px;
  color: #63615e;
}

#logindisplay a:link {
  color: #63615e;
  text-decoration: underline;
}

#logindisplay a:visited {
  color: #63615e;
  text-decoration: underline;
}

ul#menu li a {
  padding: 10px 20px;
  font-weight: bold;
  text-decoration: none;
  line-height: 2.8em;
  background-color: white;
  color: #63615e;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
}

ul#menu li a:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
body {
}
