/* 
    Document   : cbbt
    Created on : December 11, 2007, 1:06 PM
    Author     : Lee Averbeck
    Description:
        Purpose of the stylesheet follows.
*/

body {
  background: #000000;
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Sans-serif;
  font-size: 12px;
  line-height: 21px;
  color: #333333;
  }

h1 {
  margin: 10px 0px 0px 0px;
  padding: 0px;
  font-family: Verdana, Sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #990000;
  }

h2 {
  margin: 10px 0px 0px 0px;
  padding: 0px;
  font-family: Verdana, Sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #006eb7;
  }

p {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  font-family: Verdana, Sans-serif;
  font-size: 12px;
  line-height: 21px;
  color: #333333;
  }
p.centerit {
  clear: both;
  margin: 0px 0px 10px 0px;
  padding: 5px 0px 0px 0px;
  font-family: Verdana, Sans-serif;
  font-size: 12px;
  line-height: 21px;
  color: #333333;
  text-align: center;
  border-top: 1px dashed #dddddd;
  }
p.callout {
  margin: 10px 0px 10px 0px;
  padding: 0px;
  font-family: Verdana, Sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  color: #333333;
  text-align: center;
  }

img.HLogos { 
  float: left;
  margin: 10px 0px 20px 75px;
  border: 0px;
  }

a {
  color: #0000cc;
  text-decoration: underline;
  }
a:hover {
  color: #993333;
  text-decoration: none;
  }


/* ****************************** */
/* Layout Divs                    */
/* ****************************** */

#enclose {
  background: #ffffff;
  width: 720px;
  margin: 0px auto 5px auto;
  padding: 0px;
  }

#nav {
  background: #006eb7;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  font-family: Verdana, Sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 30pX;
  color: #ffffff;
  text-align: center;
  height: 30px;
  }
#nav a {
  color: #ffffff;
  text-decoration: none;
  margin: 0px;
  padding: 0px 10px 0px 10px;
  }
#nav a:hover {
  color: #d6effa;
  text-decoration: underline;
  }

#content {
  margin: 0px 20px 10px 20px;
  padding: 20px 0px 0px 0px;
  }

#header {
  background: url('images/bgheader.jpg') #ffffff;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  }
#header img { 
  display: block;
  margin: 0px;
  padding: 0px;
  }


#footer {
  background: #006eb7;
  clear: both;
  margin: 0px 0px 0px 0px;
  padding: 6px 0px 5px 0px;
  font-family: Verdana, Sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-align: center;
  }
#footer a {
  color: #ffffff;
  text-decoration: underline;
  }
#footer a:hover {
  color: #fcb13e;
  text-decoration: none;
  }

/* ********************************************* */
/* Form Stuff                                    */
/* ********************************************* */

.gform { 
  width: 500px; 
  background: #f0f7fb; 
  padding: 10px; 
  margin: 0px auto 10px auto; 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  color: #000000; 
  line-height: 15px;
  border: 1px solid #006eb7; 
  } 
.gform input { 
  float: right; 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px;
  color: #000000;  
  border: 1px solid #006eb7; 
  width: 320px; 
  }
.gform select { 
  float: right; 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px;
  color: #000000;  
  border: 1px solid #006eb7; 
  width: 320px; 
  }
.gform .Button { 
  float: none; 
  width: 80px;
  background: #d6effa; 
  } 
.gform textarea { 
  float: right; 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px;
  color: #000000;  
  border: 1px solid #006eb7;
  width: 320px; 
  }
.gform label { 
  float: left; 
  display: block; 
  width: 150px; 
  text-align: right; 
  line-height: 19px;
  margin: 5px 5px 0px 5px; 
  } 
.gform br { 
  clear: left; 
  } 
.gform .ButtonPane { 
  clear: both;
  text-align: center;
  margin: 10px 10px 10px 30px; 
  padding: 10px 0px 0px 0px; 
	}
         
.ReqFootnote {
  clear: both;
  color: #ff0000;
  font-size: 11px;
  font-style: italic;
  margin-left: 175px;
}

.ReqField {
  clear: none;
  color: #ff0000;
  font-size: 11px;
  font-style: italic;
}

.note {
  float: right;
  background: #006eb7;
  color: #efefef;
  width: 200px;
  margin: 0px 0px 10px 10px;
  padding: 10px 0px 10px 0px;
  border: 1px solid #000000;
  }
.note h1 {
  color: #efefef;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  }
.note p {
  color: #d6effa;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  margin: 0px 10px 0px 10px;
  padding: 0px;
  }
