/*Global styles*/
html{height: 100%;}
body{
    margin:0;
    padding:0;

    background-color:#fff;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#000;
    line-height:18px;
    height: 100%;
}
#PageContainer{
    background-color:#0089D0;
    margin:0 auto;
    max-width:1440px;
    background-image:url(../graphics/background.gif);
    background-repeat:no-repeat;
    background-position:top center;

}
.white{background-color:#fff; min-height: 10px;}
.footertab{min-height: 100%;}

input,select,textarea{
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#000;
}

a:link, a:visited{
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#000;
    text-decoration:underline;
}

a:hover{
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#000;
    text-decoration:none;
}
.donateBG{
    background-image:url(../graphics/menu-rightbg.gif);
    background-position:right;
    background-repeat:no-repeat;
}
a.menudonate:link, a.menudonate:visited{
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#007236; text-decoration:none; text-transform:uppercase; font-weight:bold;
}
a.menudonate:hover{
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#000; text-decoration:none; text-transform:uppercase; font-weight:bold;
}

a.menu:link, a.menu:visited{
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#000; text-decoration:none; text-transform:uppercase; font-weight:bold;
}
a.menu:hover{
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    color:#fff; text-decoration:none; text-transform:uppercase; font-weight:bold;
    background-color:#FF9800;
}



/*Homepage style*/
#searchbg{
    background-image:url(../graphics/search-bg.gif);
    background-repeat:no-repeat;
    padding-bottom:10px;
    background-position:left;
}
.search{color:#FFFFFF; text-decoration:none; text-transform:uppercase; font-weight:bold;}
.go{color:#FFFF00; text-decoration:none; text-transform:uppercase; font-weight:bold;}
input.searchbox{width:175px;}
#blog{background-color:#E5E3E3;}
.blogtitle{font-size:18px; font-weight:bold;text-transform:uppercase; padding-bottom:10px;}
.blogtext{padding-left:20px; padding-right:10px;}

a.go:link, a.go:visited{
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    color:#FFFF00; text-decoration:none; text-transform:uppercase; font-weight:bold;
}
a.go:hover{
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    color:#FFFF00; text-decoration:none; text-transform:uppercase; font-weight:bold;
}
a.footer:link, a.footer:visited{
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    font-weight:bold;
    color:#000;
    text-decoration:none;
    text-transform:uppercase;
}
a.footer:hover{
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    font-weight:bold;
    color:#000;
    text-decoration:underline;
    text-transform:uppercase;
}
.newsletterbg{
    background-image:url(../graphics/footer.gif);
    background-position:bottom;
    background-repeat:no-repeat;
}




a.bloglink:link, a.bloglink:visited{
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    color:#FF9800;
    text-decoration:none;
    text-transform:uppercase;
}
a.bloglink:hover{
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    color:#FF9800;
    text-decoration:underline;
    text-transform:uppercase;
}

.footerbg{background-image:url(../graphics/footerbg.gif); height:105px; }
.footerpadding{padding-left:30px; font-size:10px;}
.footerbginner{background-image:url(../graphics/footerbginner.gif); height:162px; }


/*Student Leaders style*/
.yellowcell{ background-color:#FEFFD7; padding:7px;}
.studentname{ font-size:25px; font-weight:bold; padding-top:10px; text-transform:uppercase;}
.StudentLeadersStudentName{ font-size:18px; font-weight:bold; padding-top:10px; text-transform:capitalize;}
.schoolname{ font-size:14px; font-weight:bold; padding-top:5px; text-transform:uppercase;}
.whitecell{ background-color:#fff; padding:7px;}
