body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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;
}
.fls .red {
	color: #98002E;
}
.fls .brown {
	color: #794500;
}
.fls .blue {
	color: #1C3F94;
}
.fls {
	color: #000000;
}
.fls #container { 
	width: 830px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 10px;
	padding: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.fls #mainbody {
	margin: 0px;
	padding: 0px;
	width: 830px;
	background-image: url(../images/ppm-bothsides.gif);
	background-repeat: repeat-y;
}
.fls #twocol {
	margin: 0px;
	padding: 0px;
	width: 830px;
	background-image: url(../images/ppm-leftside.gif);
	background-repeat: repeat-y;
}
.fls #leftcol {
	margin: 0px;
	padding: 0px;
	width: 160px;
	float: left;
}
.fls #oneoftwo {
	margin: 0px;
	padding: 0px;
	width: 160px;
	float: left;
}
.fls #centercol {
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	width: 510px;
	background-color: #FFFFFF;
	float: left;
}
.fls #twooftwo {
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	width: 670px;
	background-color: #FFFFFF;
	float: left;
}
.fls #rightcol {
	margin: 0px;
	padding: 0px;
	width: 160px;
	float: left;
}

.fls #header { 
	height:  90px;
	background-image: url(../images/ppm-header.gif);
	background-repeat: no-repeat;
} 
.fls #sitenav {
	border: 0px;
	margin: 0px;
	height:  15px;
	font-size: 10px; 
	font-weight: bold;
	background-color: #1C3F94;
}
.fls #sitenav a:link {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF; 
}
.fls #sitenav a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF; 
}
.fls #sitenav a:hover {
	text-decoration: none;
	font-weight: bold;
	text-decoration: underline;
}
.fls #sitenav a:active {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF; 
}
.fls #sitenav ul {
	margin: 0px;
	padding: 0px;
	font-size: 120%; 
	font-weight: bold;
	color: #FFFFFF;
	list-style: none; 
}
.fls #sitenav li {
	text-align: center;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
}
.fls #pagenav {
	font-size: 10px;
	text-align: left;
}
.fls #pagenav p {
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
	text-align: center;
	font-weight: bold;
}
.fls #pagenav ul{
	margin: 0px;
	padding: 0px;
	color: #98002E;
	padding-left: 3px;
	list-style: none; 
}
.fls #pagenav li{
	display: inline;
}

.fls #pagenav a:link {
	text-decoration: none;
	font-weight: normal;
	color: #98002E;
	display: block;
	padding-top: 5px;
}
.fls #pagenav a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #98002E;
	display: block; 
	padding-top: 5px;
}
.fls #pagenav a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #98002E;
	display: block; 
	padding-top: 5px;
}
.fls #pagenav a:active {
	text-decoration: underline;
	font-weight: normal;
	color: #98002E;
	display: block; 
	padding-top: 5px;
}
.fls #address {
	margin: 0px;
	padding: 0px;
	padding-top: 40px;
}
.fls #address p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	padding-left: 3px;
	letter-spacing: -0.05em;
}
.fls #footer { 
	background-color: #1C3F94;
	text-align: center;
	color: #FFFFFF;
	font-size: 10px;
} 
.fls #footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.fls #article {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px;
	line-height: 18px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: justify;
}
.fls #article h1 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 0px;
	font-size: 24px;
	line-height: 36px;
	text-align: center;
}
.fls #article h2 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding-top: 10px;
	padding-bottom: 0px;
	text-align: left;
}
.fls #article p {
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	text-align: justify;
}
.fls #article p.BoldCenter {
	text-align: center;
	font-weight: bold;
}
.fls #article ul {
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-left: 30px;
	list-style-type: disc;
}
.fls #article li {
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
}