@import url("nav.css");
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
  background-attachment: scroll;
  background-color: #000;
  margin: 0;
  padding: 0;
  border: 0;
}
#container {
  background-color: #000;
  width: 90%;
  margin: 0 auto;
  padding: 0;
}
#masthead {
  background-image: url("../images/banners/jetBanner.jpg");
  background-color: #000;
  background-position: top;
  background-repeat: no-repeat;
  width: 92%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  height: 370px;
}
#column_l {
  width: 13%;
  position: relative;
  float: left;
  background-color: #000;
}
#column_l img {
  width: 114px;
  margin-bottom: 10%;
  float: right;
}
#column_c {
  width: 60%;
  position: relative;
  float: left;
  padding-left:40px;
  padding-right: 40px;
  background-image: url("../images/background/backgroundfull.jpg");
	background-color: #fff;
  margin-left: 0.5%;
  margin-right: 0.5%;
  font-size: 14pt;
}
#column_r
{
  width: 13%;
  position: relative;
  float: left;
  background-color: #000;
}
#column_r img {
  width: 114px;
  margin-bottom: 10%;
}
#content {
  background-color: #fff;
  width: 90%;
  padding: 50px;
  border: 0;
}
#footer {
  text-align: center;
  padding-bottom: 10px;
  text-align: center;
  padding-bottom: 0;
  width:100%;
  overflow: auto;
  margin-top: 10px;
  border: 0;
  color: #666;
}
#bigger
{
  font-size:larger;
}
/* Masthead */
#masthead h1 {
  color: #8b0000;
  margin-right: 0.5em;
  margin-bottom: 0;
}
#masthead h3 {
  color: #000;
  margin-top: 0;
  margin-right: 1em;
}
/*Other*/
h1 {
  font-size: 17pt;
  color: #800;
  text-align: center;
}
h2 {
  font-size: 15pt;
  color: #700;
}
h3 {
  font-size: 14pt;
  color: #600;
}
h4 {
  font-size: 13pt;
  color: #500;
}
h5 {
  font-size: 12pt;
  color: #400;
}
h6 {
  font-size: 10pt;
  color: #300;
}
/* Footer */
#footer p {
  font-size: x-small;
  color: #000;
}
/* Links */
/*a {
  color: #8b0000;
  text-decoration: underline;
}
a:hover {
  color: #fa3;
  text-decoration: underline;
}
.style_bold {
  font-weight: bold;
}
.style_italic {
  font-style: italic;
}*/