body {
	background-color: #000000;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	margin: 0 auto;
	padding: 0px;
	width: 780px;
}

label {
	text-align: right;
	padding-top: 4px;
	width: 240px;
	display: block;	
	float: left;
	clear: left;
}

legend { color: #dfdddd; font-weight: bold; }

fieldset {
	background-image: url(images/bg.jpg);
	width: 551px;
	padding-top: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0;
	border: 1px solid #8C8B8B;
}

#tagline { font-style: italic; text-align: center; }

#attendee label { width: 125px; }

.submit { margin: 10px auto; width: 80px;}

#date { text-align: center; font-weight: bold; font-size: 16px; }
#date a { font-size: 12px; color: #00FFFF; }

#phone { text-align: center; font-size: 14px; }

ul#header {
	position: relative;
	width: 551px;
	margin: 0 auto;
	padding: 0 0 0 0;
	height: 208px;
	list-style-type: none;
}

li#header_L a {
	position: absolute;
	text-indent: -9999px;
	height: 208px;
	width: 274px;
	left: 0px;
	top: 0px;
	overflow: hidden;
	background: url(images/header_kemp_off_L.gif) no-repeat;
}

li#header_R a {
	position: absolute;
	left: 274px;
	top: 0px;
	text-indent: -9999px;
	height: 208px;
	width: 277px;
	overflow: hidden;
	background: url(images/header_kemp_off_R.gif) no-repeat;
}

li#header_L a:hover { background: url(images/header_kemp_on_L.gif) no-repeat; }
li#header_R a:hover { background: url(images/header_kemp_on_R.gif) no-repeat; }

.req {
	color: red;
	font-weight: bold;
	font-size: 12px;
}

#req_note {
	font-size: 10px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
	width: 551px;
}

h1 {
	text-align: center;
}

table {
	margin: 0 auto;
	background-image: url(images/bg.jpg);
	border: 1px solid #8C8B8B;
}

td {
	border: 1px solid #8C8B8B;
}

.colDate {
	text-align: center;
	font-style: italic;
}

.colSum {
	text-align: center;
}

.clickHere {
	text-align: center;
}
