/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font-family: "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	background-color: #FFFFFF;
}

pre,
code {
  font-family: "DejaVu Sans Mono", Menlo, Consolas, monospace;
}

hr {
  border: 0 solid #ccc;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 26px;
	font-style: normal;
	line-height: normal;
	margin-bottom: 5px;
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	text-align: center;
}

h2 {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000099;
	margin-top: 5px;
	margin-bottom:5px;
	text-align: left;
	}

h3 {
	font-size: 18px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
.Centre {
	text-align: center;
}


h4 {
  font-size: 19px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

p,
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}

#fullwidthbar {
  background-color:#22AA00;
}

body {
	color: #000000;
	font-size: 12px;
	height: auto;
	padding-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p {
	overflow: hidden;
	text-align: left;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.image1 {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.MenuBackground {
	background-color: #009933;
	height: 30px;
}
.image {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
}
.image3 {
	display: block;
	margin: 0px auto;
}


img.align-left{
	float: left;
	margin-right: 10px;
}
