html {
        overflow-y: scroll;
}

body{
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	width:1000px;
	font-family:Tahoma, sans-serif;
}

#menu {
	list-style: none;
	background: #05c1bb;
	float: left;
	margin-top:10px;
	margin-bottom:0px;
	padding: 0;
	width: 100%;
}

#menu li {
	float: left;
	font: 67.5% "Tahoma", sans-serif;
	text-decoration:none;
	margin: 0;
	padding: 0;
}

#menu a {
	background: #05c1bb bottom right no-repeat;
	color: #ffffff;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}

#menu a:hover {
	background: #6ec9c0 bottom center no-repeat;
	color: #fff;
}

#header{
	font-size:50px;
	color:#053a68;
	vertical-align:middle;
	text-align:center;
	width:100%;
	letter-spacing:5px;
}

.active{
	background: #007787 bottom center no-repeat !important;
}

#current{
	background: #007787;
	height:10px;
}

a{
	color:#007787;
}

#footer{
	text-align:center;
	color:#007787;
	position:relative;
	width:100%;
	bottom:0px;
}

#menu_clear{
	clear:both;
}

#footer_clear{
	clear: both;
	height:25px;
}

h1{
	text-align:center;
	color:#007787;
}

h2, h3, h4{
	color:#007787; !important;
}

h4{
	font-size:0.9em;
	margin-top:5px;
}

.centertext{
	text-align:center;
}

.centerblock{
	margin-left:auto;
	margin-right:auto;
}

img{
	border:0;
}

abbr{
	border-bottom:1px dotted #007787;
}

table{
	margin-top:25px;
	border-spacing:8px;
	margin-right:auto;
	margin-left:auto;
}

th{
	text-align:center;
	border-bottom:1px;
	border-bottom-style:solid;
	text-align:center;
	color:#666666;
}

td{
	text-align:center;
}

#spring-table{
	border-spacing:2px !important;
}

#spring-table tr td p
{
	margin:0px;
	padding:0.1em;
}

.highlight
{
	border:5px solid #007787;
}

#wrapper
{
	width:321px;
	margin-left:auto;
	margin-right:auto;
}

#wrapper #abdul
{
	float:left;
	text-align:left;
	padding-left:5px;
}

#wrapper #tim
{
	float:right;
	text-align:right;
	padding-right:5px;
}

.team
{
	width:100px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	/*border:3px solid #007787;*/
}

.team p
{
	line-height:0.4em;
}

#toc ul {
    list-style: none;
}