body {
	margin: 0px;
	padding: 0px;
/*
	background: #F4EC0C;
*/
background: #E8E8E8;
	color: #000000;
	font-family: trebuchet ms, sans serif;
	font-size: 11px;
}

#header {
	position: relative;
	margin: 0px;
	padding: 0px;
	background: #000000;
	height: 120px;
}

#threephotos {
	position: absolute;
	top: 120px;
	left: 0px;
	font-style: italic;
}

#mainheading {
	position: absolute;
	left: 140px;
	top: 25px;
	font-size: 24px;
	color: #fff;
}

table, tr, td {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

h1 {
	font-weight: normal;
	font-size: 18px;
}

p {
	margin: 0px;
	margin-bottom: 5px;
	font-size: 11px;
}

form {
	margin: 0px;
	padding: 0px;
}

a:hover {
	color: red;
}

a {
	color: white;
	text-decoration: none;
}

img {
	border: 0px;
}

input {
	font-family: trebuchet ms, sans serif;
	font-size: 11px;
	border: 1px solid #999999;
}

input.disabled {
	background: #eee;
}

button {
	font-family: trebuchet ms, sans serif;
	font-size: 11px;
	border: 1px solid #999999;
}

textarea {
	font-family: trebuchet ms, sans serif;
	font-size: 11px;
	border: 1px solid #999999;
}

select {
	font-family: trebuchet ms, sans serif;
	font-size: 11px;
	border: 1px solid #999999;
}

.login {
	width: 120px;
}

.label {
	text-align: left;
}

#glogo {
/*
	position: absolute;
	top: 7px;
	left: 10px;
*/
}

#graphicommlogo {
	position: absolute;
	top: 0px;
	right: 0px;
}

#menu {
	position: absolute;
	left: 35px;
	top: 300px;
}

#loginbox {
	position: absolute;
	left: 462px;
	top: 125px;
}
#loginbox a {color: #000;}

.loginboxcontent {
	/* background: url(../images/loginback.gif); */
	margin: 0px;
	padding: 0px;
	padding-left: 0px;
	padding-right: 0px;
	color: #000000;
	text-align: center;
}

#maincontent {
	position: absolute;
	left: 448px;
	top: 300px;
	padding-bottom: 20px;
	margin-right: 120px;
}

.menuitem {
	display: block;
	color: black;
	/* background: url(../images/buttonback.gif); */
	text-align: left;
	padding-top: 3px;
	margin-bottom: 5px;
	padding-bottom: 0px;
	width: 125px;
	height: 20px;
	font-size: 12px;
}

.menuitem:hover {
	/* background: url(../images/buttonback-over.gif); */
	color: #00ACEE;
	text-decoration: underline;
}
