/*
 CSS
Stuart Stansfield January 2008

   First clear out all settings which may be inserted automatically
   by some browsers. Doing this gives us a clean start with no problems
   with the way different browsers interpret the XHTML and CSS code 
*/
body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
  padding: 0;
  margin: 0;
}
h1, h2, h3, h4, h5, h6, pre, code {
  font-size: 1em;
}
a {
  text-decoration: none;
}
a img {
  border: 0;
}
/* End of preliminary clear out */ 
 
/* General <body> settings */
#wrapper {
  width: 100%;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#banner {
  width: 62%;
  background: url(ob/vf160.png) repeat-x;
  height: 160px;
  float: left;
  text-align: center;
}

#nav {
  width: 38%;
  height: 160px;
  background: url(ob/vf160.png) repeat-x;
  float: right;
}

#navtl {
  background: #ff2b00;
  width: 29%;
  padding-top: 5px;
  text-align: center;
  height: 50px;
  margin: 6% 1% 0 2%;
  float: left;
}  

#navtm {
  background: #ffaf00;
  width: 29%;
  padding-top: 5px;
  text-align: center;
  height: 50px;
  margin: 6% 1% 0 1%;
  float: left;
}

#navtr {
  background: #ffe600;
  width: 29%;
  padding-top: 5px;
  text-align: center;
  height: 50px;
  margin: 6% 0 0 1%;
  float: left;
}

#navbl {
  background: #c1ec00;
  width: 29%;
  padding-top: 5px;
  text-align: center;
  height: 50px;
  margin: 2% 1% 0 2%;
  float: left;
}  

#navbm {
  background: #00ec47;
  width: 29%;
  padding-top: 5px;
  text-align: center;
  height: 50px;
  margin: 2% 1% 0 1%;
  float: left;
}

#navbr {
  background: #00aaff;
  width: 29%;
  padding-top: 5px;
  text-align: center;
  height: 50px;
  margin: 2% 0 0 1%;
  float: left;
}

#navtl a, #navtm a, #navtr a, #navbl a, #navbm a, #navbr a {
  color: #ffffff;
  font-size: small;
  font-weight: bold;
}  

.full {
  height: 100%;
}

.clear {
  clear: both;
}

#left {
  background: #ffffff;
  width: 57%;
  margin: 0 2% 0 2%;
  float: left;
  text-align: left;
}

#right {
  background: url(ob/vf400.png) repeat-x;
  width: 34%;
  float: right;
  text-align: center;
  padding: 0 2% 0 2%;
}

.in1 {
  text-align: left;
  padding-left: 15px;
}

.logol {
  float: left;
  margin: 0 4% 2% 4%;
}

.logor {
  float: right;
  margin: 0 4% 2% 4%;
}

p {
  padding-top: 1em;
  padding-left: 15px;
  padding-right: 15px;
  font-size: small;
  line-height: 120%;
  color: #5c5c5c;
}

p.notop {
  padding-top: 0;
}  

#nav p {
  color: #ffffff;
  font-weight: bold;
}

h1 {
  font-family: "Academy Engraved LET", Georgia, "Times New Roman", Arial, Verdana;
  font-size: 230%;
  color: #ec0000;
  padding-top: 10px;
  padding-bottom: 0;
  margin: 0;
}

h2 {
  color: #ec0000;
  font-size: 130%;
  font-weight: bold;
  padding: 5px;
  text-decoration: underline;
}

h3 {
  color: #7a7a7a;
  font-size: 130%;
  font-weight: bold;
  padding: 5px;
  margin-top: 15px;
  text-decoration: underline;
}

ul {
  padding-left: 50px;
}

li {
  font-size: small;
  color: #5c5c5c;
}  
    
#foot p {
  font-size: x-small;
}

#endplay p {
  font-size: x-small;
  color: white;
}