@charset "UTF-8";
body {
	background: #666666;
	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: #FFFFFF;
	background-color: #E6E6CF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
.oneColFixCtrHdr #container {
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
}
.oneColFixCtrHdr #header {
	background-color: #ffffff;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-color: #FFFFFF;
	background-image: url(images/Concept_3_02.jpg);
	height: 300px;
}
.oneColFixCtrHdr #footer {
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.bottom_links {
	font-size: x-small;
	color: #666666;
}
.main_text {
	color: #333333;
	margin-right: 80px;
	margin-left: 80px;
	overflow: auto;
	height: 298px;
}
h3 {
	display: compact;
}
a:link {
	color: #333333;
}
a:visited {
	color: #006666;
}
.menu_quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
