@charset "UTF-8";
body {
	font: 14px/18px "Times New Roman", Times, serif;
	background: #699BC9;
	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;
}
.oneColFixCtr #container {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FCFCE5;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #container #mainContent #p7HSM_1 .p7HSM_vp_wrapper #p7HSMb_1 #p7HSMd_1_c1 .p7HSM_content #share {
	padding: 10px;
	width: 220px;
	height: 290px;
	background-color: #CBD3D0;
}
.oneColFixCtr #container #mainContent #bottomnav {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #659E2F;
}
.oneColFixCtr #container #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #99CC03;
	padding-top: 6px;
}

.oneColFixCtr #container #mainContent a:link {
	color: #115596;
}
.oneColFixCtr #container #mainContent a:hover {
	color: #9A3333;
	text-decoration: none;
}
.oneColFixCtr #container #mainContent #backpageheads {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 27px;
	color: #FFFFFF;
	background-color: #2A4E87;
	text-transform: uppercase;
}
