body {
	background-color: #262f38;
	color: #ffffff;
	font: Verdana, Arial, Helvetica, sans-serif;;
	margin: 0;
	padding: 0;
	text-align: center;
	
}

td, th {
	color: #e6eaeb;
}

img {
border-color:#262f38;
}

h1 {
	color: #4d5557;
}

h2 {
	color: #a9b6bf;
}

h3 {
	color: #262f38;
}
 h4 {
	color: #a9b6bf;
}

h5, h6 {
	color: #a9b6bf;
}

.style1 {
	font-size: x-small
}

a:link {color: #a9b6bf;}
a:visited {color: #262f38;}
a:hover {color: #e6eaeb;}
a:active {color: #262f38;}


.oneColElsCtrHdr #container {
	width: 775px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #6c6d58;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #4d5557;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtrHdr #header { 
	background: #6c6d58; 
	margin: 0 auto; /* 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 */

} 
.oneColElsCtrHdr #Nav{ 
	margin: 0;
	margin-top: 0;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#4d5557;
} 
.oneColElsCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #6c6d58;
	margin-top:0;
}
.oneColElsCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#4d5557;
} 
.oneColElsCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
