body {

}

div.hdr1 {
	background: #ffc300;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 102%;
	height: 120px;
	text-align: right;
	vertical-align: middle;
	font: 20pt georgia;
	font-weight: bold;
}

div.hdr2 {
	position: absolute;
	text-align: right;
	font: 20pt georgia;
	font-weight: bold;
}

div.hdr3 {
	position: absolute;
	top: 34px;
	left: 55%;
}

div.hdr4 {
	position: absolute;
	top: 20px;
	left: 0px;
}

img.logo {
	width: 276px;
	height: 122px;
}

img.essence {
	width: 432px;
	height: 84px;
}

div.menu {
	position: absolute;
	top: 120px;
	left: 0px;
	font-size: 80%;
	background: #fff7d6;
	width: 15%;
}

div.content {
	position: absolute;
	top: 120px;
	left: 15%;
}
p.menuitem {
	margin-top: 0em;
	margin-bottom: 0em;
}

p.menuitem a {
	text-decoration: none;
        color: #A52A2A;
        font-family: "Georgia";
}

h4 a {
	text-decoration: none;
}

input.inputtext {
    border: 1px solid #698ed1;
    background: #EFE3D6;
	height: 1.5em;
}

input.inputsubmit {
    border: 1px solid #698ed1;
    background: #EFE3D6;
	height: 1.5em;
}

input.inputtext:hover {
    background: #fff;
}

#login {
    clear: none;
    text-align: right;
    margin: 0.5em;
    font-size: .9em;
	height: 1em;
}


td.col1 {
	width: 18%;
	vertical-align: top;
}

p.info {
	font-weight: bold;
}
