body, h1, h2, h3, h4, h5, h6, p, table, tr, th, td, dd, dt, ul, li, a, input, select {
   margin:  0px;
   padding:  0px;
   font-family: Verdana,Helvetica,Arial,sans-serif;
}

p {
   margin-bottom: 10px;
}

body {
   background-color: #FFFFFF;
   background-image: url("/img/bg-top.png");
   background-position: 0 -64px;
   background-repeat: repeat-x;
}

#donation {
  background-color: #cce099;
  padding: 10px 20px 5px 20px;
  color: #111111;
}

#donation a {
  font-weight: bold;
  color: #444444;
}

#download-top {
   background-color: #cce099;
   border-bottom: 2px solid #88BBCC;
   height: 8px;
   right: 0;
   z-index: 0;
}

#download-top-right {
   background-image: url("/img/bg-right-donate.gif");
   background-position: 0 0;
   background-repeat: no-repeat;
   height: 30px;
   padding: 6px 40px;
   position: absolute;
   right: 0;
   width: 300px;
   z-index: 1;
}

#download-top-right img {
   border-style: none;
}

#download-titlebar {
   padding:  20px 20px 0px 20px;
   margin: 0px;
   z-index: 0;
}
#download-titlebar h1 {
   color: #909090;
   margin:  8px 0px;
   padding: 0px;
   font-size: 1.2em;
   z-index: 0;
}

.download-main {
   padding: 0px 20px 20px 20px;
   color: #555;
}

.download-main-landing {
   padding: 0px;
   margin-left: auto;
   margin-right: auto;
   max-width: 800px;
}

.download-main h2 {
   margin: 10px 0px;
   color: #88bbcc;
   font-size: 2.1em;
}

.download-main h3 {
   margin: 0px;
   padding: 8px 0px 0px 0px;
   font-weight: normal;
   font-size: 1.3em;
   color: #444;
   letter-spacing: -.04em;
}

.download-main ul {
   padding: 10px 20px;
   list-style-type: disc;
   
}

.download-main li, p {
   font-size: 0.8em;
   line-height: 1.5;
}


.download-main a, #download-copyright a {
   color: #69a;
}

#download-right {
   width: 440px;
}

#noscroll {
   position: fixed;
   right: 0px;
   top: 80px;
   width: 400px;
   margin: 0px;
   margin-left: 20px;
   padding: 0px;
   padding-bottom: 20px;
}

#map {
   border: 1px solid #808080;
   width: 400px;
   height: 300px;
   z-index: 999;
}

#map a {
   color: white;
}

div.customized_shapes {
   width: 380px;
   border: 2px solid #8bc;
   background-image: url("/img/bg-top.png");
   background-position: 0px 0px;
   background-repeat: repeat-x;
   margin-top: 30px;
   padding: 10px;
}

div.customized_shapes p {
   font-size: small;
   color: #555;
}

#subregions, #specialsubregions {
   width: 35em;
   background-color: #D4E6EC;
   border-collapse: collapse;
   margin-top: 10px;
}

#subregions tr:nth-child(2n), #specialsubregions tr:nth-child(2n) {
   background-color: #EFEFEF;
}

#subregions th, #subregions td, #specialsubregions th, #specialsubregions td {
   border: 1px solid #fff;
   font-size: small;
   color: #555;
   padding: 2px 5px;
   text-align: center;
}

#subregions td.subregion, #subregions th.subregion, #specialsubregions td.subregion, #specialsubregions th.subregion {
   text-align: left;
}
#subregions td.subright, #subregions th.subright, #specialsubregions td.subright, #specialsubregions th.subright {
   text-align: right;
}

#download-copyright {
   margin-top: 30px;
   background-color: #FFFFFF;
   border-top: 2px solid #88BBCC;
   color: #404040;
   font-size: 80%;
   padding: 2px 0;
   text-align: center;
   width: 100%;
}

.nonPublicWarning,
.isPublicInfo {
   background-color: #FFFDCB;
   padding: 10px 10px 10px 10px;
   margin-top: 10px;
   margin-bottom: 10px;
}

.nonPublicWarning {
   background-color: #FFFDCB;
}

.isPublicInfo {
   background-color: #E0FFD9;
}

div.sideBySide {
   display: inline-block;
   width: calc(50% - 10px);
   padding-left: 20px;
   padding-right: 20px;
   box-sizing: border-box;
   vertical-align: top;
}

div.nonPublicWarning h3,
div.isPublicInfo h3 {
   margin-bottom: 10px;
}

p.importantLink {
   text-align: center;
   font-size: 100%;
   font-weight: bold;
}

a.footnote {
   color: #555;
   text-decoration: none;
}

div.footnotes {
   margin-top: 10px;
}

div.leftColumn {
   width: calc(100% - 460px);
}
