@charset "UTF-8";
body {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #999999;
	height: 105%;
}

a {
  outline: none;
}



.oneColFixCtrHdr #container {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #999999;
	background-image: url(images/contentBG.jpg);
	background-repeat: repeat-y;
	background-position: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.oneColFixCtrHdr #header {
	background-color: #DDDDDD;
	background-image: url(images/headerMain.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 200px;
	padding-top: 0;
	padding-right: 71px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: right;
}
.oneColFixCtrHdr  #header  p {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-size: 15px;
}
.oneColFixCtrHdr #header a {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-size: 15px;
	color: #000000;
	text-decoration: none;
}
.oneColFixCtrHdr #header a:hover {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-size: 15px;
	color: #660000;
	text-decoration: underline;
}
.oneColFixCtrHdr #container #mainContent p {
	font-size: 12px;
	line-height: 18px;
}
.oneColFixCtrHdr #container #mainContent h4 {
	font-size: 10px;
	font-style: italic;
	margin-top: -15px;
	color: #666666;
	font-weight: lighter;
}
.oneColFixCtrHdr #container #mainContent h3 {
	font-size: 16px;
	color: #660000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #660000;
	padding-top: 20px;
}
.oneColFixCtrHdr #container #mainContent h2 {
	font-size: 18px;
}
.oneColFixCtrHdr #container #mainContent h1 {
	font-size: 30px;
	text-transform: none;
	color: #660000;
	font-weight: lighter;
}
.oneColFixCtrHdr #container #mainContent img.left {
	float: left;
	margin-right: 15px;
}
.oneColFixCtrHdr #container #mainContent img.right {
	float: right;
}
.oneColFixCtrHdr #container #mainContent a {
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 40px;
	background-image: url(images/contentBG.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.oneColFixCtrHdr #introContent {
	background-image: url(images/intro_content.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 350px;
	padding-top: 100px;
	padding-right: 125px;
	padding-bottom: 0;
	padding-left: 150px;
}
.oneColFixCtrHdr #container #introContent p {
	font-size: 14px;
	line-height: 24px;
}
.oneColFixCtrHdr #container #introContent a {
	color: #660000;
	text-decoration: underline;
}
.oneColFixCtrHdr #container #introContent h3 {
	font-size: 24px;
	color: #000000;
	font-weight: normal;
}
.oneColFixCtrHdr #container #introContent a.h3 {
	font-size: 26px;
	color: #000000;
	text-decoration: none;
}
.oneColFixCtrHdr #container #introContent a.h3:hover {
	font-size: 26px;
	color: #660000;
	text-decoration: none;
}
.oneColFixCtrHdr #footer {
	background-color: #999999;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 50px;
	padding-top: 0;
	padding-right: 71px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #footer a {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-size: 15px;
	color: #000000;
	text-decoration: none;
}
.oneColFixCtrHdr #footer a:hover {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-size: 15px;
	color: #660000;
	text-decoration: underline;
}
.copyright {
	font-size: 12px;
	color: #666666;
}
.oneColFixCtrHdr #container #mainContent table {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #660000;
	vertical-align: top;
	padding: 15px;
}

