body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #333333;/*themecolour4%0;*/
	background-color: #ffffff;/*themecolour4;*/
	padding-top: 20px;
	padding-bottom: 20px;
	}
 /**Layout Divs**/
/*this container centers the content in the browser and fixes the overall width*/     
    #container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}
/*this container holds the logo and heading graphic*/
    #header {
	width: 100%;
	border-bottom-width: 3px;
	border-bottom-style: dashed;
	border-bottom-color: #ff7f00;/*themecolour2;*/
	height: auto;
	margin-bottom: 8px;
}

#hnavbar {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ff7f00;/*themecolour2;*/
	margin-bottom: 2px;
}

/*this container holds the left and right-hand text boxes */
#holderdivleft {
	width: 180px;
	margin-right: 10px;

}
#holderdivright {
	width: 180px;
	margin-left:10px;


}
#centerBlock {

width:400px;
float:left;
}
/*the individual text boxes in the left-hand column*/
.leftcoldiv {
	margin: 10px 0;
	background-color: #e9f1f7;/*themecolour1$ 77.6%,98.9%;*/
	width: 180px;
	background-image: url("index_files/index_corner.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
	float:left;
}
/*the individual text boxes in the right-hand column*/
.rightcoldiv {
	margin: 10px 0;
	background-color: #e9f1f7;/*themecolour1$ 77.6%,98.9%;*/
	background-image: url("index_files/index_corner.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
}
/**Redefined html tags**/
/*defines the font  */ 

/*sets margins to 0 */ 
p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*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: #aec7db;/*themecolour1$ 14.9%,56.2%;*/
	color: #000000;
	font-size: 120%;
	padding: 1px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #839aad;/*themecolour1;*/
}
/*styles the text in the center column */
.leftcoldiv h2 {
	margin: 0;
	background-color: #aec7db;/*themecolour1$ 14.9%,56.2%;*/
	color: #000000;
	font-size: 120%;
	padding: 1px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #839aad;/*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: #839aad;/*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: #333333;/*themecolour1$ -21%,-68.6%;*/
}
/*defines the style for unordered lists (bulleted) */
 ul {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-image: url("index_files/index_bullet.gif");
	color: #333333;/*themecolour4%0;*/
	font-size: 80%;
	font-weight: normal;
	margin-left: 20px;
}

/*floats element to the left*/
    .left {
	float: left;
}
/*floats element to the right*/
   .right {
	float: right;
}
/*link styles*/
 a:link {
	color: #839aad;/*themecolour1;*/
}
 a:visited {
	color: #333333;/*themecolour4%0;*/
}
 a:link:hover {
	color: #ff7f00;/*themecolour2;*/
}
/*defines color for horizontal divider*/
.divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #839aad;/*themecolour1;*/
}
.imagepad {
	padding-top: 5px;
}
.copyright {
margin-top:10px;
	font-size: 0.9em;
	color: #333333;
	text-align: center;
}
.greenblk {
	background-color: #009933;
	padding: 5px;
	height: auto;
	width: 95%;
margin-right:10px;
}
.greenblk p {
	font-size: .9em;
	color: #FFFFFF;
}
.highlight {
	background-color: #FFFF99;
	padding:4px;
}
.linkone a {
	font-size: 1em;
	color: #FF0000;
	background-color: #FFFFFF;
	display: block;
	padding: 2px;
	height: 25px;
	width: 100%;
	border: 1px solid #990000;
	text-align: center;
}
.clear {
	clear: both;
}
.style2 {
	color: #FF0000;
	font-weight: bold;
}