** html img,
* html .png {
    position:relative;
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "../images/spacer.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
    );
}
** html img,
* html .pngbg {
    position:relative;
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='scale')",
        this.src = "../images/spacer.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
    );
}
html, body {
	height: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*overflow: auto;*/
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 100%;
}
body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.site {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	text-align: left;
	width: 980px;
}
.paceheader {
	background-image: url(../images/pace/bg_pace.jpg);
	background-repeat: no-repeat;
	height: 620px;
	position: relative;
	width: 980px;
}
.pacetitle h1 {
	color: #ffffff;
	font-size: 72px;
	line-height: 1em;
	margin-top: 0px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 0px;
	padding-top: 140px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.pacelogo {
	position: absolute;
	top: 240px;
	right: 100px;
}
.pacecopy {
	bottom: 20px;
	position: absolute;
	width: 100%;
}
.pacecopy h2 {
	color: #072d5b;
	font-size: 30px;
	line-height: 1em;
	margin-top: 20px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 0px;
}
.pacecopy p {
	color: #3063a0;
	font-size: 20px;
	line-height: 1.2em;
	margin-top: 0px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 0px;
}
listitemheader {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	width: 100%;
}
.listitemheader1 {
	background-color: #77919c;
}
.listitemheader2 {
	background-color: #425f7f;
}
.listitemheader3 {
	background-color: #323e71;
}
.listitemheader4 {
	background-color: #222d55;
}
.listitemtitle h1 {
	color: #ffffff;
	display: block;
	font-size: 28px;
	line-height: 1.2em;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
}
.listitemtitle h1 a:visited {
	color: #ffffff;
	text-decoration: none;
}
.listitemtitle h1 a:link {
	color: #ffffff;
	text-decoration: none;
}
.listitemtitle h1 a:hover {
	color: #ffffff;
	text-decoration: none;
}
.listitemtitle h1 a {
	color: #ffffff;
	display: block;
	position: relative;
	margin-top: 0px;
	margin-left: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}
.listitemtitle h1 a.listitemlink .statusicon { /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 6px;
	right: 50px;
	border: none;
}
.listitemcontent {
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
}
.listitemcontent1 {
	border-left: solid 1px #77919c;
	border-right: solid 1px #77919c;
	border-bottom: solid 1px #77919c;
}
.listitemcontent2 {
	border-left: solid 1px #425f7f;
	border-right: solid 1px #425f7f;
	border-bottom: solid 1px #425f7f;
}
.listitemcontent3 {
	border-left: solid 1px #323e71;
	border-right: solid 1px #323e71;
	border-bottom: solid 1px #323e71;
}
.listitemcontent4 {
	border-left: solid 1px #222d55;
	border-right: solid 1px #222d55;
	border-bottom: solid 1px #222d55;
}
.listitemcopy {
	margin-top: 0px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 0px;
}
.listitemcopy h1 {
	color: #072d5b;
	font-size: 30px;
	line-height: 1.2em;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.listitemcopy p {
	color: #3063a0;
	font-size: 14px;
	line-height: 1.2em;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}
.listitemcopy table {
	color: #3063a0;
	font-size: 14px;
	line-height: 1.2em;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}
.listitemcopy th {
	color: #3063a0;
	font-size: 14px;
	line-height: 1.2em;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.listitemcopy td {
	color: #3063a0;
	font-size: 14px;
	line-height: 1.2em;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.clear {
	clear: both;
}