/* css file for modern browsers */

/* also, perl-ns4.css stops ns4 from crashing. */

body {
  font: .9em verdana, arial, sans-serif;
  background-color: #fff;
  color: black;
}

ul{
  list-style-type: square;
}

a {
  color: #003399;
  /* color: #0055bb; */
  text-decoration: none;
}

#wrapper {
  width: 100%;
  padding: 0;
}

.right {
  text-align: right;
}

.home {
  text-align: right;
  text-decoration: underline;
}

.error {
  color: #dd0000;
}

a:visited {
  color: #663399;
}

/* specify link and visited so the 'hover' style doesn't apply to
   other links, like those which are just name anchors. */
a:link:hover {
  text-decoration: underline;
  color: #8b0000; /* dark red */
}
a:visited:hover {
  text-decoration: underline;
  color: #8b0000; /* dark red */
}

td {
  font-size:14px;
}

.shaded {
  background-color: #d2b48c;
  font-size:14px;
  font-weight: bold;
  font-family:helvetica,sans-serif;
}

/* header */
.banner {
  font-weight: bold;
  font-size:18px;
  color: #fff;
  font-family:helvetica,sans-serif;
  background-color:#191970;
  padding-top: .5em;
  padding-left:.5em;
  padding-bottom:.5em;
  border-bottom: 4px solid #39f;
  border-top: 4px solid #39f; 
  letter-spacing: 2px;
  /* not valid css
     line-spacing: 2px; */
}

@media print { #nav { display: none; } } 

@media print { .noprint { display: none; } }

/* navigation */
#nav {
  font-size: .8em;
  width: 180px;
  /* don't use an absolute font size here */
  /* font-size:12px; */
  margin:0em; 
  margin-top: -1px; 
  padding:7px;
  background-color:#eee;
  border-right:1px solid #191970;
  border-left:1px solid #191970;
}

.topnav { 
}

.sidenav { 
//  background-image: url("regionals-160x160a.JPG");
  background-position: bottom;
  background-repeat: no-repeat;
}

#main {
  /* don't use an absolute font size here */
  /* font-size:12px; */
  margin-top:1em;
  margin-left:1em;
}

#main td { 
  font-size:12px;
}

.content {
  padding: 1.5em;
  text-align: justify;
  font-size: .9em;
}

h3.news_heading {
  text-align: left;
  letter-spacing: 2.5px;
  color: #666;
  font-size: 14px;
  font-family: verdana, sans-serif;
  font-weight: 800;
  font-style: italic;
  padding-top: 1.5em;
  border-top:2px solid #191970;
  margin-top: 10px
}

div.inforbar_data {
  font-size: .8em;
  text-align: justify;
}

h3.infobar_heading {
  width: 100%;
  text-align: left;
  letter-spacing: 2.5px;
  color: #666;
  font-size: 10px;
  font-family: verdana, sans-serif;
  font-weight: 800;
  font-style: italic;
  padding-top: 2em;
  margin-top: 10px
}

.indent {
  font-size:12px;
  margin-left:1em;
}

.beginner  {
  font-size:12px;
  border:1px solid orange;
  background-color: #fffacd; /* lemonchiffon */
  padding:10px;
  width: 400px;
  margin-top: 1.5em;
}

.navitem  {
  padding-bottom:.5em;
  padding-top:1em;
}

.menu  {
  padding-bottom:1em;
  border-bottom:1px solid #191970;
}

.topic {
  font-weight: bolder;
  font-size: 16px;
  color: #191970;
  font-family:helvetica,sans-serif;
  text-decoration: underline;
  padding-bottom: 4px;
}

.navline  {
  font-size:12px;
}
.small  {
  font-size: xx-small;
}

.title  {
  color: #ccff66;
}

.items  {
  font-size:14px;
}

.cr  {
  border-left: 1px solid #191970;
  border-right: 1px solid #191970;
  border-bottom: 1px solid #191970;
  background-color:#eee;
  color: #333;
  padding:7px;
  font-size: x-small;
}

.description  {
  padding-bottom:1em;
  padding-right:1em;
}

.tagline {
  width: 100%;
  text-align: center;
  letter-spacing: 2.5px;
  color: #666;
  font-size: 14px;
  font-family: verdana, sans-serif;
  font-weight: 800;
  font-style: italic;
  padding-top: 3px;
  border-top:2px solid #191970;
  margin-top: -10px
}

/* for perl-directory style */
.pdfooter {
  font-size: 12px;
  padding-top: 0px;
  padding-bottom: 2px;
  margin-bottom: 12px;
  width: 100%;
  text-align: center;
}

/* for default style */
.footer {
  font-size: 12px;
  padding-top: 3px;
  border-top:2px solid #191970;
  margin-top: -10px
}

hr      {
  color: #191970;
  text-align: center;  /* what does this do on a hr? */
  padding-top: .5em;
  padding-bottom:.5em;
}

.camel  {
  float: right;
  /* margin-top: -5em; */
}

h3     {
  color: #000;
  font-size: 14px;
  font-family:verdana,helvetica,sans-serif;
  font-weight: bolder;
}

tr      {
  vertical-align: top;
}

td.novertpad {
  padding-top: 0;
  padding-bottom: 0;
}

img.border {
  border-width: 1px;
  border-color: #191970;
  border-style: solid;
  padding: 4px;
  margin: 2px;
  background: white;
}

.newsitem { 
  width: 80%;
  text-align: justify;
}

p.fancyp:first-letter { 
  font-size: 215%; float: left; font-family: serif; padding: 1px;
}

.orangebox { 
  padding: 4px; 
  border: 1px solid orange;
  font-size: 120%;
  font-weight: 800;
  text-align: center;
  padding: 10px 0 10px 0;
  margin-top: 10px;
}
