html img, html #cap, html #middle { 
	behavior: url(iepngfix.htc); 
}
body {
	/*font-family: Verdana, Arial, "sans serif";*/
	font-family: Georgia;
	background-image: url(site-pix/pmr-bg-nobob.jpg);
	background-repeat: no-repeat;
	background-color: #eae8de;
	font-size: 16px;
	font-weight: 500;
	color: #42300d;
	margin: 0px;
	}
a:link {
color: #990000;
}
a:visited {
color: #990000;
}
a:hover {
color: #FF0000;
}
#container {
	height: 100%;
	/* margin-right: auto; */
	margin-left: 7%;
	width: 778px;
}
#middle {
	/*background-image: url(site-pix/content-bg.png);*/
	background-repeat: repeat-y;
	margin-left: 16px;
	margin-right: 16px;
	width: 778px;
}
.clearAll {
	clear: both;
}
#header {
	background-image: url(site-pix/spf-header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	/*padding-top: 50px;*/
	min-height: 201px;
	padding-left: 130px;
	margin-left: 16px;
	color: #660000;
}
#navigation {
	text-transform: uppercase;
	width: 746px;
	margin-bottom: 20px;
}
#navigation a {
	color: #6e511a;
}
#navigation p {
	font-size: 90%;
	color: #6e511a;
	text-align: center;
	margin-top: 0px;
}
#header h1 {

	visibility: hidden;

}
#navigation {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
}
#leftCol {
	float: left;
	width: 100%;
	min-height: 698px;
	margin-top: 30px;
	background-image: url(site-pix/bob.png);
	background-position: top right;
	background-repeat: no-repeat;
}
#rightCol {
	float: right;
	width: 26%;
	margin-right: 36px;
}
.text-block-leftCol {
	padding-left: 40px;
	padding-bottom: 10px;
}
.text-block-rightCol {
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 20px;
	/*background-color: #dddddd;*/
}
.nav-block-rightCol {
	background-image: url(site-pix/nav-bg.png);
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
}
.text-block-rightCol ul {
	margin-left: 0px;
}
.text-block-rightCol li {
	margin-bottom: 5px;
	margin-top: 0px;
	list-style-image: url(site-pix/pointer-red.gif);
}
.text-block-rightCol li.youarehere {
	margin-bottom: 7px;
	margin-top: 2px;
	list-style-image: url(site-pix/pointer-black.gif);
}
.text-block-rightCol li.disabled {
	margin-bottom: 5px;
	margin-top: 0px;
	list-style-image: url(site-pix/pointer-gray.gif);
	color: #999999;
}
h1 {
	font-family: Georgia, "Times New Roman", "serif";
	font-size: 140%;
	font-weight: bold;
	color: #990000;
}
h2 {
	font-family: Georgia, "Times New Roman", "serif";
	font-size: 125%;
	color: #990000;
	margin-top: 25px;
}
h3 {
	font-family: Georgia, "Times New Roman", "serif";
	font-size: 18px;
	font-weight: bold;
	color: #990000;
}
.h3subtext {
	margin-top: -12px;
	font-size: 90%;
}
h4 {
	color: #990000;
	font-weight: bold;
}
.pagedesc {
	font-weight: 300;
	letter-spacing: 150%;
	line-height: 150% px;
}
.whitenav {
	color: white;
}
a.youarehere:link {
	border: solid 1px #999999;
	padding-left: 3px;
	padding-right: 3px;
	color: #000000;
	text-decoration: none;	
}
a.youarehere:visited {
	border: solid 1px #cccccc;
	color: #000000;
	text-decoration: none;
}
a.youarehere:hover {
	border: solid 1px #cccccc;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a.youarehere:active {
	border: solid 1px #cccccc;
	color: #000000;
	text-decoration: none;
}
#rightCol p {
	font-size: 95%;
}
.hr {
	border-bottom-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	margin-bottom: 2px;
	margin-top: 2px;
}
.hr a {
	text-decoration: none;
	font-size: 70%;
}
#segment-container {
	margin-right: auto;
	margin-left: auto;
}
.left-segment {
	float: left;
	width: 80px;
	//border-right-color: #bebebe;
	//border-right-width: 1px;
	//border-right-style: solid;
}
.right-segment {
	float: right;
	//padding-left: 10px;
	width: 385px;
	min-height: 98px;
}
.full-segment {
	float: left;
	width: 465px;
}
#mid-segment {
	//width: 32%;
	border-right-color: #bebebe;
	border-right-width: 1px;
	border-right-style: solid;
	width: 45%;
	background-color: #CCCCCC;
}
.right-segment h3 {
	margin-top: 0px;
	margin-bottom: 5px;
}
.right-segment p {
	margin-top: 5px;
	font-size: 12px;
}
.verticalSpacer {
	height: 5px;
}
.download-shell {
	height: 210px;
	overflow:auto;
	padding: 0px;
	width: 465px;
}
p.lineheight20 {
	line-height: 20px;
}
p.quotation {
	padding-left: 20px;
	text-align: justify;
}
p.attrib {
	text-align: right;
	font-size: 90%;
	margin-top: -10px;
	margin-bottom: 18px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.pointer {
	font-family: Helvetica, Verdana, "sans serif";
	margin-bottom: -10px;
	font-size: 100%;
}
.banner-right {
	margin-right: -34px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.action {
	font-style: oblique;
	border: solid 1px #a8a397;
	width: 430px;
	padding: 10px;
}
#sb1 {
	float: right;
	clear: right;
	height: 30px;
	width: 40px;
	font-size: 1px;
}
#sb2 {
	float: right;
	clear: right;
	height: 70px;
	width: 155px;
}
#sb3 {
	float: right;
	clear: right;
	height: 90px;
	width: 241px;
	
}
#sb4 {
	float: right;
	clear: right;
	height: 60px;
	width: 269px;
	/*border: solid 1px #999999;*/
}
#sb5 {
	float: right;
	clear: right;
	height: 50px;
	width: 274px;
	/*border: solid 1px #999999;*/
}
#sb6 {
	float: right;
	clear: right;
	height: 170px;
	width: 262px;
	font-size: 2px;
}
#sb7 {
	float: right;
	clear: right;
	height: 126px;
	width: 228px;
}
#sb8 {
	float: right;
	clear: right;
	height: 30px;
	width: 250px;
	}
#sb9 {
	float: right;
	clear: right;
	height: 40px;
	width: 270px;
	}
.inset {
	margin-left: 20px;
	margin-right: 20px;
}