body {
	font-size: 12px;
    background: #f4f4f4;
	color: #555;
	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
}

#header {
	background-color: #2d589c;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.2),0 1px 5px 0 rgba(0,0,0,0.12);
}
#header  img {
	padding: 0.5em 3em;
}

footer {
	position: absolute;
	bottom: 0;
    font-weight: normal;
    border: none !important;
    padding: 0 !important;
    min-height: 21px;
	width: 100%;
    background: #d2d2d2;
}
footer div#footer {
	float: left;
	padding: 3px 0 0 10px;
	font-size: 11px;
	color: rgba(0,0,0,0.87);
}

#title {
	margin-top: 3em;
	margin-bottom: 3em;
	font-size: 14px;
}
#title img {
	margin: 1em;
}

.links a {
	padding: 1em;
	display: block;
	border-bottom: 3px solid #f4f4f4;
}
.links a:hover{
	background: #386ec4;
	color: white;
	border-radius: 3px;
	border-bottom: 3px solid #244C8A;
	text-decoration: none;
}

.links .disabled_link {
	padding: 1em;
	display: block;
	color: #aaa;
	border-bottom: 3px solid #f4f4f4;
}
.links .disabled_link:hover{
	background: #c4c4c4;
	color: white;
	border-radius: 3px;
	border-bottom: 3px solid #8a8a8a;
	text-decoration: none;
}