﻿
/* Global Styles */
body
{
    padding: 0px;
    margin: 0px;
    font-family: Arial;
    font-size: medium;
}

#clouds
{
    background-image: url('Images/Top Border Blue.jpg');
    background-repeat: repeat;
    height: 105px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    width: 100%;
}


#wrapTitle
{
    width: 912px;
    margin: 0 auto;
}

#wrap
{
    width: 912px;
    margin: 0 auto;
}



/* Logo Styles */
#mainLogo
{
    /*border-style: solid;
    border-color: #FFCC00;*/
    margin: 12px 0px 0px 0px;
    float: left;
}

#mainLogo img
{
    border-style: none;
    text-decoration: none;
}


#mainTitle
{
    font-family: 'Arial Rounded MT Bold';
    margin: 6px 10px 0px 10px;
    float: left;
    font-size: 48px;
}

#mainTitle p
{
    margin: 5px 0px 0px 0px;
    font-size: 32px;
}


#date
{
    margin: 20px 0px 0px 10px;
    float: right;
    font-size: small;
    color: #626262;
}



#languageBarArea
{
    float: right;
    font-size: small;
    clear: right;
    margin-top: 50px;
    color: #666666;
}

#languageBar
{
    float: left;
}

#languageBar img
{
    border-style: none;
    border-width: 0px;
    margin-right: 10px;
    float: left;
}

#languageBar p
{
    vertical-align: middle;
}

#languageBar a
{
    color: #666666;
    text-decoration: none;
}

#languageBar a:hover
{
    text-decoration: underline;
}

#languageBarButtons
{
    float: Left;
    font-size: small;
    clear: right;
    margin-left: 10px;
}



/* Content Styles */
#TextContent
{
    float: left;
    width: 350px;
    padding-right: 25px;
}

#TextContent a
{
     border-style: none;
     text-decoration: none;    
}

#TextContent img
{
     border-style: none;
     text-decoration: none;    
}

#ImageContent
{
    float: right;
}


#DonateArea
{
    clear: right;
    float: right;
    padding: 30px 30px 37px 10px;
}

#DonateArea img
{
    border-style: none;
    text-decoration: none;
}


/* Footer Styles */
#footerBackground
{
    width: 100%;
    background-image: url('Images/Footer Border Blue.jpg');
    background-repeat: repeat;
    height: 96px;
    float: left;
    clear: both;
}


#footerArea
{
    width: 912px;
    margin: 0 auto;
}

#footerContent
{
    font-size: 11px;
    text-align: center;
    width: 700px; /* The Footers width must match that of the Main Content area to be centered */
    float: right;
    color: #626262;
    padding-top: 22px;
}

#footerContent a
{
    color: #626262;
}

#footerContent p
{
    padding: 0px;
    margin: 0px;
}



/* Funder Page Styles */
#FunderLine
{
    float: right;
    padding-top: 40px;
    clear: right;
    width: 912px;
    padding-bottom: 20px;
}

#FunderItemFirst
{
    float: left;
    text-align: center;
}

#FunderItem
{
    float: left;
    text-align: center;
    padding-left: 28px;
}


/* Designed By Styles */
#designedBy
{
    float: right;
    font-size: 11px;
    clear: both;
    font-family: 'Courier New' , Courier, monospace;
}

#designedBy a
{
    color: #afafaf;
    text-decoration: none;
}

#designedBy a:hover
{
    color: #AB00C8;
    text-decoration: underline;
}



/* Admin Page Number Area */
#PageNumberArea
{
    float: left;
    width: 650;
    height: 25px;
}

#PageNumbers
{
    padding-top: 5px;
    padding-left: 5px;
}
