 /**Layout Divs**/
/*this container centers the content in the browser and fixes the overall width*/
    #container {
	width: 770px;
	margin: 0 auto;
	text-align: left;
}
/*this container holds the logo and heading graphic*/
    #header {
	width: 770px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: #c4632d;/*themecolour2;*/
	height: 145px;
	margin-bottom: 8px;
}
#printheader
{
	display: none;
}
#hnavbar {
	border-bottom-width: 0px;
	border-bottom-style: none;
	border-bottom-color: #c4632d;/*themecolour2;*/
	margin-bottom: 20px;
	margin-top: 0px;
	}

/*this container holds the left and right-hand text boxes */
#holderdivleft {
	width: 180px;
	margin-right: 10px;
}
#holderdivright {
	width: 180px;
	margin-left: 10px;
}
/*the individual text boxes in the left-hand column*/
.leftcoldiv {
	margin: 10px 0 20px;
	background-color: #dbe0ff;/*themecolour1$ 77.6%,98.9%;*/
	width: 180px;
	background-image: url(template_files/Communicator_page5_corner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.leftcoldivhidden {
visibility:hidden;
	margin: 10px 0 10px;
	background-color: #dbe0ff;/*themecolour1$ 77.6%,98.9%;*/
	width: 180px;
	background-image: url(template_files/Communicator_page5_corner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}


/*the individual text boxes in the right-hand column*/
.rightcoldiv {
	margin: 10px 0 20px;
	background-color: #dbe0ff;/*themecolour1$ 77.6%,98.9%;*/
	background-image: url(template_files/Communicator_page5_corner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.rightcoldivhidden {
visibility:hidden;
	margin: 10px 0;
	background-color: #dbe0ff;/*themecolour1$ 77.6%,98.9%;*/
	background-image: url(template_files/Communicator_page5_corner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/**Redefined html tags**/
/*defines the font  */
body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #000000;/*themecolour4%0;*/
	background-color: #ffffff;/*themecolour4;*/
	padding-top: 20px;
	padding-bottom: 20px;
	}

#tabletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;/*themecolour4%0;*/
	background-color: #dbe0ff;/*themecolour1$ 77.6%,98.9%;*/
	padding-top: 0px;
	padding-bottom: 0px;
	}

/*sets margins to 0 */
p {
	margin-top: 0px;
	margin-bottom: 0px;
}

.news {
	margin-top: 20px;
	margin-bottom: 50px;
}

/*styles the text in the center column */
#wrapper p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 8px;
	padding-left: 8px;
	color: #333333;
}
/*styles the text in the left-hand column */
.leftcoldiv p {
	margin: 5px 0;
	padding: 5 8;
	color: #333333;
}
/*styles the text in the right-hand column */
.rightcoldiv p {
	margin: 5px 0;
	padding: 5 8;
	color: #333333;
}
/*style the heading text */
.rightcoldiv h2 {
	margin: 0;
	background-color: #7588f9;/*themecolour1$ 14.9%,56.2%;*/
	color: #000000;
	font-size: 120%;
	padding: 1px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5b70f1;/*themecolour1;*/
}
/*styles the text in the center column */
.leftcoldiv h2 {
	margin: 0;
	background-color: #7588f9;/*themecolour1$ 14.9%,56.2%;*/
	color: #000000;
	font-size: 120%;
	padding: 1px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5b70f1;/*themecolour1;*/
}

h1 {
	font-size: 150%;
	margin: 0px;
	color: #000000;
	padding-top: 8px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 4px;
}
h2 {
	font-size: 140%;
	color: #5b70f1;/*themecolour1;*/
	margin-top: 4px;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
}


h3 {
	font-size: 100%;
	color: #5b70f1;/*themecolour1;*/
	margin-top: 4px;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
}


/*defines the style for ordered lists (numbered) */
ol {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	color: #171e4c;/*themecolour1$ -21%,-68.6%;*/
}
/*defines the style for unordered lists (bulleted) */
 ul {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-image: url(template_files/Communicator_page5_bullet.gif);
	color: #000000;/*themecolour4%0;*/
	font-size: 100%;
	font-weight: normal;
	margin-left: 30px;
}
/*floats element to the left*/
    .left {
	float: left;
}
/*floats element to the right*/
   .right {
	float: right;
}
/*link styles*/
 a:link {
	color: #5b70f1;/*themecolour1;*/
}
 a:visited {
	color: #5b70f1;/*themecolour1;*/
}
 a:link:hover {
	color: #c4632d;/*themecolour2;*/
}
/*defines color for horizontal divider*/
.divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5b70f1;/*themecolour1;*/
}
.imagepad {
	padding-top: 10px;
}

#tabletext_sm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 17px;
}
/*footer*/

#footerdivcentre {
	width: 770px;
	font-size: 9px;
	border-top: 1px solid #1E90FF;
	border-right: #1E90FF;
	border-bottom: 1px solid #1E90FF;
	border-left: #1E90FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5B70F1;
	}
.footercoldiv {
	width: 770px;
	border-color: #cccccc;
	border: 1px solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	clear: both;
}

.boxhead {
	text-align: center;
	background-image: url(template_files/Communicator_page5_corner_upperright.gif);
	background-repeat: no-repeat;
}
