
body {
  margin:0px;
  padding:0px;
  background-color:#485d7b;
  color:#ffffff;
  font-family:verdana,arial,helvetica,sans-serif;
  font-size:10pt;
  width:100%;
  height:100%;
}

a:link {
  color:#ffffff;
  text-decoration:none;
  border-bottom:1px dashed #9db0cc;
}

a:active {
  color:#9db0cc;
  text-decoration:none;
  border-bottom:1px dashed #9db0cc;
}

a:visited {
  color:#ffffff;
  text-decoration:none;
  border-bottom:1px dashed #9db0cc;
}

a:hover {
  color:#9db0cc;
  text-decoration:none;
  border-bottom:1px dashed #9db0cc;
}

a.imageLink {
  border-bottom: none;
}

table.standard {
  width:100%;
  height:100%;
  border-collapse:collapse;
}

td.standard {
  padding:0px;
  vertical-align:top;
  text-align:left;
}

img {
  border:0px;
}

p {
  font-family:verdana,arial,helvetica,sans-serif;
  font-size:10pt;
}

ul.releaseHyperlinks {
  margin-left:12px;
  padding-left:12px;
}

ul.releaseHyperlinks li {
  color:#ffffff;
  font-family:verdana,arial,helvetica,sans-serif;
  font-weight:bold;
  font-size:10pt;
  margin:0px;
  padding:0px;
  padding-bottom:6px;
}

ul.conferenceHyperlinks {
  margin-left:12px;
  padding-left:12px;
}

ul.conferenceHyperlinks li {
  color:#ffffff;
  font-family:verdana,arial,helvetica,sans-serif;
  font-weight:bold;
  font-size:10pt;
  margin:0px;
  padding:0px;
  padding-bottom:6px;
}

ul.hyperlinks {
  margin-left:12px;
  padding-left:12px;
}

ul.hyperlinks li {
  color:#ffffff;
  font-family:verdana,arial,helvetica,sans-serif;
  font-weight:bold;
  font-size:10pt;
  margin:0px;
  padding:0px;
  padding-bottom:6px;
}

.licenseHeader {
  font-family:"courier new",courier;
  font-size:12pt;
  font-weight:bold;
  color:#ffffff;
}

.licenseSubHeader {
  font-family:"courier new",courier;
  font-size:10pt;
  font-weight:bold;
  color:#ffffff;
}

.license {
  font-family:"courier new",courier;
  font-size:8pt;
  color:#ffffff;
}

.copyright {
  text-align:center;
  font-family:verdana,arial,helvetica,sans-serif;
  font-size:8pt;
  color:#ffffff;
  padding-top:15px;
}

.header {
  margin-left:90px;
  margin-top:50px;
  padding:0px;
  width:590px;
  height:40px;
  font-size:20pt;
  font-weight:bold;
}

.footer {
  border-top:1px solid #c9d0d8;
  margin-left:90px;
  width:800px;
}

.contentSection {
  position:relative;
  margin-left:100px;
  margin-top:65px;
  margin-right:115px;
  width:800px;
}

.licenseColumn {
  position:relative;
  padding:0px;
  margin-top:0px;
  width:540px;
  height:100%;
  min-height:300px;
  height:auto;
}

.contentColumn {
  position:relative;
  padding:0px;
  margin-top:0px;
  width:540px;
  height:100%;
  min-height:300px;
  height:auto;
}

.sidebarColumn {
  position:relative;
  margin-left:10px;
  margin-top:130px;
  width:200px;
  height:100%;
  min-height:170px;
  height:auto;
}

#divOuter {
  position:relative;
  margin-bottom:50px;
  width:1005px;
}

#divMain {
  position:relative;
  width:1005px;
  height:100%;
  min-height:645px;
  height:auto;
  background-color:#485d7b;
  background-image:url(../images/eagle_bg.png);
  background-repeat:no-repeat;
}

.downloadButton {
  position:relative;
  width:278px;
  height:95px;
}

.donateButton {
  text-align: center;
  vertical-align: middle;
}

.downloadButton a {
  text-decoration:none;
  border:0px;
  color:#394A62;
}

.downloadButton a:link img {
  background-image:url(../images/download_off.png);
  background-repeat:no-repeat;
}

.downloadButton a:visited img {
  background-image:url(../images/download_off.png);
  background-repeat:no-repeat;
}

.downloadButton a:hover img {
  background-image:url(../images/download_on.png);
  background-repeat:no-repeat;
}

.downloadButton a:active img {
  background-image:url(../images/download_down.png);
  background-repeat:no-repeat;
}

.downloadText {
  position:absolute;
  top:45px;
  left:60px;
  font-family:verdana,arial,helvetica,sans-serif;
  font-size:11px;
  font-weight:bold;
  line-height:14px;
  color:#394A62;
  z-index:100;
}

.downloadText .downloadPlatform {
  color:#394A62;
  font-size:10px;
}

