/* Text styles */

.home
{
    text-align: left;
}

body
{
    margin: 10px;
    font-family: Arial,Helvetica,sans-serif;
}

p.home
{
    font-size: 18px;
    font-weight: bold;
}

h1
{
    font-size: 36px;
    color: #027d97;
}

h1.home
{
    font-size: 24px;
}

h1.red
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 36px;
    color: #FF0000;
    font-style: italic;
    font-weight: normal;
}

h2
{
    font-size: 18px;
    color: #591655;
}

/* div positions/styles */

div#paypal
{
    position: absolute;
    width: 73px;
    height: 44px;
    left: 125px;
    top: 750px;
}

div#content
{
    padding: 15px;
    position: absolute;
    width: 515px;
    left: 250px;
    top: 210px;
}

div#newsflash
{
    position: relative;
    width: 270px;
    background-color: #ffff66;
    padding: 20px;
    border: 2px solid #027d97;
    margin: 30px auto;
    text-align: center;
}

div#firstgiving
{
    position: absolute;
    left: 1020px;
    top: 10px;
}

/* image positions */

img.right
{
    position: absolute;
    left: 800px;
    top: 220px;
}

img#goodsearch
{
    position: absolute;
    left: 18px;
    top: 815px;
}
