@charset "utf-8";
/* CSS Document */

#navcontainer ul
{
padding: .2em 0;
margin: 0;
list-style-type: none;
background-color: #036;
color: #FFF;
width: 100%;
font: normal 110% arial, helvetica, sans-serif;
text-align: center;
}

li { display: inline; }

li a
{
text-decoration: none;
background-color: #036;
color: #FFF;
padding: .2em 1em;
border-right: 1px solid #fff;
}

li a:hover
{
background-color: #369;
color: #fff;
}.studentweb {
	position: relative;
	height: 26px;
	right: 340px;
}
.leftfootlink {
	text-align: center;
	padding-left: 75px;
	padding-right: 75px;
}
.footlink {
	padding-right: 75px;
	text-align: center;
}
