/* CSS Document */

#banner img { height: 55px }
/*
#division a { display: block; width: 750px; height: 20px;
              background: black url(../images/IRT%20link.jpg) }
#division a span { height: 1px; margin-left: -1000px}
#division a:hover {
              background: url(../images/IRT%20link-over.jpg) }
	      */


table {
  border-collapse: collapse;
  border: thin solid black;
}
td {
  border: thin solid black;
  padding: 0.2em;
}
th {
  border: thin solid black;
  text-align: center;
  background: #f2ecd2;
}

dt { margin-top: 1em; font-weight: bold; }
dd { }

address {
   margin-bottom: 1em;
}

#topnav {
   height: 25px;
   background: url(../images/IRT_2008_02.jpg) repeat-x;
   position: relative;
}

#topnav ul {
  position: absolute;
  bottom: 0;
  left: 150px;
  margin: 0;
  padding: 0;
}

#topnav li {
   margin: 0;
   padding: 2px 5px;
   display: inline-block;
   width: 8em;
   text-align: center;
}


#topnav li.here {
   background: white;
   border: white solid thin;
   border-bottom: none;
   border-radius: 10px 10px 0 0;
   -moz-border-radius: 10px 10px 0 0;
   -webkit-border-radius: 10px 10px 0 0;
}

#topnav a
{
    color: #000099;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

#topnav a:hover
{
    color: black;
    text-decoration: underline;
    padding-right: 0px;
}

h3
{
   margin-top: 2em;
   margin-bottom: 0;
}
