body {
width: 900px;
margin: 0 auto;
}
body 
{
font-family: "Segoe UI","Segoe WP","Helvetica Neue",'RobotoRegular',sans-serif;
font-size: 14px;
}

h1, h2, h3, h4, h5 {
font-family: "Segoe UI Light","Helvetica Neue",'RobotoLight',"Segoe UI","Segoe WP",sans-serif;
font-weight: normal;
margin: 0 0 15px 0;
padding: 0;
}

.accent {
color: #1ba1e2;
}

a{color:#1ba1e2;text-decoration:none}
a:hover{color:#13709e;text-decoration:underline}

/**footer **/

#global-footer
{
    border-top: 1px solid #DDD;
}

    #global-footer a
    {
        color: #aaa;
    }

    #global-footer .subscribe
    {
        display: none;
    }

    #global-footer ul
    {
        padding: 0;
        /*		padding-left: 20px;*/
    }

        #global-footer ul ul
        {
            width: 220px;
            padding: 0;
        }

        #global-footer ul li
        {
            display: block;
            float: left;
            /*font-weight: bold;*/
            text-transform: uppercase;
            padding: 0;
            padding-bottom: 5px;
        }

            #global-footer ul li li
            {
                display: block;
                float: none;
                font-weight: normal;
                text-transform: none;
            }

/** / footer **/


.socialNetworkingIconsWrapper {
    float: right;
    font-size: 17px;
    line-height: 14px;
    margin: 0 0 15px 0;
}
.socialNetworkingIconsWrapper a {
    display: inline-block;
    border: none;
    height: 22px;
    background: url(http://i3.microsoft.com/student/shared/templates/components/stuRegistration/images/social-networking-sprite.png) #fff no-repeat;
    margin: 0 0 0 10px;
    float: left;
    position: relative;
    top: -5px;
}
.iconText {
    float: left;
    font-family: Segoe UI,Arial,Helvetica,Sans-Serif;
}
a.iconFacebook {
    width: 21px;
    background-position: 0 0;
}
a.iconTwitter {
    width: 21px;
    background-position: -46px 0;
}
a.iconSignUp {
    width: 30px;
    background-position: -88px 0;
}
a.iconFacebook:hover { background-position: 0 -35px }
a.iconTwitter:hover { background-position: -46px -35px }
a.iconSignUp:hover { background-position: -88px -34px }



.box {
    margin-bottom: 15px;
    margin-right: 15px;
}
.box.small {
    width: 280px;
    float: left;
}
.box>div {
    background: #FFF;
    color: #777;
}
.box>div p { margin: .2em 0 .3em }
.box ul {
    margin: 0;
    padding: 0;
}
.box li {
    margin: 0;
    padding: .7em;
    padding-left: 4px;
    list-style: none;
}
.box li:nth-child(2n) {
    background: #f9f9f9;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.box li:hover { background: #f1f6fc }
.date { color: #14b7ed }
.right {
    float: right;
    margin-left: 1em;
}