body {
	font-size: 100%;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 1001px;
	margin-right: auto;
	margin-left: auto;	
	margin-top: 0px;
	margin-bottom: 10px;	
	background-color: #FFFFFF;
	padding: 0px;
	position: relative;
	background-image: url(BG.png);
	background-repeat: no-repeat;
	height: 791px;
}


#wrapper #header span {
	display: none;
}


#Menu {
	width: 117px;
	position: absolute;
	margin: 0px;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	height: 256px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 1.5em;
	color: #EC2125;
}

#wrapper #contentArea {
	position: relative;
	left: 127px;
	top: 0px;
	padding-left: 15px;
	padding-top: 10px;
	width: 620px;
	min-height:330px;
	_height:330px;
}

#wrapper #contentArea a {
	text-decoration: none;
	color: #497749;
	font-weight: bold;
}
#wrapper #contentArea a:hover {
	color: #7DB979;
}

#wrapper #header {
	background-image: url(BG.png);
	background-repeat: no-repeat;
	height: 70px;
}

#wrapper #footer span {
	display: none;
}

#wrapper #footer {
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 65px;
}

#Menu p {
	color: #1D351F;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.9em;
	text-align: left;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	line-height: 1.5em;
}

#Menu p a {
	text-decoration: none; color: #1D351F; display: block; width: 110px;
}
#Menu p a:hover {
	color: #5B925B;
}

#form .button {
	background-color: #C6E5C6;
	border: 2px outset #3C5E3D;
	margin-top: 0.5em;
	margin-left: 7.5em;
}
#form .resetButton {
	border: 2px outset #3C5E3D;
	background-color: #C6E5C6;
}
#form .inputBox {
	border: 2px solid #3C5E3D;
	text-align: left;
	width: 250px;
	margin-left: 1em;
}
#form .lable {
	text-align: right;
	float: left;
	width: 6em;
}
#wrapper #pageHeading {
	position: relative;
}
#form h2 {
	font-size: 100%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	color: #2D4E2F;
	width: 620px;
}

.highlight
{
	color: #FF0000;
	font-weight: bold;
}
