body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(../images/backPattern.jpg)
}

p {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size:12px;
	line-height:20px;
}

h1 {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	color: #7b8400;
	font-size:18px;
	font-weight:bold;
	margin:20px 0 0 0;
	}

td {
	vertical-align:top; 
	background-repeat:no-repeat;
	text-align:left;
	}


a {
	color:#848e00;
	text-decoration:none;
	}

a:hover {
	color:#848e00;
	text-decoration:underline;
	}

.oneColFixCtr #container {
	width: 997px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 746px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/elkBack.jpg);
	background-repeat:no-repeat;
}
.oneColFixCtr #container  p{
	color:#555640;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
.oneColFixCtr #mainContent {
	padding: 0 0 0 31px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}



#tag {
	font-size:13px;
	border:2px inset #848e00;
	background-color:#FFFFFF;
	margin:0px 0px 10px 0px;
	width:280px;
	}

textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	border:2px inset #8C7251;
	background-color:#FFFFFF;
	margin:2px 0px 2px 0px;
	width:280px;
	height:110px;
	}

label {
	color: #FFFFFF;
	font-size:12px;
	width:150px;
	float:left;
	clear:left;
	}
