body {
	font-family:Verdana, sans-serif;
	font-size:13px;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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;
	line-height:1.5em;
}


.oneColElsCtrHdr #container {
	width: 700px; 
	background: #FFFFFF;
	margin: auto;
	border: 0px solid #000000;
	text-align: justify;
	 
}
.oneColElsCtrHdr #header { 

 background-color:#FFFFFF;
 border-bottom: 1px solid #000000;
 text-align:left;
 margin-top:10px;
 
	
} 
.oneColElsCtrHdr #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: 30px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#000000;
	font-size:1.2em;
	
}
.oneColElsCtrHdr h2 {
	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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#000000;
	font-size:1em;
	padding-top:10px;
	
}
.oneColElsCtrHdr h3 {
	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: 30px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#000000;
	
}
.oneColElsCtrHdr #mainContent {
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	
}
.oneColElsCtrHdr #footer { 
	
	border-top: 1px solid #000000;
	margin-top:3px; 
	font-size:10px;
	padding-left:3px;
	
}

a:link, a:visited {text-decoration:none;
   color: #0033FF;

}

a:hover{
	text-decoration: underline;
	color: #0033FF;
	
}

#nav { 
margin-top:3px; 
margin-left:5px;
}

#header img {
	border: none;
	float:left;
	display:inline;
	margin-right:40px;
	margin-left:10px;
}

img {margin:0px;
border: none;}
