﻿body {
  background-color: white;
  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: #ffffff;
  border: 1px solid #e02b20;
  color: #000000;
}

header
{
  display: block;
}

#headerimg {
  display: block;
  background-image: url('../Content/images/yon/YonahLogo3.png');
  background-repeat: no-repeat;
  background-position: center center;
  width: 900px;
  height: 125px;
  margin: 0;
  padding: 0;
}

#logindisplay {
  font-size: 1.1em;
  display: block;
  text-align: right;
  margin: 10px;
  color: #133168;
}

  #logindisplay a:link {
    color: #133168;
    text-decoration: underline;
  }

  #logindisplay a:visited {
    color: #133168;
    text-decoration: underline;
  }

ul#menu li a {
  padding: 10px 20px;
  font-weight: bold;
  text-decoration: none;
  line-height: 2.8em;
  background-color: white;
  color: #133168;
  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;
}
