body {
	background-color: white;
	background-image: url(background-gradient.gif);
	background-repeat: repeat-x;
	border: 0px;
	margin: 0px 0px 50px 0px;
	height: 100%;
	font-size:		24px;
	/* font-weight:	bold; */
	font-family:	calibri,ariel;
}

#container {
	width: 100%;
	background-color: #FFF3C5;
}

#header-outer {
	width: 100%;
	min-width: 800px;
	height: 275px;
	padding-top: 15px;
	background-color: #FFB02B;
}

#header-inner {
	width: 100%;
	min-width: 800px;
	height: 220px;
	background-color: #FFB02B;
}

#content {
	background-color: transparent;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-image: url(background-2.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#inner-container {
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 5px;
}

#logo {
	float: right;
	margin-left: 10px;
	margin-top:5px;
}

#layout-table {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}

p {
	font-size: 28px;
	/* font-weight: bold; */
}

.menu-stripe {
	width: 100%;
	min-width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fec657;
	text-align: center;
	border-bottom: 1px solid #FFB02B;
	background-image: url(background-stripe.png);
}

.menu-stripe a {
	color: black;
	text-decoration: none;
}

.menu-stripe a:hover {
	color: #007ac3;
}

#header-inner p {
	color: white;
	margin-left: 20px;
	font-size: 48px;
}

.small-text {
	font-size: 18px;
}

#inner-container table.simple-table {
	margin-left:	auto;
	margin-right:	auto;
	border-collapse: collapse;
}

#inner-container table.simple-table td {
	color:			black;
	font-size:		20px;
	font-weight:	bold;
	font-family:	calibri,ariel;
	text-align:		left;
	padding-left:	50px;
	padding-right:	50px;
	padding-top:	5px;
	padding-bottom:	5px;
}

#inner-container table.simple-table td:hover {
	background:		#fec657;
}

form table {
	width: 40%;
	margin-left:	auto;
	margin-right:	auto;
}

form table td {
	color:			black;
	font-size:		14px;
	font-family:	calibri,ariel;
	text-align:		right;
	vertical-align:	top;
}

form table input {
	color:			#000000;
	font-size:		12px;
	font-family:	calibri,ariel;
	width:	300px;
}

form table textarea {
	color:			#000000;
	font-size:		12px;
	font-family:	calibri,ariel;	
	width:	300px;
}