body, html {
    margin: 0;
    padding: 0;
}

body, p, td, th, input {
    font-family: "Futura Light", "Trebuchet MS", Arial, sans-serif;
    font-size: 15px;
    color: rgb(64, 64, 64);
}

th {
    font-size: 13px;
    text-align: left;
}

input {
    padding-left: 6px;
}

a {
    color: #0577c7;
    text-decoration: none;
}

a:hover {
    color: #0577c7;
    text-decoration: underline;
}

a:visited {
    color: #0577c7;
}

div#wrap {
    margin: 0 auto;
}

div#logo-frame {
    margin-top: 25px;
    text-align: center;
}   

div#topBar {
    position: absolute;
    margin-top: 9px;
    text-align: left;
    width: 1000px;
}

div#headerLinksLeft {
    position: absolute;
    left: 0px;
    top: 10px;
    font-size: 14px;
}

div#headerLinksLeft a {
    color: rgb(140, 140, 140);
	margin-right: 30px;
}

div#headerLinksLeft a:hover {
    color: rgb(64, 64, 64);
	text-decoration: none;
}

div#headerLinksRight {
    position: absolute;
    right: 0px;
    top: 10px;
    font-size: 14px;
}

div#headerLinksRight a {
    color: rgb(140, 140, 140);
	margin-left: 30px;
}

div#headerLinksRight a:hover {
    color: rgb(64, 64, 64);
	text-decoration: none;
}

div#footer {
    margin-top: 30px;
    border-top: 1px solid rgb(224, 224, 224);
    padding-top: 20px;
    padding-bottom: 20px;
}
