@charset "utf-8";
/* CSS Document */

#section-links  {
	position:relative;
	display: none;
}

#section-links ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#section-links a {
	width: 250px;
	display: block;
	padding: 4px 4px 4px 10px;
	color: #000000;
	text-decoration: none;
	font-size: 18px;
	margin-top: 6px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	font-weight: bold;
	text-align: center;
}
#section-links a.finished-button {
	color: #000000;
	background-color: #ffa000;
	width: 250px;
	margin-top: 25px;
}
#section-links #small-content-box {
	width: 300px;
	top: 0px;
	float: right;
	position: relative;
	right: -30px;
	font-weight: bold;
	font-size: 16px;
}
.message-page {
	background-color: #CEECC4;
}

.message-page #body-content {
	background-color: #CEECC4;
}

.details-page {
	background-color: #D8F1EB;
}

.details-page #body-content{
	background-color: #D8F1EB;
}

.menu-page {
	background-color: #FBE6F2;
}
#detailsform {
	background-color: #D8F1EB;
	padding: 40px 20px 20px 0px;
	font-size: 14px;
	color: #000000;
}
.textbox {
	width: 300px;
	font-size: 14px;
	background-color: #FFFEF9;
	border: 1px solid #94D8C7;
	padding: 2px;
}
.continuebutton {
	background-color: #D5D5FF;
	border: 1px solid #BFBFFF;
	height: 30px;
	width: 250px;
	display: block;
	text-align: center;
	color: #000000;
	text-decoration: none;
	line-height: 30px;
	position: relative;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;	/*right: -30px;*/
	font-size: 14px;
}

.continuebutton:hover {
	background-color:#FF8040;
	color:#000000;
}
#menu1 {
	float: left;
}

.menu-page #body-content {
	background-color: #FBE6F2;

}


#intro-text {
	font-weight: bold;
}
.small-button {
	width: 100px;
}
.thanks-text {
	font-size: 18px;
	line-height: normal;
}

