@charset "utf-8";

/********** MAIN BODY **********/

.structure #bodyTableOne div {
	padding: 0 0 10px 0;
}
.structure #bodyTableOne table {
	width: 100%;
	border: none;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}
.structure #bodyTableOne table tr td {
	border: none;
	text-align: center;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
.structure #bodyTableOne ul {
	margin: 0;
	padding-left: 30px;
	list-style-image: url(../images/bullets/bullet_arrow-15-orange.gif);
}
.structure #bodyTableOne ul li {
	margin: 0 0 10px 0;
	padding: 0;
	text-align: left;
}

/********** PGS SIDEBAR **********/

.structure #sidebarTableOne div {
	padding: 0 0 10px 0;
}
.structure #sidebarTableOne table {
	width: 100%;
	border: none;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}
.structure #sidebarTableOne table tr td {
	border: none;
	text-align: center;
	vertical-align: top;
	margin: 0;
	padding: 0;
}
.structure #sidebarTableOne table tr td #pgsNote {
	/* font-size: 14px; */
	font-weight: bold;
	margin-top: 0;
}

.structure #sidebarRight #pgsPics img {
	padding: 10px 0 0 0;
}
