@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

/* AxMann: START: Centers Pager Vertically and Horizontally. */

html, body, #wrapper {
	height:98%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
#wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 100%;
}

/*
' NOTE: I have not removed the Horizontal Centering that comes with the Dreamweaver template used by this site; mainly in the ' ' [#container] style
' Note: taken from http://apptools.com/examples/tableheight.php and based on */

table#HorizontalCenter {
	text-align: center; /* This Horizontally Centers the contents of the table for IE browsers - later in [#container] the [text-align: left;] will set all contents to left again */
	}

div#container {
	width: 974px;
	text-align: left;  /*this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	height: 630px;
	z-index: 1;

}
/* AxMann: END: Centers Pager Vertically and Horizontally.*/


.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 1px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 95px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	width: 975px;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0;
	padding-left: 1px;
	position: absolute;
	height: 437px;
	margin-top: 81px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	left: -1px;
	top: 92px;
	z-index: 10;
}
.oneColFixCtrHdr #footer {
	width: 964px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
	position: absolute;
	top: 612px;
	z-index: 20;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-weight: bold;
	text-align: right;
	font-size: 70%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
