/* standard full page declarations go here */
html, body {
  background: transparent url(./images/bg.jpg) repeat-y scroll center top;
  height: 100%;
  margin-bottom: 1px;
  text-align:center;
}
/* end standard full page declarations */


/* this is just for the placement of banner images that need to be centered nothing complex here */
img.banner {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* end banner image */



/* sets up a container for the main content portion of the page */
.pagecontent {
  margin: 0 auto;
  padding: 0 0px;
  display: block;
  font-family: "Verdana","Arial",sans-serif;
  min-height: 480px;
  font-size: 12px;
  background-image: url(./images/bgmain.jpg);
  background-repeat: repeat-y;
  width: 780px;
  text-align: center;
}
/* end the container for pagecontent */


/* this is really just a container to compensate for ie 5.01 and 5.5 it works in conjunction with pagecontent*/
.pagetext {
  margin: 0 auto;
  display: block;
  width: 760px;
  text-align:left;
}
/* end ie5 support*/


/* copyright and bottom of the main text area */
.mainbottom {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  text-align: center;
  background-image: url(./images/bgbottom.jpg);
  background-repeat: no-repeat;
  height: 38px;
  width: 780px;
  font-family: "Arial",Sans-Serif;
  font-size: x-small;
  color: Gray;
  clear: both;
}
/* end of copyright



/* h2 and h4 headers for the content sections */

h2 {
    font: bold 18px Verdana, Arial, serif;
    text-align:center;
    padding:0 0px 15px 0px;
    margin: 0 0 0 0;
    color: #0a75b0;
}

h4 {
    font: bold 14px Verdana, Arial, serif;
    padding:0 0px 0px 0px;
    margin: 0 0 0 0;
    color: #0a75b0;
}

a {
    color: #0a75b0;
}



