/* structure -----*/

* {
  margin: 0;
  padding: 0;
}
body {
  color: #000;
  font: 12px/normal arial, helvetica, sans-serif;
  text-align: center;
  background: #fff url(img/stripe.gif) center 128px repeat-x;
}
#canvas {
  width: 756px;
  margin: 0 auto;
  text-align: left;
position:relative;
}


/* hyperlinks -----*/

a {
  color: #036;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}


/* typography -----*/

h2 {
  font-family:garamond, georgia, times, serif;
  font-size:24px;
  font-weight:bold;
  color:#003366;  
}
h3 {
  margin-bottom: -1em;
  color: #036;
  font-weight: bold;
  font-size: 12px;
}
h4 {
  color: #036;
  font-weight: bold;
  font-size: 14px;
  margin-left:2px;
  }
 h5 {
  font-family:garamond, georgia, times, serif;
  font-size:14px;
  font-weight:bold;
  color:#003366;  
  }
#caption {
  color: #036;
  font-weight: bold;
  font-size: 12px;
  font-family:garamond, georgia, times, serif;
  margin:0px;
  text-align:right;
  }
p {
  margin: 1em 0;
}
ol, ul {
  margin: 1em 0;
  padding-left: 2em;
}
.required {
  color: #c00;
}


/* masthead -----*/

#masthead {
  height: 167px;
  background: url(img/banner.jpg) center center no-repeat;
}
#masthead h1, #masthead p {
  display: none;
}


/* left column -----*/

#leftcol {
  width: 222px;
  margin: 36px 34px 0 0;
  float: left;
}


/* center column -----*/

#centercol {
  width: 332px;
  margin: 36px 0 0 0;
  float: left;
}
.sublinks {
  margin-bottom: 2em;
}


/* right column -----*/

#rightcol {
  width: 135px;
  height:315px;
  margin-top: 10px;
  background: #690 url(img/leaves.gif) center top repeat;
  float: right;
}

/* footer -----*/

#footer {
  font-size: 9px;
  text-align: center;
  text-transform: uppercase;
  clear: both;
}
#pdf {
  width: 222px;
  margin-top: 20px;
  line-height: 1.75em;
  text-align: left;
  text-transform: none;
  float: left;
}
#pdf a {
  color: #036;
  text-decoration: none;
}
#pdf img {
  margin-right: 1em;
  vertical-align: middle;
  border: none;
  float: left;
}
#logo {
  float: right;
}
#logo img {
  border: none;
}
#footer p {
  margin: 0;
  clear: both;
}


/* specialty -----*/

.clearfix:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}