.alert {
	color: #c00;
}
body {
	position: absolute;
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	background-color: #ccc;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#divBoxContainer {
	position: relative;
	width: 795px;
	background-color: #e8ebf5;
	margin: 0 auto;
}
#divContentContainer {
	padding: 10px 20px 20px 20px;
	min-height: 250px;
	_height: 250px;
}
#divForm {
}
.divFormItem {
	padding-bottom: 10px;
}
#divHeaderGraphic {
	width: 689px;
	height: 191px;
	background-image: url(../images/header.jpg);
}
#divIntroduction {
}
.divLeftBar {
	width: 106px;
	overflow: hidden;
}
.divTitle {
	background-color: #e3a612;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 10px 5px 20px;
	font-style: italic;	
}
hr {
	height: 2px;
	border: none;
	color:#e3a612;
	background-color:#e3a612;
}
.sectionHeader {
	color: #e3a612;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
}
#tableGuestEntry {
	margin: 0 auto;
	border: 0px;
}
.tableLayout {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
}
.tableLayout td, .tableLayout th {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.tdLeftBar {
	width: 106px;
	background-color: #e3a612;
}