body {
	font: small Arial, Helvetica, sans-serif;
	color: #222222;
	background: #FFFFFF;
}
#wrapper {
	margin: auto;
	width: 760px;
	border: 1px solid #F1AC1D;
}
#splash {
	width: 100%;
	background: #E48426 url(images/hdrPix1.jpg) no-repeat left top;
	height: 150px;
}
#splash #hdr {
	padding-left: 210px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
}
#splash  #hdr h1 {
	color: #FFFFFF;
	font: bold 140% Arial, Helvetica, sans-serif;
	margin: 15px 10px 0px 0px;
}
#splash #txt {
	color: #000000;
	background: #E48426;
	height: 40px;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#splash #logo {
	padding: 0px 20px 10px 0px;
	vertical-align: bottom;
	float: right;
}
#splash #kplink {
	float: left;
	padding: 15px 10px 10px 210px;
	vertical-align: middle;
}
#splash #kplink a:link {
	color: #EEEEEE;
	text-decoration: none;
	font-weight: bold;
}
#splash #kplink a:visited {
	color: #DDDDDD;
	text-decoration: none;
	font-weight: bold;
}
#splash #kplink a:hover {
	text-decoration: underline;
}


#survey {
	font-size: small;
	color: #555555;
	padding: 10px 10px 20px 20px;
}
#survey ul {
	list-style: none;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	text-indent: -24px;
}
#survey input {
	font-size: 85%;
}
#survey  #rightside  {
	float: right;
	width: 50%;
	padding: 0px;
	margin: 0px;
}
#ftr {
	padding: 10px;
	font-size: 75%;
	color: #AAAAAA;
	text-align: right;
}
#ftr em {
	float: left;
	font-style: normal;
}
#ftr a:link {
	color: #AAAAAA;
	font-weight: bold;
	text-decoration: none;
}
#ftr a:visited {
	color: #AAAAAA;
	font-weight: bold;
	text-decoration: none;
}
#ftr a:hover {
	text-decoration: underline;
}

#projectid {
	font-size: 85%;
	color: #777777;
	width: 760px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}
.errmsg {
	font-weight: bold;
	color: #DD0000;
}

.clearall {
	clear: both;
}
