body {
	background-color: #D3D3D3;
	font: normal normal normal 14px arial;
	text-align:center;
	height: 100%;
	margin:0 auto;
}
p.bottom {
	font-size: 8px;
	position: absolute;
	left:5px;
	bottom:-75px;
	text-align:center;
	margin:0 auto;
}

div#subpage_navigation {
	background-image: url("../images/background.gif");
	float:left;
	width: 200px;
	height: 100%;
	border-right: thin solid black;
	text-align:center;
	position:fixed;
	overflow: auto;
	margin:0 auto;
	left: 0px;
	z-index:100;
}
div#subpage_content {
	padding-left: 200px;
	text-align:center;
	margin: 0 auto;
	position:relative;
	height:100%;
}
table.have_questions {
	width:90%;
	background-color:#FFFFFF;
	text-align:center;
	margin: 0 auto;
}
td.have_questions_b {
	font-weight:bold;
	font-size:12px;
}
td.have_questions_f {
	font-size: 12px;
}
button.nav_button {
	text-align:center;
	width:90%;
	margin: 0 auto;
	color: white;
	background-color:black;
	font: normal bold normal 16px arial;
	cursor:pointer;
}
button.barn_button {
	text-align:center;
	width:90%;
	margin: 0 auto;
	color: white;
	background-color:black;
	font: normal bold normal 16px arial;
	cursor:pointer;
	/*position: absolute;
	bottom: 5px;
	left:5px;*/
}
