/* CSS Document */

#content {
	width: 510px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	margin-left: 16px;
	margin-top: 10px;
	height: 510px;
}
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	color: #006699;
	font-weight: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
#content p {
	margin-top: 0px;
	padding-top: 0px;
}
#contentBox {
	width: 733px;
}
#sidebar hr {
	color: #ffffff;
	background-color: #ffffff;
	height: 2px;
	width: 151px;
	border: 0px;
}
#sidebar {
	width: 151px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 15px;
	position: absolute;
	left: 582px;

}
body {
	background-image: url(../images/daxfront_images/bgBody.jpg);
	background-repeat: repeat-y;
}

#sidebar h1 {
	font-size: 1.5em;
	color: #006699;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 0px;
	padding-top: 0px;
}
#sidebar p {
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
#sidebar a {
	color: #CC0000;
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
}

#sidebar form {
	padding-left: 15px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#inputBox {
	text-align: center;
}
#bottom  {
	background-image: url(../images/dax_images/bgBottom.jpg);
	background-repeat: repeat-x;
	height: 44px;
	width: 100%;
	bottom: 0px;
	position: absolute;

}
html, body, #contents {	min-height: 100%;	/* width: 100%; */	height: 100%;}
html>body, html>body #contents {	height: auto;}
#contents {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	float: left;

}
#bottom {	position: absolute;	bottom: 0;}
#main {	margin-bottom: 52px;	height: auto;	}

