
div.column
{
	width: 1200px !important;
	margin: auto;
	
}

/* div.pagewide
{
	width: 100% !important;
	margin: auto;
} */

div.highlight
{
	background-color: #000080;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100% !important;
	margin: auto;
	color: #ffffff;
}

div.textbox
{
	width: 65%;
	background-color: #0000bf;
	background-image: linear-gradient(#2222bf, #6666ff);
	padding: 10px 50px ;
	border-radius: 30px 10px;
	color: #ffffff;
}

div.bluestrip
{
	width: 1160px;
	background-color: #0000bf;
	background-image: linear-gradient(#2222bf, #6666ff);
	padding: 10px 20px ;
	text-align: justify;
	color: #ffffff;
}

div.bluestrip_full
{
	width: 100%;
	background-color: #0000bf;
	background-image: linear-gradient(#2222bf, #6666ff);
	padding: 10px 0px ;
	color: #ffffff;
}

div.bluestrip_inner
{
	width: 100%;
	padding: 10px 10px ;
}
/* Basic Stuff */

*
{
margin: 0em;
padding: 0em;
}

body
{
background-color: #fff;
color: #303030;
font-size: 14pt;
font-family: "trebuchet ms", helvetica, sans-serif;
line-height: 1.5;
text-align: justify;
}

h1,h2,h3,h4,h5,h6
{
font-weight: normal;
}

h3,h4,h5,h6
{
color: #66000F;
}

h1 span
{
font-weight: bold;
}


h3 span
{
font-weight: bold;
}

h4 span
{
font-weight: bold;
}

br.clear
{
clear: both;
}

img
{
padding: 0px;
border: solid 0px #e1e1e1;
}

img.floatTL
{
float: left;
margin-right: 1.5em;
margin-bottom: 1.5em;
margin-top: 0.5em;
}

a
{
text-decoration: underline;
color: #0000ff;
}

a:hover
{
text-decoration: none;
}

ul.links
{
list-style: none;
}

ul.links li
{
line-height: 1em;
}

ul.links li.first
{
}

p
{
line-height: 1.8em;
}

#header
{
width:100%;
height:125px; 
background: url('images/Logo Colour Transparent.png')
no-repeat;

background-size: 600px;   /* logo width*/
}

#header_inner
{
position: relative;
width: 1200px;
height:130px;
margin: 0 auto;
}

#menu
{
position: absolute;
right: 0em;
bottom: 0em;
}

#menu ul
{
list-style: none;
}
#menu li
{
float: left;
}
#menu li a
{
margin-left: 0.5em;
display: block;
padding: 1em 1.1em 0.5em 1.1em;
color: #000000;
font-weight: bold;
font-size: 1.3em;
text-transform: lowercase;
text-decoration: none;
}
#menu li a.active
{
color: #0000ff;
}

/* Main */

#main
{
background: url('images/n2.png') 0px 1px repeat-x;
padding-top: 50px;
}

#main_inner
{
position: relative;
padding-top: 1em;
}

#footer
{
width:100%;
background: #808080;
text-align: center;
}

#footer_inner
{
position: relative;
width: 1200px;
margin: 0 auto;
}