@charset "UTF-8";

.navcontainer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	margin: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #03F;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	text-align: right;
	font-size: 11px;
	color: #CCC;
}
body {
	font-size: 11px;
	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: #CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #666;
}

.oneColElsCtrHdr #container {
	width: 100%;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #333;
}
.oneColElsCtrHdr #header {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #999;
} 
.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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColElsCtrHdr #mainContent {
	padding-top: 0;
	padding-bottom: 0;
}
.oneColElsCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.oneColElsCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}
.footerText {	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #666;
	padding: 3px;
}
.navTab {
	background-image: url(images/navTab.jpg);
} 
.LOGO {
	height: 600px;
	margin-right: auto;
	margin-left: auto;
	width: 740px;
}
.findusText {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
}

