@import url(common.css);

@import url(dup_page.css);

li.outerListItem {
  list-style-type:square;
  margin-bottom:24px;
  margin-right:80px;
}

.nestedListItem_1 {
  list-style-type:circle;
  margin-right:100px;
}

.nestedListItem_2 {
  list-style-type:decimal;
  margin-right:400px;
}

#lastItemNest_1 {
  margin-bottom:24px;
}

#firstItemOuter, #headerNestedList_2 {
  margin-bottom:0px;
}

#firstItemNest_1, ul#nestedList_1 {
  margin-top:0px;
}

#preImgs {
  margin-bottom:0px;
}

#imgClear {
  margin-top:36px;
}

img#imgLeft, #imgRight {
  margin:12px 50px 24px 55px;
}

#imgWrapTextLeft {
  float:right;
  margin:0px 100px 6px 50px;
}