html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	font-family: Arial;
	font-size: 10pt;
	color: #283710;
	background: #576C1D;
}

form {
	margin: 0;
	padding: 0;
}

form td {
	vertical-align: top;
}

input, select, textarea {
	border: 1px solid #283710;
}

input {
	width: 175px;
}

textarea {
	width: 250px;
	height: 50px;
}

input.button {
	width: 74px;
	color: #ffffff;
	background: #2aa50c;
	margin: 0;
	padding: 0;
	border: #88b774;
	font-weight: bold;
	text-transform: capitalize;
	font-family: arial;
	font-size: 9pt;
	line-height: 150%;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	color: #88b774;
}

#content a {
	text-decoration: none;
	color: #2aa50c;
	border-bottom: 1px dashed #000000;
}

#content a:hover {
	color: #88b774;
	border-bottom: 1px dashed #88b774;
}

#main {
	width: 770px;
	margin: auto;
	background: #ffffff;
	padding-top: 25px;
}

#container {
	margin: 0px 10px 0px 10px;
}

#menu {
	color: #ffffff;
	background: #576C1D;
	margin: 8px 0px 8px 0px;
	text-align: center;
}

#menu a {
	color: #ffffff;
	text-decoration: none;
	padding: 0px 45px 0px 45px;
	font-size: 13pt;
	font-weight: bold;
	line-height: 150%;
	border: 0px;
}

#menu a:hover {
	color: #c2f8ad;
}

#menu a#active {
	color: #89b345;
}

#menu a#active:hover {
	color: #c2f8ad;
}

#content {
	text-align: justify;
}

#footer {
	color: #ffffff;
	font-weight: bold;
	margin: auto;
	width: 770px;
	font-size: 9pt;
}

#footer table td {
	padding: 15px;
}

a#ew {
	padding-left: 20px;
	background: url('element-works-logo.gif') left center no-repeat;
	color: #c2f8ad;
}

a#ew:hover {
	color: #ffffff;
	text-decoration: underline;
}

.required {
	color: #ff0000;
}

.special {
	font-size: 14pt;
}

#foot {
	text-align: right;
	height: 121px;
	background: #ffffff url('birdy.jpg') bottom left no-repeat;
	line-height: 175%;
	font-size: 9pt;
}

#foot td {
	padding: 5px 10px 5px 0px;
}

#grad {
	background: url('grad.jpg') top right repeat-y;
}