﻿body {
	font-family: "Times New Roman", Times, serif;
    font-size: 18px;
}
body div {
    margin: 0;
    padding: 0;
}
#header {
    margin: 0 auto;
    width: 800px;
}
#header h1 {
    text-indent: -10000px;
    background-image: url('/Logon/DawsonLetterHead.jpg');
    font-size: 1px;
    margin: 0;
    padding: 0;
}
#header h1 a {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 800px;
    height: 161px;
}
#content {
    background: #ECEDE8;
    width: 794px;
    margin: 0 auto;
    padding: 3px;
   
}
#content fieldset {
    border: 0;
    text-align: right;
    width: 183px;
    margin: 0 auto;
    display: block;
}
#content fieldset label {
    font-weight: bold;
    font-size: .7em;
    display: block;
    text-align: left;
}
#content fieldset input {
    margin: 4px 0;
}
.input {
    width: 183px;
}
.submit {
    background: #339933;
    color: #ffffff;
    height: 23px;
    text-align: center;
    font-family: 'Times New Roman', Times, Serif;
}
.footer {
    font-size: .7em;
}
.errorMssg {
    color: Red;
    width: 170px;
    font-size: .9em;
    height: 20px;
}

.content ul {
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
    list-style: square;
    list-style: none;
}

.content li {
    padding-bottom: 6px;
    border-bottom: dotted 1px #333;
    list-style: none;
}

.content {
    border: 1px #ccc solid;
    padding: 10px;
    background-color: #dddddd;
    width: 500px;
    margin:auto;
}
.line {
    background-color: maroon;
    width:500px;
    height:1px;
}
.logoff {
    display: inline;
    line-height: 30px;
    text-decoration: none;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
    color: #371C1C;
    padding: 10px;
    white-space: nowrap;
}
.Subject {
    background-color: maroon;
    color: white;
    text-align: center;
    line-height: 50px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 20px;
    width: 120px;
    height: 50px;
}
.content ul li a {
    display: inline;
    line-height: 30px;
    text-decoration: none;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
    color: #371C1C;
    padding: 10px;
    white-space: nowrap;
}
  
