/* this sheet sets the styles that are consistent throughout the site*/
/* HTML tags */
body { 
  background-image: url(http://65.110.82.51/images/bgpattern.gif); 
  margin: 10px 0 0 0;
}

p {
  margin: 0.25em 5px 1em;  
}

p, th, td, tr, ul, ol { 
  line-height: 1.3; 
  font-size: 0.9em;
}

p, h1, h2, h3, h4, h5, h6, th, td, tr, ul, ol, blockquote {
  font-family: Tahoma, Verdana, Arial, sans-serif; 
}

blockquote {
  line-height: 1.3;
  margin: 0 2em;
}

td { 
  vertical-align: top;
  background-color: #FFFFFF; 
}

h2, h3 {
  margin: 0.5em 5px 0.25em;
  line-height: 1.2;
}

h4, h5, h6 {
  margin: 0.25em 5px 0;
  line-height: 1;
}

h1 {
  color: #000000;
  font-size: 1em;
  text-transform: uppercase;
  margin: 0 0 0.25em;
  padding: 0 5px;
}

h3 {
  font-size: 1em;
  font-weight: bold; 
  color: #000000;  
}

h3 a:link {
  font-size: 1em;
  font-weight: bold;
  color: #000000;
}

h3 a:visited {
  font-size: 1em;
  font-weight: bold;
  color: #999999;
}

h5 {
  font-size: 0.9em;
  font-weight: bold;
  font-style: italic;
  color: #000000;
}

ol { 
  list-style-position: outside; 
}

ul { 
  list-style-position: outside; 
} 

li { 
  margin-bottom: 1em; 
}

/* id specific */
#content {
  margin: 0 3px 1.2em;
  padding: 0 3px 1.2em;
}

#content img {
  margin: 3px;
}

#copyright { 
  text-align: center; 
  vertical-align: middle; 
  font-size: 0.7em;
  margin: 3px 0; 
  padding: 3px 0;
}

#maincontainer {
  border: 1px solid #999999;
}

#pageintro {
 font-size: 1.1em;
 margin: 0;
}

#sidebar {
  border-right: 1px dotted #999999;
}

/* classes */
p.breadcrumb { 
  font-size: 0.7em; 
  line-height: 1.5; 
  color: #666666; 
}

.bottom {
  border-bottom: 1px solid black;
}

.close {
  margin: 0 5px 0.5em;
}

.date {
  font-size: 0.8em; 
  color: #333333;
  margin: 0 5px;
  padding: 0;
  line-height: 1;
}

.smallerfont {
  font-size: 0.8em;
}

/* totop is for "back to top" paragraphs */
.totop {
  font-size: 0.8em;
  line-height: 1;
  margin-top: 0;
  padding: 0 0 1em;
  text-align: right;
}

.totop a {
  text-decoration: underline;
}

/* totopdivider is the same as the totop class, just without the dotted bottom border */
.totopsimple {
  font-size: 0.8em;
  line-height: 1;
  margin-top: 0;
  padding-top: 0;
  text-align: right;
}

.totopsimple a {
  text-decoration: underline;
}

/* primary (top) navigation */
#topnav, #topnav ul {
  border: 1px solid black;
  border-left: none;
  border-right: none;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 598px;
  height: 18px;
  line-height: 1;
}

#topnav li {
	float: left;
	width: 85px;
}

#topnav li a {
  width: 85px;
  border-right: 1px solid white;
  height: 18px;
  padding: 0;
  margin: 0;
  color: white;
  text-decoration: none;
  display: block;
  text-align: center;
  font: normal 13px Tahoma, Verdana, Arial, sans-serif;
}

#topnav li a:active {
  font-weight: bold;
}

#topnav a.active {
  font-weight: bold;
  border-left: 1px solid white;
}

#topnav li a.right {
  border-right: none;
}

#topnav li li {
  margin: 1px 0;
}

#topnav li li a {
  text-align: left;
  width: 125px;
  padding-left: 5px;
  border: 0;
}

#topnav li ul {
  position: absolute;
  padding: 0;
  margin: 0;
  width: 130px;
  left: -999em;
  height: auto;
  border: 0;
}

#topnav li ul ul {
  margin: -19px 0 0 125px;
  width: 130px;
  border-left: 1px solid white;
}

#topnav li:hover ul, #topnav li.sfhover ul {
  left: auto;
}

#topnav li:hover ul ul, #topnav li.sfhover ul ul {
  left: -999em;
}

#topnav li:hover ul, #topnav li li:hover ul, #topnav li.sfhover ul, #topnav li li.sfhover ul {
  left: auto;
}

/* secondary (left) navigation */ 
#sidenav ul {
  margin: 0;
  padding: 0 0 1em;
  list-style-type: none;
}  

#sidenav ul li {
  display: block;
  text-align: left;
  padding: 0;
  margin: 0;
}

#sidenav ul li a {
  color: #000000;
  text-decoration: none;
  text-align: left;
  font: normal 13px Tahoma, Verdana, Arial, sans-serif; 
}

/* page navigation */ 
ul.pagenav {
  display: block;
  margin: 0;
  padding: 0 0 1em 1.5em;
  list-style-position: outside;
}

ul.pagenav li {
  text-align: left;
  padding: 0 0 0.25em;
  margin: 0 5px;
}

/* home page list */
ul.index {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.index li {
  margin: 0.25em 5px 1em;
  padding: 0;
  line-height: 1.3; 
  font: normal 1em Tahoma, Verdana, Arial, sans-serif !important; 
}

/* bottom navigation */ 
#bottomnav {
  margin: 0 3px;
  padding: 0 3px;
}

#bottomnav ul {
  border-top: 1px solid #000000; 
  border-bottom: 1px solid #000000; 
  height: 20px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  vertical-align: middle;
}

#bottomnav ul li {
  display: block;
  float: left;
  border: 0; 
  margin: 0;
  text-align: center;
  vertical-align: middle;
}
