/* CSS Document */

body {
  background: #fff;
  font: 13px/22px tahoma, verdana, arial, helvetica, sans-serif;
  color: #363636;
}

/* canvas */

#canvas {
  width: 775px;
  margin: 0 auto;

  }
    
/* elements */

* {
  margin: 0;
  padding: 0;
  }
  
p {
  padding: 6px 12px 12px 8px;
}

b {
  font-weight: bold;
  color: #4483af;
}

ul {
  list-style: none;
}
  
/* header */

#header {
  width: 775px;
  height: 296px;
  background: transparent url(../images/header.jpg) left top no-repeat;
} 
  
#header_ty {
  width: 775px;
  height: 296px;
  background: transparent url(../images/header_ty.jpg) left top no-repeat;
}   

#header #logo, #header_ty #logo {
  float: left;
  margin: 15px 0 0 45px;
}

#header #logo a, #header_ty #logo a {
  width: 200px;
  height: 170px;
  display: block;
  text-indent: -9999px;
  background: transparent;
}

/* content */

#col-left {
  width: 230px;
  float: left;
}

#col-right {
  width: 545px;
  float: right;
}

#protect {
  width: 230px;
  height: 226px;
  background: transparent url(../images/protect.gif) left top no-repeat;   
  text-indent: -9999px;
}

/* thankyou */

#content_ty p {
  padding: 6px 18px 6px 18px;  
}

#content_ty h1 {  
  color: #4a725d;
  padding: 6px 18px 12px 18px;
  font-size: 16px;  
}

#content_ty h2 {  
  padding: 6px 18px 12px 18px;
  font-size: 14px;  
}

#content_ty a {
  color: #4a725d;
  text-decoration:underline;
}

#content_ty a:hover {
  color: #4a725d;
  text-decoration:underline;
}

#content_ty .col2 {
  float: left;
  width: 250px;
}

#content_ty .col2 b {
  padding: 0 0 0 18px;
}

/* newsletter */

#NewsLetterSignup {
  margin: 0 0 0 18px;
}


/* Footer */

#footer {
  clear: both;
  font-size: 12px;
  color: black;
  width: 775px;
  height: 75px;
  background: transparent url(../images/footer.gif) left top no-repeat;   
  }

#footer a {
  color: #4483af;
  text-decoration: underline;
  }

#footer a:hover {
  text-decoration: none;
  }

#footer #copy {
  float: left;
  padding: 4px 0 0 28px;
  }

#footer #links {
  text-align: right;
  padding: 4px 28px 0 0;
  }
  
#footer #disclaimer p {
  text-align: left;
  color: #333;
  line-height: 18px;
  padding: 14px 30px 0 30px;
}  
  


  
