
#headingLinks{
    text-align: center;
}

#container
{
    background: #fff;

    background-repeat:repeat-x;
    border: 5px solid #0078c1;
    -moz-border-radius:30px;
    border-radius:30px;
    display: block;
    height:auto;
    position: relative;

}

#mainpic
{

    /*background-repeat:no-repeat;*/
    /*min-width:850px;*/
    max-height:8em;
    height:auto;
    width:auto;
    /*padding-bottom: 0px;*/
    /*background-color: transparent;*/
}





#content
{
    margin: 0 15px;
    display:block;
    /*width:870px;*/
    height:auto;
    padding-left:15px;
    padding-top:15px;
    padding-right:15px;
    padding-bottom:5px;
    background-color:white;
    overflow:auto;
}







#footer
{
    margin: 0 auto -1px auto;
    text-align:center;
    width:900px;
    height:auto;
    clear: both;
    margin-top: 15px;
    margin-bottom: -25px;
}

#footer h3
{
    display:inline;
    text-align:center;
    font-size:12px;
    padding: 2px 20px;
    text-decoration:none;
    color:black;
}


#menu ul
{
    list-style: none;
    padding: 0px;
    margin-left:auto;
    width:960px;
}

#menu li
{
    list-style: none;
    padding: 0px;
    display: inline;
}

#menu
{
    margin: 5px auto 10px auto;
    height: 35px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #0078c1;
    font-weight: bold;
    clear:both;
    /*width:900px;*/
    font-size: 15px;
    padding-left:2%;
    padding-right:0px;
    padding-bottom: 5px;
}

#menu a:hover
{
    color:#C2E0F6;
}

.user
{
    float: left;
    /*height: 36px;*/
    display: inline;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    padding-top: 10px;
    font-size: 15px;
    padding-left:20px;
    padding-right:0px;
}



html, body
{
    background-color: #808284;
    /*text-align: center;*/
}


.hidden{
    display: none;
}

#registerErrors{
    color: red;
}

.errorInput{
    border: red thin solid;
}

.bold{
    font-weight: bold;
}

#menuTable{
    display: table;
    table-layout: fixed;
    height: 100%;
}
.menuRow{
    display: table-row;
    height: 100%;
}
.menuItem{
    display: table-cell;
    text-align: center;
    height: 100%;
    vertical-align: middle;
    color: white;
}

.menuItem:visited{
    color: white;
}
.menuItem:hover{
    color: white;
}
.menuItem:active{
    color: white;
}

.contactTable{
    display: table;
}
.contactRow{
    display: table-row;
}
.contactCell{
    display: table-cell;
}
.contactCelllabel{
    display: table-cell;
    width: 5em;
}
.clearBoth{
    clear: both;
}

.button{
    background-color: #0078c1;

}

#login-button{
    margin-top: 1em;
    margin-right: 1em;
    width: 45%;
}

#new-student{
    margin-top: 1em;
    width: 45%;
}