﻿* {
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    background: url("img/FooterWave.jpg") no-repeat scroll right bottom #A5C3DD;
    font-family: Arial;
    min-height: 100%;
}
.Logo2 {
    background-image: url("img/Logo2.gif");
    background-repeat: no-repeat;
    float: right;
    height: 31px;
    margin-right: 20px;
    margin-top: -37px;
    width: 155px;
}
.Header {
    background-image: url("img/TopStrip.jpg");
    background-repeat: repeat-x;
    height: 81px;
    width: 100%;
}
.Logo {
    background-image: url("img/Logo.png");
    background-repeat: no-repeat;
    float: left;
    height: 28px;
    margin: 34px 0 0 27px;
    width: 149px;
}
.Header h1 {
    color: #5A6370;
    font-family: Myriad Pro,Arial;
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto;
    padding-top: 41px;
    text-align: center;
    width: 370px;
}
table {
    border: medium none;
}
#Welcome input[name="UserName"], #Welcome input[name="Password"] {
    background: url("img/Input.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    color: black;
    float: left;
    font-size: 20px;
    height: 31px;
    line-height: 25px;
    padding: 0 5px;
    width: 232px;
}
#Welcome table td {
    font-size: 20px;
    font-weight: bold;
    height: 41px;
    width: 200px;
}
#Welcome table {
    margin: 40px auto 0;
    width: 400px;
}
#Welcome .Login {
    background: url("img/BigGreenBtn.png") no-repeat scroll 0 0 transparent;
    color: White;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    height: 42px;
    margin: 40px auto 0;
    padding-top: 15px;
    text-align: center;
    width: 115px;
}
.Help a {
    color: black;
    float: right;
    font-family: Myriad Pro,Arial;
    font-size: 17px;
    font-weight: bold;
    margin-right: 20px;
    padding-top: 20px;
    text-decoration: none;
}
.Help a:hover {
	text-decoration: underline;
}
