/* Style sheet for VARIENG. */

body {
  margin: 10px 0px 10px 10px;
  color: #000;
  background: #fff;
  font-family: Arial, Helvetica, Geneva, sans-serif;
}

h1, h2, h3 {
  color: #406480;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: normal;
  letter-spacing: 1px;
}

h1 {
  font-size: 13pt;
}

h2 {
  font-size: 12pt;
  border-bottom: 1px solid #cfdce6;
}

h3 {
  font-size: 12pt;
}

a {
  text-decoration: none;
}
a:link {
  color: #3082bf;
}
a:visited {
  color: #a42700;
}
a:active {
  color: #000;
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
}
a.external {
  padding-right: 18px;
  background: transparent url(images/icon-external.gif) no-repeat center right;
}

ul {
  margin: 0.5em 0 0 0;
  padding: 0 0 0 1.5em;
}

ul ul {
  margin: 0;
}

div.all {
  text-align: center;
}

table.all {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

td.header {
  height: 95px;
  background: #d96e4e url(images/header.gif) top left no-repeat;
}

tr.navbar {
  background: #a15e52 url(images/words2.gif);
}

table.navbar {
  text-align: center;
}
table.navbar a:link {
  color: #fff;
}
table.navbar a:visited {
  color: #ffcebf;
}
table.navbar a:active {
  color: #fff;
}
table.navbar a:hover {
  text-decoration: none;
}

td.navbar {
  padding: 8px 12px 8px 12px;
  border-right: 1px solid #804c40;
}
td.navbar:hover {
  background: #406480 url(images/words2.gif);
}

#last {
  border-right: none;
}

td.navspace {
  width: 100%;
  border-right: 1px solid #804c40;
}

table.main {
  width: 100%;
}

td.sidebar {
  padding: 15px;
  width: 150px;
  vertical-align: top;
  background: #d96e4e url(images/sidebarbg.gif) bottom left no-repeat;
}
td.sidebar h1 {
  margin: 0;
  padding: 0;
  color: #000;
}
td.sidebar h2 {
  border-bottom: 1px solid #d95e3d;
  color: #000;
}
td.sidebar h3 {
  color: #000;
}
td.sidebar a:link {
  color: #003d6b;
}
td.sidebar a:visited {
  color: #a42700;
}
td.sidebar a:active {
  color: #000;
}

div.sidebar {
  padding: 15px;
  background: #d98670 url(images/words2.gif);
  border-top: 1px solid #d95e3d;
  border-bottom: 1px solid #d95e3d;
}

td.content {
  padding: 15px 0px 15px 26px;
  vertical-align: top;
  border-top: 15px solid #d96e4e;
  background: #fff url(images/contentbg.gif) top left no-repeat;
}

td.footer {
  padding: 15px 0px 15px 26px;
  border-bottom: 15px solid #d96e4e;
  background: #fff url(images/footerbg.gif) bottom left no-repeat;
}
div.footer {
  border-top: 1px solid #cfdce6;
}

p.updated {
  margin-bottom: 0;
  color: #aaa;
  text-align: right; 
  font-style: italic;
  font-size: smaller;
}

td.contentright {
  width: 26px;
  height: 26px;
  border-top: 15px solid #d96e4e;
  border-right: 15px solid #d96e4e;  
  background: #fff url(images/contentrightbg.gif) top right no-repeat;
}

td.footerright {
  width: 26px;
  height: 26px;
  border-right: 15px solid #d96e4e;  
  border-bottom: 15px solid #d96e4e;
  background: #fff url(images/footerrightbg.gif) bottom right no-repeat;
}
