@charset "UTF-8";
body {
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	background: #0e478d;
	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;
}
.oneColElsCtr #container {
	width: 750px;
	background: #FFFFFF url(images2/bkgrnd_stripe.jpg) repeat-y;
	margin: 0 auto;
	text-align: left;
	padding-left: 40px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
h1 {
	color: #0D1C33;
	font-size: 1.5em;
}
.oneColElsCtr #container #header {
	position: relative;
	left: -40px;
}
.oneColElsCtr #container #mainContent #footer {
	left: -40px;
	position: relative;
	width: 790px;
	background-color: #0D1C33;
	color: #FFFFFF;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h2 {
	font-weight: bold;
	font-size: 1.1em;
	color: #0D1C33;
}
.oneColElsCtr #container #mainContent #marc {
	border: 1px solid #0E478D;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 8px;
}

