*{
	padding: 0;
	margin: 0;
	font-family: arial;
	}
html{
	height: 100%;
	overflow-x: visible;
	}
body{
	background: #6C7179 ;
	height: 100%;
	width: 100%;
	}
#main{
	height: auto !important;
	min-height: 100%;
	position: relative;
	text-align: center;
	width: 100%;
	}
#header{
	height: 165px;
	margin: 0 auto;
	width: 829px;
	position: relative;
	}
#menu-header{
	list-style: none;
	display: block;
	font-size: 12px;
	width: 45px;
	position: absolute;
	bottom: 0;
	right: 0;
	}
#menu{
	display: block;
	width: 819px;
	height: 54px;
	padding: 15px 0 0 10px;
	background: url(bckgd.menu.gif) no-repeat;
	position: relative;
	margin: 15px auto 5px auto;
	text-transform: uppercase;
	font-size: 21px;
	list-style: none;
	}
#menu li{
	float: left;
	display: block;
	padding: 0 20px 0 0;
 	}
#wrapper{
	margin: 0px auto;
	width: 829px;
	text-align: center;
	height: 375px;
	}
html>body #wrapper{
	height: auto;
	min-height: 375px;
	}
.box{
	width: 829px;
	position: relative;
	background: url(bckgd.box.gif) repeat-y ;
	height: 188px;
	text-align: left;
	}
html>body .box{
	height: auto;
	min-height: 188px;
	}
.box span.top{
	display: block;
	width: 829px;
	height: 12px;
	background: url(top.box.gif) no-repeat ;
	border: none;
	position: absolute;
	top: 0;
	}
.box span.bottom{
	display: block;
	width: 829px;
	height: 22px;
	background: url(bottom.box.gif) no-repeat center bottom;
	border: none;
	position: absolute;
	bottom: -1px;
	}
#footer{
	background: url(sep.h.footer.gif) no-repeat top;
	padding: 30px 0 15px 0;
	margin: 0 auto;
	width: 829px;
	position: relative;
	font-size: 12px;
	text-align: left;
	color: #FFFFFF;
	}
#footer a
{
	margin: 0 10px 0 0;
	color: #FFFFFF;
}

.questionnaire .formButton
{
	display:block;
	height:32px;
	line-height:32px;
	text-align: center;
	color: #FFFFFF;
}

.textContent
{
	padding:25px 0 35px 36px;
}

.questionResult
{
	padding:25px 75px 35px 36px;
	text-align:center;
}













