/* set a level playing field */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
	margin: 0; 
	padding: 0; 
	border: 0; 
}

body{
	font-family: Verdana,Arial,sans-serif;
	color: #333333; /* this is the main body text colour - charcoal grey */
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	font-size: 70%;
/*	text-align: justify; */
}

a{
	color: #000080;
	text-decoration: none;
}

a:link{
	color: #00648d;
	text-decoration: none;
}

a:visited{
	color: #00648d;
	text-decoration: none;
}

a:hover{
	color: #018ec4;
	text-decoration: underline;
}

/*div {
	border: 1px solid #f00;
}*/

/***********************************************/
/* Banner                                      */
/***********************************************/



#bannerLeft {
	border-bottom: 0px solid #018ec4; 
	height: 120px; 
	margin: 0px; 

	background-image: url(../images/bannerLeft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#bannerRight {
	border-bottom: 0px solid #018ec4; 
	height: 120px; 
	margin: 0px; 

	background-image: url(../images/bannerRight.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	
}




h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 130%;
 color: #334d55;
 margin: 0px;
 padding: 10px 0 5px 0;
}

h2{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #000080; /* this is an H2 text colour - dark blue */
 font-style: italic;
 margin: 0px;
 padding: 10px 0 5px 0;
}

h3{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #000080;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Verdana,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: #000080;
 margin: 0px;
 padding: 0px;
}

#copyright{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #000;
 font-weight: bold;
 margin: 0px;
 padding: 0px;
}

#nav {
	width: 180px;
	float: left;
	color: #fff;
}

.navCol {
	padding: 10px 10px 10px;
	font-size: 80%;
	color: #fff;
	text-align: justify;
}

#rightCol {
	width: 180px;
	float: right;
	color: #fff;
	margin: 0;
	padding: 0;
	
}

#rightCol a {
	font-weight: bold;
	color: #33CCFF;
	text-decoration: none;
}
#rightCol a:hover {
	text-decoration: underline;
	color: #fff;
}

#rightCol h4 {
	width: 180px;
	color: #fff;	
	display: inline;
	font-weight: bold;
}

#sidebarLogin {
	margin: 30px 3px;
	/*border: 1px solid #fff;*/
	padding: 3px;
}
#sidebarLogin p {
	padding: 5px 2px;
}

#sidebarLogin a {
	color: #33CCFF;
	text-decoration: none;
	font-weight: bold;
}
#sidebarLogin a:hover {
	color: #fff;
	text-decoration: underline;
}

#leftColAddress {
	width: 180px;
	color: #fff;	
	padding-top: 2px ;
	padding-bottom: 20px;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	font-size: 100%;
	line-height: 140%;
}
#leftColAddress a {
	color: #33CCFF;
	text-decoration: none;
}
#leftColAddress a:hover {
	color: #fff;
	text-decoration: underline;
}

#footer {
	clear: both;
}

#coversheet {
	display: none;
}
#coversheetPMP {
  text-align: center;
  margin-bottom: 30px;
/*  border: 1px dashed #f00; */
}
#coversheetPMP h1 {
  font-size: 2em;
}

#content {
	font-size: 120%;
	padding-left: 200px;
	padding-right: 200px;
	padding-top: 10px;
	padding-bottom: 20px;
}
#contentPMP {
  font-size: 140%;
  padding-left: 200px;
  padding-right: 200px;
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Arial,sans-serif;
}

#pmpTitleOuter {

}
#pmpTitleInner {

}



#content ul, #content ol, #contentPMP ul, #contentPMP ol {
	padding-left: 30px;
}

#content a, #contentPMP a {
	font-weight: bold;
}

#content p, #contentPMP p {
	
	padding-top: 7px;
	padding-bottom: 7px;
}

#content img.leftImg, #contentPMP img.leftImg {
  float: left;
  margin: 3px 20px 3px 3px;
  border: 0px solid #ccc;
  padding: 3px;
  background-color: #d4ecf6;
}
#content img.rightImg, #contentPMP img.rightImg {
  float: right;
  margin: 3px 20px 3px 3px;
  border: 0px solid #ccc;
  padding: 3px;
  background-color: #d4ecf6;
}

