/* CSS Document */
<style type="text/css">
<!--
/**Layout Divs**/
/*this container centers the content in the browser and fixes the overall width*/
    #wrapper {
	width: 90%;
	margin: 0 auto;
	text-align: left;
	background-color: #cccaca;/*themecolour4$ -1.1%, -20.0%;*/    
}
/*container for the heading and logo graphic*/
#header {
	height: 100px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #00913e;/*themecolour1;*/
	background-image: url(index_files/index_header_bg.gif);
	background-repeat: repeat-x;
	text-align: right;
}
/*this container holds the right-hand column divs*/
#holderdiv {
	width: 180px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
/*contains and positions the horizontal navbar*/
#hnav {
	margin: 2px 0 0px;
	width:100%;
	background-color:#000000;/*themecolour2;*/	
}

/*this container holds the main image and holds the contentright div containing the right-hand text*/	
.content1 {
	width: 100%;
	margin-top: 0;
	background-color: #cccaca;/*themecolour4$ -1.1%, -20.0%;*/ 
	padding-bottom: 5px;
	height: auto;
}

#contentleft {
float:left;

}
/*this container holds upper right-hand text. - this is held within the above selector. Overflow is set to auto so if the content exceeds the 200px depth vertical scrollbars are provided.*/
#contentright {
	clear:none;
	height: auto;
	overflow: auto;
	scrollbar-face-color: #ffffff;/*themecolour4;*/
	scrollbar-highlight-color: #fffcfc;/*themecolour4$ -1.1%,23.1%;*/
	scrollbar-3dlight-color: #919090;/*themecolour4$ -1.1%,-43.0%;*/
	scrollbar-darkshadow-color: #141414;/*themecolour4$ -1.1%,-92.0%;*/
	scrollbar-shadow-color: #939191;/*themecolour4$ -1.1%,-42.5%;*/
	scrollbar-arrow-color: #00913e;/*themecolour1;*/
	scrollbar-track-color: #939191;/*themecolour4$ -1.1%,-42.5%;*/
	padding-left: 0px;
	padding-right: 0px;
	background-color: #ffffff;/*themecolour4;*/
}
/*this container holds the four boxes at the bottom of the index page*/
#floatcontainer {
	width: 100%;
	height: 220px;
	padding-top: 15px;
	background-color: #cccaca;/*themecolour4$ -1.1%, -20.0%;*/ 
	padding-bottom: 15px;
	text-align: left;
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #00913e;/*themecolour1;*/
	
}

/*set up the four floated boxes - these are held within the above selector*/
.floatboxes {
	width: 22%;
	height: 200px;
	margin:  0 8px;
	ma\rgin: 0 10px;
	float: left;
	background-color: #ffffff;/*themecolour4;*/
	overflow: auto;
	scrollbar-face-color: #ffffff;/*themecolour4;*/
	scrollbar-highlight-color: #fffcfc;/*themecolour4$ -1.1%,23.1%;*/
	scrollbar-3dlight-color: #919090;/*themecolour4$ -1.1%,-43.0%;*/
	scrollbar-darkshadow-color: #141414;/*themecolour4$ -1.1%,-92.0%;*/
	scrollbar-shadow-color: #939191;/*themecolour4$ -1.1%,-42.5%;*/
	scrollbar-arrow-color: #00913e;/*themecolour1;*/
	scrollbar-track-color: #939191;/*themecolour4$ -1.1%,-42.5%;*/
}

/*style the text in the lower boxes*/
.floatboxes p {
	font-size: 70%;
	margin: 0px;
	padding-bottom: 4px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 4px;
}
/*style the text in the upper boxes*/
#contentright p {
	font-size: 70%;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 6px;
	padding-bottom: 2px;
}
/*style the heading text in the lower boxes*/
.floatboxes h2 {
	background-color: #000000;/*themecolour2;*/
	font-size: 80%;
	padding: 3px 1px 3px 7px;
	color: #d82028;/*themecolour5;*/
	margin-top: 0;
	margin-bottom: 5;
	margin-right: 0;
	margin-left: 0;
}
/*alternative style for the heading text in the lower boxes*/
.floatboxes h3 {
	background-color: #000000;/*themecolour2;*/
	font-size: 80%;
	padding: 3px 1px 3px 7px;
	color: #00913e;/*themecolour1;*/
	margin-top: 0;
	margin-bottom: 5;
	margin-right: 0;
	margin-left: 0;
}
/*style the footer area*/
#footer {
	width: auto;
	clear: both;
	font-size: 70%;
	text-align: center;
	height: 24px;
	padding-top: 4px;
	vertical-align: middle;
	font-weight: bold;
	background-color: #000000;/*themecolour2;*/
	color: #cccaca;/*themecolour4$ -1.1%, -20.0%;*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00913e;/*themecolour1;*/
}
/**Redefined html tags**/
/*this defines the font style and color, also the  background image*/
    body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;/*themecolour6;*/
	text-align: center;
	font-size: 100%;
	background-repeat: repeat;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #000000;/*themecolour2;*/
	margin-left: 0px;
	margin-right: 0px;
	background-image: url(index_files/index_bg_image.gif);	
}
html>body {margin-left: 0px;        margin-right: 0px; padding-left: 10px;       padding-right: 10px;}
/*sets margins to 0*/
p {
	margin-top: 0px;
	margin-bottom: 0px;
}
.content1 h1 {
	font-size: 120%;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00913e;/*themecolour1;*/
	padding-bottom: 5px;
	color: #d82028;/*themecolour5;*/
	padding-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-top: 5px;
}
.content1 h2 {
	background-color: #000000;/*themecolour2;*/
	font-size: 80%;
	padding: 3px 1px 3px 7px;
	color: #d82028;/*themecolour5;*/
	margin-top: 0;
	margin-bottom: 5;
	margin-right: 0;
	margin-left: 0;
}
/*alternative style for the heading text in the lower boxes*/
.content1 h3 {
	background-color: #000000;/*themecolour2;*/
	font-size: 80%;
	padding: 3px 1px 3px 7px;
	color: #00913e;/*themecolour1;*/
	margin-top: 0;
	margin-bottom: 5;
	margin-right: 0;
	margin-left: 0;
}
/*floats element to the left*/
.left {
	float: left;
	margin: 0px;
	padding: 0px;
	left: -2px;
}
/*floats element to the left*/
.right {
	float: right;
}

/*link styles*/
a:link {
	color: #ffffff;/*themecolour4$ 1.8%, 50.2%;*/
}	
a:visited {
color: #ffffff;/*themecolour4$ 1.8%, 50.2%;*/
	
}
a:link:hover {
	color: #00913e;/*themecolour1;*/
	
}

/*floats logo graphic to the left */ 
div.row span.left {
  float: left;
  text-align: left;
  font-weight: bold;
  color: #ffffff; 
  }

/*floats heading graphic to the right */ 
div.row span.right {
  float: right;
  text-align: right;
  font-weight: bold;
  color: #fff; 
  }
.left1 {	float: left;
}
/*defines the style for ordered lists (numbered) */
ol {
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: 80%;
}
/*defines the style for unordered lists (bulleted) */
 ul {
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: 80%;
	list-style-position: inside;
	list-style-image: url(index_files/index_bullet.gif);
}
-->
</style>

