
/*** ******************************************************************* ***/
/*** BROUGHT TO YOU BY: CENTRE WEB DESIGN OF STATE COLLEGE, PA - U.S.A.  ***/
/*** Reliable and Fast: Virtual Private Server   www.centrewebdesign.com ***/
/*** Centre Web Design: an affilate of the Web Space Outlet: www.wso.net ***/
/***************************************************************************/


/* ********************************************************** PSEUDO-CLASS */
/* PSEUDO-CLASSES */
/* ************** */

/* ************ */
/* FIRST-LETTER */



h1#hostname {
    font-family : 'Eras Bold ITC', Impact, Charcoal, 'Arial Black', Arial Black, Gadget, 'Lucida Sans Unicode',Lucida Sans Unicode, Lucida Grande, sans-serif;
  }


h1:first-letter {
    color: #A33;
    font-size: 105%;
    font-style: normal;
  }

* html div#pagewidth .content h1#hostname {
    font-family : 'Eras Bold ITC', Impact, Charcoal, 'Arial Black', Arial Black, Gadget, 'Lucida Sans Unicode',Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-weight:bold;
  }

/* ****************** */
/* LINK HOVER VISITED */




a:link {
    color: #66CCFF;
  }


a:hover {
    color: red;
  }


a:visited {
    color: #66CC66;
  }

/* ********************************************************* TYPE SELECTORS */
/* TYPE SELECTORS */
/* ************** */

/* ******************************************************************* BODY */




body {
    background-color: #007A9E;
    /* #E79623;
    */ /*#225;
    */text-align: center;
    font-family: "trebuchet ms", helvetica, verdana, tahoma, arial, geneva, sans-serif;
    line-height: 18px;
    font: 15px;
    padding: 0;
  }

/* ***************************************** h1 h2 h3 h4 h5 h6 *** HEADINGS */




h1, h2, h3, h4, h5, h6 {
    font-family: Eras Bold ITC, Arial Black, sans-serif;
    color: #E55;
    margin-left: 5px;
  }

/* ********************************************************************* H1 */



h1 {
    font-size: 125%;
    font-weight: normal;
    font-style: normal;
    font-variant: small-caps;
  }

/* ********************************************************************* H2 */



h2 {
    font-size: 110%;
    font-weight: normal;
    font-style: normal;
    font-variant: small-caps;
  }

/* ************************************************************** PARAGRAPH */



p {
    text-align: justify;
    text-indent: 2em;
    margin-left: 2em;
    margin-right: 2em;
  }


p a:hover {
    color: red;
  }

/* ******************************************************************** IMG */




img {
    display: block;
    margin: 0 auto;
    text-align: center;
  }

/* ******* */
/* CLASSES */
/* ******* */





.nodent {
    font-family: Georgia, Times, serif;
    font-size: 75%;
    font-style: italic;
    font-weight: bold;
    text-align: left;
    text-indent: 0;
  }


.content {
    width: 600px;
    margin: 40px auto 40px auto;
    background-color: #EEE;
    padding-bottom: 5px;
    color: #003;
    text-align: left;
  }


.indent {
    margin-left: 3em;
  }

/* ***** */
/*  IDs  */
/* ***** */




#footer {
    text-align:center;
    margin:1em auto;
    font-variant:small-caps;
    text-indent:0%;
    width: 100%;
    display:block;
    padding-bottom:2em;
  }


#centerbottom {
    text-indent:0%;
    text-align:center;
    padding-top:3em;
    margin:0 auto;
    display:block;
  }


#pagewidth {
    /* NOTE- FOR MIN WIDTH TO WORK IN IE- MUST UPLOAD AND USE JSCRIPT FIX! */background-color: #FFF;
    text-align: center;
    width: 70%;
    min-width: 600px;
    margin-right: auto;
    margin-left: auto;
    padding-top:0.1em;
  }

