/*
  http://glish.com/css/2.asp
*/

body {
  color: #CCCCCC;
  font-style: normal;
  font-weight: lighter;
  font-size: 12pt;
  line-height: 120%;
  font-family: Tahoma, Arial;
  background: #663333;
}

p {
  text-align: justify;
  font-style: normal;
  font-weight: normal;
  font-size: 11pt;
}

table {
  color: white;
  width:
  padding-right:
}

h1 {
  font: 9pt/17pt georgia; 
  font-style: normal;
  font-weight: bold;
  font-size: 18pt;
  line-height: 120%;
}

h2 {
  font: 9pt/17pt georgia; 
  font-style: normal;
  font-weight: bold;
  font-size: 16pt;
  line-height: 120%;
}

div#navmap {
  margin-top: 120px;
  margin-left: 83px;
}
div#navmap a {
  text-decoration: none;
  font-weight: bold;
  font-size: 10pt;  
}

div#subnav {
  position: absolute;
  width: 15%;
  top: 190px;
  left: 20px;
}
div#subnav a {
  color: black;
  text-decoration: none;
  font-weight: bold;
  display: block;
  padding: 10px;
}
div#subnav a:hover {
  color: pink;
  background: white url(images/glass2.jpg) no-repeat
}

div#colleft {
  width: 77%;
  float: left;
  margin-left: 90px;
  padding-right: 25px;
  font-size: 14pt;
}

div#colmid {
  width: 23%;
  float: left;
  padding-right: 25px;
}

div#colright {
  width: 23%;
  float: left;
}

div#footer {
  text-align: right;
  color: white;
  clear: left;
  font-style: normal;
  font-size: 11;
  }

div#footer a {
  padding-left: 0px;
  color: #E7E1C7;
  font-weight: bold;
}

div#footer a:hover {
  padding-left: 0px;
  color: white;
  font-weight: bold;
}

div#footer p{
  font-style: italic;
}

