body {
  background-color: white;
}
/*Headers */ 
div.header {
  background-image: url(default/header2.jpg);
}
div.navigation {
  background-image: url(default/body1.jpg);
}
div.body {
  background-image: url(default/body1.jpg);
}

div#gutter.right   {width:22%; float:right;}
div#gutter.left   {width:22%; float:right;}

div.footer {
  background-image: url(default/footer1.jpg);
}
/*Text Style */ 
p {
  font-stretch: normal;
  font-size-adjust: none;
  font-style: normal;
  line-height: normal;
  font-family: tahoma,arial,sans-serif;
  font-variant: normal;
  font-weight: normal;
  font-size: 12pt;
  color: black;
  padding-top:8px;
}
p a {font-size:12pt;}
h1 {
  margin: 0px;
  font-family: tahoma,arial,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 26pt;
  line-height: normal;
  font-size-adjust: none;
  letter-spacing: 9px;
  color: blue;
  text-align: center;
}
h2 {
  margin: 0px;
  font-family: tahoma,arial,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 18pt;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  color: blue;
  text-align: center;
}
h3 {
  margin: 0px;
  text-align: left;
  font-size-adjust: none;
  font-family: tahoma,arial,sans-serif;
  padding-top: 15px;
  font-size: 16pt;
  font-weight: bold;
  color: gray;
  padding-bottom: 10px;
  line-height: normal;
  font-style: normal;
  font-variant: normal;
  font-stretch: normal;
}
h4 {
  margin: 0px;
  font-family: tahoma,arial,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 16pt;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  color: black;
  text-align: left;
}
h5 {
  margin: 0px;
  font-family: tahoma,arial,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 14pt;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  color: black;
  text-align: left;
}
h6 {
  margin: 0px;
  font-family: tahoma,arial,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 12pt;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  color: black;
  text-align: left;
}
/*Links */
a {
  font-family: tahoma,arial,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 14pt;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  color: blue;
}
a:visited {
  color: gray;
}
a:hover {
  color: red;
}
a:visited:hover {
  color: red;
}
div.navigation a {
  font-family: tahoma,arial,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 18pt;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  color: gray;
  text-decoration: none;
}
div.navigation a:visited {
  color: gray;
}
div.navigation a:hover {
  color: blue;
}
div.navigation a:visited:hover {
  color: blue;
}
/* Tables */
table.footer {
padding-top:10px;
}
table.footer tr td {
  border:  none;
  padding: 10px;
  text-align: center;
  font-size: 10pt;
}
table.footer tr td a {
  font-size: 12pt;
}
li {
  font-size: 14pt;
}
