.affix {
	 top: 0;
	 width: 100%;
	 z-index: 9999;
}

.affix + .container-fluid {
	 padding-top: 70px;
}

.panelheader {
	font-size: 18px;
}

.makeblue {
	color: #337ab7;
}



.centred {
	text-align: center;
}

div.central {
	text-align: center;
	padding-bottom: 15px;
}



ul.blue {
	list-style-type:none;
	padding:0;
	margin:0;
}

li.blue {
	background-color:transparent;
	background-image:url(images/bul_blue_sq.png);
	background-repeat:no-repeat;
	color:#000;
	background-position:5px 3px;
	padding-left:26px;
	margin-left:25px;
	margin-bottom:7px;
}

p.centre {
	text-align: center;
}

div.banner {
	background-color: #337ab7;
	color: white;
	font-family: 'Audiowide', cursive;
	font-size: 48px;
	width: 100%;
	height: 120px;
}

div.banner_logo {
	background: transparent;
	display: inline-block;
	height: 100%;
	width: 150px;
	padding: 10px 10px 10px 14px;

}

table.footer {
	background-color: #337ab7;
	color: white;
	width: 100%;
}

td.footer-left {
	background-color: #337ab7;
	color: white;
	text-align: left;
	padding-left: 15px;
	width: 30%;
}

td.footer-middle {
	background-color: #337ab7;
	color: white;
	text-align: center;
	width: 40%;
}

td.footer-right {
	background-color: #337ab7;
	color: white;
	text-align: right;
	padding-right: 15px;
	width: 30%;
}
