/*
---------------------------------------------
fly365.css

Bob Cox April 2007

---------------------------------------------
*/

body {
   background-color: white;
   background-image: url(images/background.png);
   background-repeat: repeat-y;
   background-position: 0px 20px;
   color: black;
   margin: 10px 5% 10px 75px;
}

 ul, li {
   margin-left: 0; 
   padding-left: 0;
   text-align: center;
}

#menubar {
   height: 30px;
   /*  line-height: 200%; */
   margin: 0 0 20px 0;
   background: white;
   color: black;
}

#menubar li {

   float: left;
   list-style-type: none;
   border: 1px solid black;
   background: #e0ffff;
   color: black;
   margin: 0 10px 20px 0;

}

#menubar li a {

   display: block;
   padding:  5px 10px 5px 10px;
   font-family: arial, sans-serif;
   font-size: 13px;
   font-weight: bold;
   text-decoration: none;
   background-color: inherit;
   color: black;
}

#menubar a:hover {
   background: #87ceeb;
   color: red;
   text-decoration: none;
}

#menubar .selected, #menubar .selected a:hover {
   background: #87ceeb;
   color: black;
   text-decoration: none;
}

p, .normal {
   color: black;
   background: white;
   font-family: arial, sans-serif; 
   font-size: 13px;
   line-height: 130%;
}

.big { 
   font-size: 18px;
}

.red {
   background: white;
   color: red;
   font-weight: bold;
}

a:link, a:visited {
   color: blue;
   text-decoration: underline;
   background: inherit;
}

a:active, a:hover {
   color: red;
   text-decoration: underline;
   background: inherit;
}

.line {
   border-bottom: 1px solid gray;
   margin-right: 20%;
   margin-bottom: 25px;
   padding-bottom: 20px;
}

.webform {
   float: left;
   border: 1px solid black;
   color: black;
   background: white;
   padding: 20px 20px 0 20px;
   font-family: arial, sans-serif;
   font-size: 13px;
   width: 350px;
}

.clear {
   clear: both;
}

.tiny {
   font-size: 10px;
}

img {
   border: 1px solid black;
}
