a {
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
}

a:link
{
    color: darkblue;
}

a:visited{
    color: #9933FF;
}

a:hover,
a:active
{    
    padding-left: 20px;
    padding-right: 20px;
    color: black;
    text-decoration: none;
}


.navBtn {
        
    -moz-box-shadow:inset 0px 1px 0px 0px #c1d4e5;
    -webkit-box-shadow:inset 0px 1px 0px 0px #c1d4e5;
    box-shadow:inset 0px 1px 0px 0px #c1d4e5;
        
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6695be), color-stop(1, #4c769e));
    background:-moz-linear-gradient(top, #6695be 5%, #4c769e 100%);
    background:-webkit-linear-gradient(top, #6695be 5%, #4c769e 100%);
    background:-o-linear-gradient(top, #6695be 5%, #4c769e 100%);
    background:-ms-linear-gradient(top, #6695be 5%, #4c769e 100%);
    background:linear-gradient(to bottom, #6695be 5%, #4c769e 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6695be', endColorstr='#4c769e',GradientType=0);
        
    background-color:#6695be;
        
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
        
    border:1px solid #497398;
        
    display:inline-block;
    color:#ffffff;
    font-family:arial;
    font-size:13px;
    font-weight:normal;
    text-decoration:none;
        
    text-shadow:0px 1px 0px #154682;
        
}
.navBtn:hover {
        
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #4c769e), color-stop(1, #6695be));
    background:-moz-linear-gradient(top, #4c769e 5%, #6695be 100%);
    background:-webkit-linear-gradient(top, #4c769e 5%, #6695be 100%);
    background:-o-linear-gradient(top, #4c769e 5%, #6695be 100%);
    background:-ms-linear-gradient(top, #4c769e 5%, #6695be 100%);
    background:linear-gradient(to bottom, #4c769e 5%, #6695be 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c769e', endColorstr='#6695be',GradientType=0);
        
    background-color:#4c769e;
}
.navBtn:active {
    position:relative;
    top:1px;
}

body
{

    /* IE10 Consumer Preview */
    background-image: -ms-radial-gradient(center bottom, ellipse farthest-corner, #F5F5F5 0%, #ABACBA 100%);
    /* Mozilla Firefox */
    background-image: -moz-radial-gradient(center bottom, ellipse farthest-corner, #F5F5F5 0%, #ABACBA 100%);
    /* Opera */
    background-image: -o-radial-gradient(center bottom, ellipse farthest-corner, #F5F5F5 0%, #ABACBA 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(radial, center bottom, 0, center bottom, 479, color-stop(0, #F5F5F5), color-stop(1, #ABACBA));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-radial-gradient(center bottom, ellipse farthest-corner, #F5F5F5 0%, #ABACBA 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: radial-gradient(ellipse farthest-corner at center bottom, #F5F5F5 0%, #ABACBA 100%);
}

#office
{
    width:100%;
}
