/* Style Sheet for KansasTraveler.com */

body { 
   font-family: verdana, arial, helvetica, sans-serif; 
   background-color: #ffffff; 
   color: #000000; 
   margin-top: 0; 
   margin-left: 0; 
   margin-right: 0; 
   margin-bottom: 0; 
   }
/* Set the background for pages wider than fixed page width */
.bodybg {
   background-color: #666699;
   }
td { 
   font-family: arial, helvetica, sans-serif; 
   }
/* .border is a border background for the left border */
.border {
   background-image: url(images/border0.gif);
   }
/* .border right is a border background for the right border */
.borderright {
   background-image: url(images/border0right.gif);
   }
/* .linkline defines the background for the horizontal line of links */
 .linkline {  
   background-color: #FFFFCC; 
   color: #003366; 
   } 
/* .bannerbg is background color for entire banner */
.bannerbg { 
   background-color: #eeeeff;
   color: #333333
   }
/* .banner is the top banner containing "Kansas Traveler" */
.banner {
   background-image: url(images/namebg.jpg); 
   background-color: #cccc99; 
   color: #333333; 
   }
/* .bghl - background to highlight certain boxes with light orange color */
.bghl { 
   background-color: #ffeecc;
   color: #000000;
   }
/* .bghltp - background light orange without affecting text color */
.bghltp {
   background-color: #ffeecc;
   }
/* .bglight - background to highlight certain boxes with light blue color */
.bglight { 
   background-image: url(images/bghl.gif); 
   background-color: #eeeeff;
   color: #000000;
   }
/* .here is for the "you are here" line */
.here { 
   background-color: #ffff99; 
   color: #003366; 
   }
a:link { 
   color: #000000;
   background-color: transparent; 
   }
a:visited { 
   color: #666699; 
   background-color: transparent; 
   }
/* .toplink defines the style for the links at the very top of the page */
.toplink { 
   color: #000000;
   background-color: #ffcc66;
   padding: .3em;
   text-decoration: none; 
   font-weight: bold;
   }
a.toplink:hover, a:hover { 
   background-color: #ffffff; 
   text-decoration: underline; 
   }
a.toplink:visited {
   color: #336633;
   background-color: transparent;
   }
/* a.nobg prevents hover background color when used with image links */
a.nobg:hover {
   background-color: transparent; 
   }
/* h1 is used for the main page heading */
h1 {
   font-family: times new roman, serif;
   color: #993333;
   font-size: 250%;
   background-color: transparent;
   margin-top: -0.2em;
   margin-bottom: -0.03em;
   } 
/* h2 = is used for the page headings */
h2 { 
   font-family: times new roman, serif; 
   color: #000000; 
   }
h3 { 
   font-family: arial, helvetica, sans-serif; 
   color: #990033; 
   font-style: italic;
   }
/* secthead is like h3 without the line feed */
.secthead { 
   font-family: arial, helvetica, sans-serif; 
   color: #336633; 
   font-style: italic;
   font-weight: bold;
   font-size: 120%;
   }
.sectheadbright { 
   font-family: arial, helvetica, sans-serif; 
   color: #993333; 
   font-style: italic;
   font-weight: bold;
   font-size: 120%;
   }
h4 {
   font-family: new times roman, serif; 
   color: #990033;
   font-style: italic;
   }
/* data = the statistical data on the main page */
.data  { 
   font-family: arial, helvetica, sans-serif; 
   font-size: 80%;
   }
/* photo is for description under a photo */
.photo  { 
   font-family: arial, helvetica, sans-serif; 
   font-size: 80%;
   }
/* .databg defines the background for the data block on main page*/
.databg {
   background-color: #eeeecc; 
   color: #000000;
   }   
/* inactive = grey out the link that refers to the page being viewed */
.inactive  { 
   font-family: arial, helvetica, sans-serif; 
   color: #999999;
   }
.footing { 
   background-color: #dddddd;
   color: #003366; 
   font-size: 70%; 
   }
/* copyright = the copyright text at the bottom */
.copyright { 
   font-family: arial, helvetica, sans-serif; 
   color: #336699; 
   background-color: transparent;
   }
/* updated = text used on the "Last Updated" line at the bottom */
 .updated { 
   font-family: arial, helvetica, sans-serif; 
   font-weight: 200; 
   }
/* ---------- END OF STYLE SHEET -------------- */