/*@import url(http://fonts.googleapis.com/css?family=Open+Sans); */

#head
{
    background-color:#304F81;
    position: absolute;
    top: 0px;
    left: 0px;
    width:100%;
    height:55px;
    position: fixed;
    z-index: 5;
    text-align: center;
    vertical-align: middle;
    z-index: 3;
}

#social
{
    position: absolute;
    top:12px;
    right: 10px;
    position: fixed;
    z-index: 6;
}

#logout
{
    position: absolute;
    top: 15px;
    right: 5px;
    position: fixed;
    z-index: 6;
}

#logo
{
    position: absolute;
    top: 15px;
    left: 15px;
    position: fixed;
    z-index: 6;
}



#greetingbox
{
    position: relative;
    top: 35px;
    left: 200px;
    display: inline-block;
    vertical-align: top;
}

#greetingbox2
{
    position: relative;
    top: 48px;
    left: 20px;
    display: inline-block;
    vertical-align: top;

}


#licensebox
{
        background-color: #f5f5f5;
        left: 200px;
        position: absolute;
        width:850px;
        top: 90px;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

#fatbox
{
        background-color: #ffffff;
        left: 200px;
        position: absolute;
        right: 80;
        top: 90px;
}

#toolbar
{
    background-color: #f5f5f5;
    position: absolute;
    top: 100px;
    right: 10px;
    width: 45px;
    height:780px;
    margin-left: 5px;
}

#navigation
{
    background-color: #f5f5f5;
    position: absolute;
    top: 100px;
    left: 10px;
    width:200px;
    height:780px;
}

#box
{
    background-color:#f5f5f5;
    width:400px;
    height:460px;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

body {
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 12px;
    color: rgb(51, 51, 51);
}


h1.greeting {
    font-weight: 300;
    font-size: 24px;
    line-height: 27px;
    color: rgb(51, 51, 51);
}

h2.greeting {
    font-weight: 300;
    font-size: 12px;
    line-height: 27px;
    color: rgb(51, 51, 51);
}

h1.subtitle {
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    color: rgb(51, 51, 51);
}


td  {
    font-size: 12px;
    color: rgb(51, 51, 51);
}

a {
    font-size: 12px;
    color: #002F4B;
    text-decoration: none;
}
a:hover {
    font-size: 12px;
    color: #002F4B;
    text-decoration: underline;
}

a.newslink {
    font-size: 12px;
    color: red;
    text-decoration: none;
}
