html {
	height:100%;
}
body {
	height:100%;
	margin: 0px;
	padding: 0px;
	font-family: 'Lucida Grande','Segoe UI', 'Lucida Sans Unicode','Trebuchet MS', sans-serif;
	color: #333333;
	font-size: 1em;
}
h1 {
	font-size: 30px;
	color: #FF9900;
}
h3 {
	margin: 20px 0 1px 0;
}
p {
	font-size: 100%;
	line-height: 25px;
	margin: 0 0 20px 0;
}
a {
	color: #FF9900;
}
#content_wrapper {
	height:100%
}
#banner {
	background-color: #FF9900;
	height: 11px;
	width: 100%;
	padding: 7px 0;
	position: absolute;
	top: 0px;
}
#mainContent {
	position: absolute;
	left: 220px;
	top: 70px;
	padding-right: 250px;
	padding-bottom: 20px;
}
.reasonsWhy {
	font-weight: bold;
	color: #000000;
}
#callout {
	float: right;
	width: 175px;
	margin-bottom: 40px;
	margin-left: 40px;
	background-color: #FFEED5;
	padding: 10px;
	position: absolute;
	top: 70px;
	right: 40px;
}
#callout h1{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
#callout p, #callout li {
	font-size: 12px;
	color: #666666;
}
#callout ol {
	margin-left: 2px;
	padding-left: 2px;
}
#leftNav {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 40px;
}
.smallNote {
	font-size: 70%;
	font-weight: normal;
}
.numberBox {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF9900;
	text-align: center;
	padding: 5px 10px;
	margin-right: 5px;
}
textarea {
	font-size: 100%;
	width: 85%;
	padding: 10px;
	color: #0086DF;
	font-weight: bold;
	margin-left: 40px;
}
table {
	margin-left: 40px;
}
