﻿body 
{   
  background-color: #ffffff;
  font-size: .85em;
  font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
  margin: 0;
  padding: 0;
}

header
{
  display: block;
}

#headerimg 
{
  display: block;
  background-image: url('../Content/images/war/warheader.png');
  background-repeat: no-repeat;
  background-position: center center;
  width:900px;
  height:191px;   
  margin: 0;
  padding: 0;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #04222b;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #04222b;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: #04222b;
}

#logindisplay a:link {
    color: #04222b;
    text-decoration: underline;
}

#logindisplay a:visited {
    color: #04222b;
    text-decoration: underline;
}

#main 
{
    /* top right bottom left */
    padding: 10px 30px 10px 30px;
    background-color: #c0c7ca;
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;    
}


ul#menu li a {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #04222b;
    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;
}
