﻿
body {
    font-family: Verdana, Arial, sans-serif;
    margin: 0 auto;
    background-color: white;
    padding: 10px;

}
a
{
    color:blue;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
header
{
    background-color:white;
    margin-bottom: 20px;
}
h3
{
    padding: 0;
    margin-bottom: .5em;
    color:black;
}
    header a
    {
        background-image: url('../images/logo.gif');
        background-repeat: no-repeat;
        width: 282px;
        height: 87px;
        display: block;
        align-content:center;
    }
nav
{
    width: 130px;
    float: left;
    padding: 10px;
    padding-top: 0;
    margin-left: 35px;
    margin-right: 20px;
    font-size: 0.8em;
      
}
footer
{
    text-align: center;
    border-top: 2px dashed gray;
    height: 37px;
    line-height: 37px;
    clear: both;

}
img
{
    border: 0;
}
section#MainContent
{
    color: black;
    font-size: 0.8em;
    width: 944px;
    min-height: 370px;
    padding: 10px;
    float: left;
 
}
aside#Sidebar
{
    font-size: 0.8em;
    width: 124px;
    color:white;
    float: left;
    padding-top: 10px;
}
.ErrorMessage
{
    color:red;
}
.Entry
{
    margin-left:1em;
   
    width: 10em;
    background-color:aqua
}
.labelleft
{
    float:left;
    width:10em;
    color:black;
}
.labelright
{
    margin-left: 4px;
    width: 10em;
    color: black;
}