#contentPMP h1{
 font-size: 130%;
 color: #334d55;
 margin: 0px;
 padding: 10px 0 5px 0;
 text-align: center;
}








#innerContentWrapper {
	border: 1px solid #018ec4;
	background-image:  url("../images/contentWrapper2.jpg");
	background-repeat: repeat-y;
	background-position: left top;
}
#outerContentWrapper {
	border: 1px solid #018ec4;
	background-image:  url("../images/contentWrapper1.jpg");
	background-repeat: repeat-y;
	background-position: right top;
}
#bodger {
	clear: both;
}

.bodger {
  clear: both;
  height: 1px;
  width: 1px;
}

.left {
	float: left;
	padding: 5px;
}
.right {
	float: right;
	padding: 5px;
}





div.boxout {
  width: 410px;
  margin: 20px auto;
  border: 2px solid #005985;
  padding: 10px;
  background-color: #d3ebf5;
  font-size: 1.2em;
}


/************** #advert styles **************/
.advert {
	margin: 0px;
	padding: 5px;
	font-size: 100%;
	color: #fff;
	text-align: left;
}

.advert .testimonial {
  margin: 0;
  padding: 5px;
  
}

.advert .testimonial h2 {
  color: #48cce7;
}
.advert .testimonial p {
  color: #fff;
  font-weight: normal;
}



.advert img{
	display: block;
	margin: 0 auto;
	padding: 0;
  
  border: 0px solid #ccc;
  padding: 3px;
  background-color: #d4ecf6;
  
}
	
/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-size: 100%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
	line-height: 140%;
}

#headlines ul {
	padding: 5px 0px 5px 0px;
	background-color: #cce8f4;
	color: #005985;
}

#headlines ul li{
	padding: 5px 5px 10px 5px;
	list-style: none;
}

/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 1px solid #018ec4;
color: #000080; /* this is the colour of the separator line - dark blue */
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 80%; /* this is the text at top - home contact us etc */
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	color: #008000; /* this is the colour of the Welcome to - green */
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 5px 10px;
	
}



/************* #footer styles ***************/

#footer{
	clear: both;
	border: 0px solid #018ec4;
	font-size: 85%;
	color: #999;
	padding: 5px 5px 5px 5px;
	text-align: center;
	background-color: #fff;
	
}

#footer img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


#footer p#designer {
	width: 200px;
	float: left;
	padding: 4px 0 25px 23px;
	text-align: left;
	border: 0;
}

#footer p {
	padding: 5px;
	line-height: 150%;
}

#timer, #programInfo, #pageInfo {
	color: #000;
}
.centredTable {
	margin: auto;
}
table.formatted {
	margin: auto;
}
table.formatted th {
	background-color: #005985;
	padding: 5px;
	color: #fff;
}
table.formatted td {
	padding: 5px;
}
table.formatted tr.trOdd {
	background-color: #8bcbe4;	
}
table.formatted tr.trEven {
	background-color: #cce8f4;	
}

#events li {
	padding: 5px;
}

div.testimonial {
	padding: 35px;
}
div.testimonial p {
	color: #0493cd;
	font-weight: bold;
}

table.zebra {
  margin: auto;
  border: 1px solid #999;
  border-collapse: collapse;
}
table.zebra th {
  background-color: #ccc;
  padding: 5px;
  color: #000;
}
table.zebra td {
  padding: 5px;
  border: 1px solid #999;
}

.highlight {
  color: #0493cd;
  font-weight: bold;
}



/* round corners */

.roundedcontent {
  border: 1px solid #999;
  margin: 1em 0;
}
.roundedcontent * {
  position: relative;
  margin: 0;
}
.one {
  background: url(../corner.gif) top left no-repeat;
  left: -1px;
  top: -1px;
}
.two {
  background: url(../corner_tr.gif) top right no-repeat;
  top: -2px;
  height: 15px;
}
.three {
  background: url(../corner_br.gif) bottom right no-repeat;
  right: -2px;
  bottom: -2px;
}
.four {
  background: url(../corner_bl.gif) bottom left no-repeat;
  left: -2px;
  padding-bottom: 1em;
  height: 15px;
}