
#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #444444;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}

.aligncenter {
    text-align: center;
}



body{
	font-family: Arial, sans-serif;
	line-height: 1.166;
	margin: 0 auto;
	max-width: 980px;
	background-image: url(images/Back001.png);
	background-repeat: repeat-x;
	background-color: #f7ffa8;      
}

a{
	color: #006699;
	text-decoration: none;
	background-image: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #000000;
	text-decoration: underline;
	background-image: none;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%; 
}

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

.MainFormCentre {
	   max-width: 990px;
	   margin: 0 auto;
	   background-color: transparent;
}

* {
  box-sizing: border-box;
}

/* Create three equal columns that floats next to each other */
.columnA {
  float: left;
  width: 20%;
  padding: 10px;
  /* height: 300px; Should be removed. Only for demonstration */
  border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
/* Create three equal columns that floats next to each other */
.columnB {
  float: left;
  width: 60%;
  padding: 10px;
}

.row {
 border-top: 1px solid #cccccc;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .columnA {
  float: left;
  width: 100%;
  padding: 10px;
  /* height: 300px; Should be removed. Only for demonstration */
  border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
/* Create three equal columns that floats next to each other */
.columnB {
  float: left;
  width: 100%;
  padding: 10px;
}
}
