#container {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	border-left: black solid 1px;
	border-top: black solid 1px;
	border-right: black solid 2px;
    border-bottom: black solid 2px;
    position: relative;
    margin-top: 10px;
}

#header {
	position: relative;
    width: 700px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    height: 85px;
}

#logo {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 85px;
    width: 175px;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: Verdana,Geneva,Arial,helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
}

#messages {
    position: absolute;
    top: 0px;
    height: 15px;
    width: 514px;
    background-color: #EEEEEE;
    left: 176px;
    padding: 5px;
    text-align: left;
    color: red;
}

#masthead {
	position: absolute;
	top: 25px;
	left: 176px;
	height: 50px;
	width: 524px;
	text-align: right;
} 

#content {
    padding: 10px;
    font-size: 10pt;
}

.errors {
    margin: 10px;
    padding: 10px;
    color: red;
    border: red solid 1px;
 }
 
#status {
    padding-left: 10px;
}

.display {
    font-size: 10pt;
    text-align: left;
}

a:link {
    text-decoration: none;
    color: green;
}

a:visited {
	text-decoration: none;
	color: green;
}

a:hover {
    text-decoration: underline;
}
