/** main.css
    Contains formatting for base HTML elements
*/
img, div, a
{
    behavior: url("/js/iepngfix.htc");
}

body
{
    margin: 0px 0px !important;
    padding: 0px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-attachment: fixed;
}
body .backgroundImage
{
}

a, h1, h2, h3, h4, h5, h6, li, p, td, th, sup, div
{
    font-family: Arial;
}
sup
{
  font-size: 10px;
	margin-left: 1px;
}



h1, h2, h3, h4, h5, h6
{
    margin: 0px;
    padding: 0px;
}


.addBtmSpacing
{
    padding-bottom: 230px;
}
.noBorder
{
    border-bottom: 0px;
}
.cleaner
{
    width: auto;
    height: 1px;
    font-size: 0.0em;
    overflow: hidden;
    clear: both;
}
.somewhatLarge {
    font-size:1.1em;
    }
