@charset "utf-8";
/* CSS Document */

body {
  background-position: center;
  min-width:320px;
}

@media (max-width: 767px) {
 /* Squashed header */
 body div.headercolour {
	background: #1f6cb3; /* Old browsers */
	background: -moz-linear-gradient(top,  #1f6cb3 0%, #2c9aff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left 		bottom, color-stop(0%,#1f6cb3), color-stop(100%,#2c9aff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1f6cb3 0%,#2c9aff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1f6cb3 0%,#2c9aff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1f6cb3 0%,#2c9aff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1f6cb3 0%,#2c9aff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f6cb3', endColorstr='#2c9aff',GradientType=0 ); /* IE6-9 */
}
}

@media (min-width: 768px) {
 /* Wide header */
body div.headercolour {
background: #2071bb; /* Old browsers */
background: -moz-linear-gradient(top,  #2071bb 0%, #2b99fe 82%, #3f3f3f 82%, #3f3f3f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2071bb), color-stop(82%,#2b99fe), color-stop(82%,#3f3f3f), color-stop(100%,#3f3f3f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #2071bb 0%,#2b99fe 82%,#3f3f3f 82%,#3f3f3f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #2071bb 0%,#2b99fe 82%,#3f3f3f 82%,#3f3f3f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #2071bb 0%,#2b99fe 82%,#3f3f3f 82%,#3f3f3f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #2071bb 0%,#2b99fe 82%,#3f3f3f 82%,#3f3f3f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2071bb', endColorstr='#3f3f3f',GradientType=0 ); /* IE6-9 */
}
}
body div.bodycolour {
  background-color: #3F3F3F;
}

 body div.pageheadercolour {
	background: #1f6cb3; /* Old browsers */
	background: -moz-linear-gradient(top,  #1f6cb3 0%, #2c9aff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left 		bottom, color-stop(0%,#1f6cb3), color-stop(100%,#2c9aff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1f6cb3 0%,#2c9aff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1f6cb3 0%,#2c9aff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1f6cb3 0%,#2c9aff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1f6cb3 0%,#2c9aff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f6cb3', endColorstr='#2c9aff',GradientType=0 ); /* IE6-9 */
}
body div.pagebodycolour {
  background-color: #2c9aff;
}

body div.footercolour {
  	background-color: #2A6589;
	background: #2c99fd; /* Old browsers */
	background: -moz-linear-gradient(top,  #2c99fd 0%, #1f6cb4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, 	color-stop(0%,#2c99fd), color-stop(100%,#1f6cb4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2c99fd 0%,#1f6cb4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2c99fd 0%,#1f6cb4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2c99fd 0%,#1f6cb4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2c99fd 0%,#1f6cb4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c99fd', 	endColorstr='#1f6cb4',GradientType=0 ); /* IE6-9 */
}

body div.copycolour {
  background-color: #2886DF;
}

.cont ainer {
  max-width:960px;
  background-color: transparent;
  color:#ffffff;
  margin 0px;
}

div.pagebodycolour div.container {
  max-width:960px;
  background-color:transparent;
  color:#000;
  margin 0px;
}

div.containerin  {
  max-width:960px;
  background-color:#fff;
  color:#000;
  margin 0px;
  padding: 20px;
}

div.containerin a  {
  color:#254D76;
  text-decoration:none;
}
div.containerin a:hover  {
  color:orange;
}

div.containerin p {
  	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	}

div.containerin h1 {
  	font-family: 'Oswald', cursive;
	font-size:28px;
	font-weight:normal;
	}

div.containerin h4 {
	text-shadow: 0px 0px 0px rgba(00, 00, 00, 1);
  	font-family: 'Oswald', cursive;
	font-size:18px;
	font-weight:normal;
	}
	

