/*  ############################################################# */
/*  ##################       Body Settings     ################## */
/*  ############################################################# */

html {
  margin:0px;
  padding:0px;
  border:0px;
  border-collapse:separate;
  border-spacing:0px;
}


body {
        height:100%;
        max-height:100%;
    /*    overflow:hidden; */
        padding:0;
        margin:0;
        border:0;
        background-color:#fff;

        font-family: tahoma, helvetica, arial, sans-serif;
        font-size: .85em;
        color: #000000;
     }



/*  ############################################################# */
/*  ##################    Content Settings     ################## */
/*  ############################################################# */

#content {
        display:block;
/*      overflow:auto; */
        position:absolute;
        z-index:3;
/*     bottom:0.1em; /* If this isn't here no viewport will appear in FF2 */
        bottom:3.25em;
        top:0;    /* Distance from document top - Should be height of Header + some padding if wanted */
        width:780px;
        margin-left:-390px;
        left:50%;
        border-left:0px solid #aaa;
        border-right:0px solid #aaa;
        background:#fff;
        }

* html #content {
        top:0;
        bottom:0;
        height:100%;
        width:780px;
      }



#content p {
        padding:5px; text-align:justify;
        }

#content h2 {
    margin: 0 0 1.0em 0;
    color:#0000FF;
    font-size:1.5em;
    text-align:center;
  font-weight:normal;
}

#content h3 {
    margin: 0 0 0 0;
}

/* Link Colors */
a { color: green; }
a:hover { color: #6f3f0b; }

/* Unordered Lists */
#content li {
        padding: 0;
        margin: 0.8em 0;
}

#content ul {
        margin: 0;
        padding: 0;
        list-style: none;
}

#wrapper {
    margin: 16px auto;
    text-align: left;
    width: 780px;
    position: relative;
        height:100%;
        width:100%;
        max-height:100%;

}










/*  ############################################################# */
/*  ##################    Column Settings      ################## */
/*  ############################################################# */




#column1 {
        float: left;
        width: 230px;
        margin-left: 12px;
        display: inline;
}

#column1 p {
        line-height: 1.5;
}


#column2 {
        float: left;
        width: 230px;
        margin-left: 28px;
}

#column2 p {
        line-height: 1.5;
}

#column3 {
        float: left;
        width: 230px;
        margin-left: 34px;
}

#column3 h3 {
        font-size: 10px;
}

#column3 h3 a {
        text-decoration: none;
}

#column3 p {
        line-height: 1.5;
}











/*  ############################################################# */
/*  ##################     Misc Settings       ################## */
/*  ############################################################# */


.noframe {
   /* height:auto; */
   border-style: hidden;
   border-width: 0;
   padding-left:10px;
   height:96%;
   width:96%;
   /* margin-bottom:100px;  /* Distance from document bottom - Should be height of footer + some padding if wanted */
}

.blueback       { background-color:#FFFFFF; }

