h1, h2, h3, h4, h5, h6, h7, blockquote, ol, ul, p {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-repeat: repeat-x;
	background-image: url(images/header.jpg);
	background-position: center top;
	background-attachment: scroll;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
}
html {
	background-image: url(images/bg_pattern.jpg);
	background-position: 50% 0%;
	background-repeat: repeat;
	background-attachment: scroll;
}
a:link {
	color: #3D3CD6;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #21219E;
}
a:hover {
	color: #3D3CD6;
	text-decoration: underline;
}
.oneColFixCtrHdr #container {
	width: 603px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	clear: both;
	float: none;
}
.oneColFixCtrHdr #header #nav {
	width: 331px;
	float: none;
	clear: none;
	border: 0px 0 0;
	top: 0%;
	padding-left: 257px;
	padding-top: 15px;
}
.oneColFixCtrHdr #mainContent {
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #3d3dd5;
	border-right-color: #3d3dd5;
	border-bottom-color: #3d3dd5;
	border-left-color: #3d3dd5;
	margin-right: 25px;
	margin-left: 20px;
	padding-top: 1em;
	padding-right: 0em;
	padding-bottom: 1em;
	padding-left: 0em;
	font-size: 1em;
	color: #3D3CD6;
	background-image: url(images/tagline.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	height: auto;
}
.oneColFixCtrHdr #mainContent h1 {
	text-indent: -1000em;
	background-repeat: no-repeat;
	height: 50px;
	padding: 0em;
}
.oneColFixCtrHdr #mainContent p {
	font-size: 0.8em;
	line-height: 2;
	margin: 0em;
	text-align: left;
	padding: 1em;
}

.oneColFixCtrHdr #footer {
	clear: both;
	float: none;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: center;
	color: #3E3DD7;
}
.oneColFixCtrHdr #footer h1 {
	font-size: 0.8em;
	font-weight: normal;
	padding-bottom: 10px;
	padding-top: 10px;
}
.oneColFixCtrHdr #footer h2 {
	font-size: 0.6em;
}
.oneColFixCtrHdr #container #mainContent object {
	text-align: center;
	padding-top: 0px;
	margin: 0px;
}

