@charset "UTF-8";
body {
	width: auto;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FE5100;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: auto;  /* iphone */
	background:#FFFFFF;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #FFFFFF; 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	background-image:url(images/Header-small.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 56px;
}
.oneColFixCtrHdr #header h1 {
	margin-left: -9000px
}
.oneColFixCtrHdr #header p {
	margin-left: -9000px;
}
.oneColFixCtrHdr #Nav {
 	background-color:#DE0800;
	height: 30px;
	margin: 0;
	padding: 0;
	}
.oneColFixCtrHdr #Nav h1 {
	padding: 0 0px;
	margin: 0;
	}
#Nav ul{
	list-style:none;
	position: relative;
	margin: 0 auto;
	padding: 0px 0px;
	width: auto;
}
 #Nav li{
	float: left;
	padding: 0 auto;
	margin: 0;
	width: 80px;
}

#Nav a{
	padding: 0 10px;
	font-size:16px;
	line-height: 20px;
	text-decoration:none;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	display:block;
}

#Nav a:active{
	color: #666666;
	
}

	
.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0;
	width: auto;

}


.oneColFixCtrHdr #mainContent h1 {
	padding: 1px 2px;
	margin: 0;
	font-family: Helvetica;
	font-size: 20px;
	}
.oneColFixCtrHdr #mainContent p {
	padding: 5px 5px;
	margin: 0;
	font-size: 14px;
	line-height: normal;
	font-family: Helvetica;
	color: #000000;

	}
#mainContent table {
	padding: 5px 5px;
}
