/**
 * This file contains the customized CSS code which mimics the look and feel
 * of the SOAR widget which was sent to me in nonstandard HTML.
 *
 * @author Brian Reich <breich@sun-tech.org>
 * @copyright Copyright (C) 2010 SUN Area Technical Institute
 * @version   1.0
 */
 
#soar-widget
{
    line-height: 1.5em; color : black;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    color: black;
}

#soar-widget .badge
{
    font-weight: bold;
    padding: 20px 10px 0 10px;
    height: 180px;
    width: 270px;
    background:
        url(http://www.collegetransfer.net/Portals/0/BCTE_SOAR_Background.png)
        no-repeat scroll 0% 50%;
    -moz-background-clip: border;
    -moz-background-origin: padding;
    -moz-background-inline-policy: continuous;
}
