/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
font: 100% Georgia, "Times New Roman", Times, serif;
        margin: 0;
        padding: 0;
		color:#482400;
		font-size:14px;
}


/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 0;
        padding: 0;
}


/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
		font-family: inherit;
}

#fadeContainer1{
  position: relative;
  width:335px;
  height:210px;
  float:left;
}

#fadeContainer1 div, #fadeContainer2 div, #fadeContainer3 div, #fadeContainer4 div, #fadeContainer5 div   {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

#fadeContainer2{
  position: relative;
  width:187px;
  height:210px;
    float:left;
}


#fadeContainer3{
  position: relative;
  width:177px;
  height:210px;
    float:left;
}



#fadeContainer4{
  position: relative;
  width:248px;
  height:210px;
    float:left;
}

#fadeContainer5{
  position: relative;
  width:248px;
  height:210px;
    float:left;
}
h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:normal;
font-size: 26px;
text-align:center;
margin-bottom:65px;}
h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:normal;
font-size: 22px; color:#482400;}

h3{
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:normal;
font-size: 16px;}

#mainContent a {
color:#003366;
text-decoration:none;}

#mainContent a:hover {
text-decoration:underline;
}

.post-footer{
background-image:url(../images/edata-pill-siggy.png); float:right; height:34px; width:152px; margin-bottom:5px; cursor:pointer;
}

