html {overflow-y: scroll;}

body {
	margin-top: 15px;
}.bodybkg {
	background-attachment: fixed;
	background-image: url(img/bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #BCBDC1;
}
.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333;
}
.bodyhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 28px;
	color: #333;
	font-weight: bold;
}
.subnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #666666;
	text-transform: none;
	font-weight: bold;
	padding-left: 6px;
	text-decoration: none;
}
.subnavBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #000;
	text-transform: none;
	font-weight: bold;
	padding-left: 6px;
	text-decoration: none;
}
