a:link { color: #0332c2; }
a:visited { color: #9900dd; }
a:active { color: #ff0000; }

a.ext {
  background: url(images/external.png) center right no-repeat;
  padding-right: 15px;
}

.navlink:link {
  color: #aaaaaa;
  text-decoration: none;
}
.navlink:visited {
  color: #aaaaaa;
  text-decoration: none;
}
.navlink:hover {
  color: #aaaaaa;
  text-decoration: underline;
}
.navlink:active {
  color: #aaaaaa;
  text-decoration: underline;
}

body {
  font-family: arial, sans-serif;
  font-size: 10pt;
  line-height: 140%;
  background-color: white;
  color: black;
  background-color: #393939;
}

img {
  border-style: none;
}

h1, h2, h3 {
  color: #aa0000;
}
h1, h2 {
  font: normal 24px arial, Helvetica, sans-serif;
  padding-top: 7px;
  margin-bottom: 10px;
}
h3 {
  font-size: 18px;
  font-weight: bold;
}
h4 {
  font-size: 14px;
}

acronym {
  border-bottom: 1px dotted black;
  cursor: help;
}

#page {
  background-color: white;
  width: 780px;
  text-align: left;
  margin: 0 auto;
  padding: 0 0 1em;
  position: relative;
  border-top: none;
  clear: both;
}

#header {
  background: black url(images/header.jpg) no-repeat top left;
  color: white;
  position: relative;
  width: 780px;
  height: 145px;
  padding: 0;
  margin: 0;
}
#header h1 {
  font: normal 38px arial, Helvetica, sans-serif;
  color: white;
}

#content {
  padding: 0 5px 15px 15px;
}

#main {
  position: relative;
  float: left;
  width: 550px;
  padding: 0 7px 5px 5px;
}

* html #main {
  display: inline;
}

ul.list1 {
  list-style-position: outside;
  list-style-image: url(images/li1.png);
  padding-left: 20px;
}
ul.list2 {
  list-style-position: outside;
  list-style-image: url(images/li2.png);
  padding-left: 16px;
}
ul.list3 {
  list-style-position: outside;
  list-style-image: url(images/li3.png);
  padding-left: 16px;
}

#sidebar {
  float: left;
  color: #666;
  position: relative;
  padding: 1em 10px 10px 25px;
  overflow: hidden;
  width: 150px;
}
#sidebar h3 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  font-weight: normal !important;
}

.normal {
  font-weight: normal !important;
}
.line {
  width: 100%;
  height: 4px;
  background: transparent url(images/line.png) repeat-x top left;
  margin-top: 7px;
  padding-top: 7px;
}

.clear {
  clear: both;
  margin: 0;
  padding: 0;
}

.cite {
  font-style: italic;
}

.justify {
  text-align: justify;
}

.code {
  font-family: "Bitstream Vera Sans Mono", monospace;
  font-size: 9pt;
  background: whitesmoke;
  border: 1px solid silver;
  line-height: 120%;
  margin: 15px;
  margin-left: 0;
  padding: 10px 15px 10px 5px;
  width: 95%;
}

.gray {
  color: #aaaaaa;
}

.xml {
  color: #257a25;
}

.atv {
  color: #3a3a7b;
}

#feedControl { font-size: 10px; margin-top: 10px; }
#feedControl .gfc-resultsHeader { border-style: none; margin-bottom: 2px; }
#feedControl .gfc-resultsHeader .gfc-title { font-size: 110%; color: #010101; font-weight: bold; }
#feedControl .gfc-results { padding-bottom: 1em; line-height: 140%; }
#feedControl .gfc-result { margin-bottom: 0; }
#feedControl .gfc-result a { text-decoration: none; }
#feedControl .gf-snippet,
#feedControl .gf-author,
#feedControl .gf-spacer,
#feedControl .gf-relativePublishedDate { display: none; }

#footer {
  clear: both;
  font-size: 7.5pt;
  margin: 0 auto;
  padding: 20px 0 15px;
  text-align: center;
  color: #aaaaaa;
}

@media screen and (max-width: 100%) {
  #page { width: auto; }
  #header { width: auto; }
  #main { width: auto; float: none; }
  #sidebar { width: auto; float: none; padding: 0; }
  input#uri { width: 100%; }
}
