html, body{
	margin:0;
	padding:0;
	background-color: #FFFFFF;
}

#containerDiv {
	position: relative;
	height: 100%;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	overflow: visible;
	top: 0px;

}

#container {
	position: relative;
	height: 100%;
	width: 800px;


	text-align: left;
	overflow: visible;
	top: 0px;
	left: 25px;

}

body {
	font-family: "Trebuchet MS", Arial, sans-serif;
}

td {
	font-size: 12px;
	color: #000000;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

p {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

h5 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	color: #000000;
}


th {
	font-family: "Trebuchet MS", Arial, sans-serif;
}

h2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}


h3 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	color: #000000;
}

h4 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
}

#headerbox {
	width: 650px;
}


#introbox {
	width: 800px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #FFBA27;
	background-color: #000000;
}

#formbox {
	width: 800px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FCC415;
	border-bottom-color: #FCC415;
	background-color: #FFFFFF;
}
#content {
	width: 800px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFBA27;
	background-color: #FFBA27;
}
.leftbox {
	padding: 2px;
	height: auto;
	width: 255px;
	border: 1px solid #000000;
	margin: 10px;
	text-align: center;
}

.leftboxWhite {
	padding: 2px;
	height: auto;
	width: 255px;
	border: 1px solid #000000;
	margin: 10px;
	text-align: center;
	background-color: #FFFFFF;
}

