/**Layout Divs**/
/*this container centers the content in the browser and fixes the overall width*/
    #wrapper {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	background-color:  #eef1e7;/*themecolour3;*/
}
/*this container holds the logo and heading graphic*/
    #header {
	background-image:  url(index_files/index_header_bg.gif);
	background-repeat: repeat-x;
	height: 85px;
	width: 770px;
	}
/*this container holds the horizontal navigation bar and defines the background image*/	
	#navbar {
	width: 770px;
	top: 50px;
	background-repeat: no-repeat;
	background-image: url(index_files/index_hnav_bg.gif);
	padding-left: 20px;
}

/*this container holds the right-hand column divs*/
#holderdiv {
	width: 220px;
	padding-right: 10px;
	padding-left: 10px;
}
/*this container holds the left-hand column divs*/
#holderdiv2 {
	width: 180px;
	padding-right: 10px;
	padding-left: 10px;
}
/*the individual text boxes in the left-hand column*/
.leftcoldiv {
	margin: 10px 10px;
	background-color: #e7f0fc;
	border: 1px solid #4176be;
	width: 480px;;
}
/*the individual text boxes in the right-hand column*/
.rightcoldiv {
	margin: 10px 10px;
	background-color: #e7f0fc;/*themecolour1$ 87.3%,95.7%;*/
	border: 1px solid #4175be;/*themecolour1;*/
	float: right;
	width: 30%;
}
/**Redefined html tags**/
/*this defines the font style and color, also the gradient background image*/
    body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 100%;
	background-image:   url(index_files/index_gradient_bg.gif);
	color: #333333;
    background-repeat: repeat-x;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #ffffff;/*themecolour4;*/	
}
 /*sets margins to 0*/ 
p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*style the text in the center column*/
#wrapper p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 10px;
	margin-left: 0px;
	padding-left: 20px;
	font-size: 70%;
	line-height: 1.3em;
}
/*style the text in the right-hand column*/
.rightcoldiv p {
	margin: 5px 0;
	font-size: 90%;/*themecolour1$ -12.5%,-53%;*/
	line-height: 1.5em;
	padding-top: 5;
	padding-bottom: 5;
}
/*style the text in the left-hand column*/
.leftcoldiv p {
	margin: 5px 0;
	font-size: 90%;/*themecolour1$ -12.5%,-53%;*/
	line-height: 1.5em;
	padding-top: 5;
	padding-bottom: 5;
}

/*style the heading text */
h1 {
	font-size: 100%;
	margin: 0px 23px 5px 80px;
	padding-top: 20px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4175be;/*themecolour1;*/
	padding-bottom: 2px;
	
}
h2 {
	margin: 10 230 4 180;
	font-size: 90%;
	background-color: #c9cebe;/*themecolour3$ -3.6%,-14.5%;*/
	border-bottom-color: #4175be;/*themecolour1;*/
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	
}
h3 {
	margin: 10 230 4 180;
	font-size: 90%;
	background-image: url(index_files/index_h2_bg.gif);
	background-repeat: no-repeat;
	border-bottom-color: #4175be;/*themecolour1;*/
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.rightcoldiv h2 {
	margin: 0;
	background-color: #c9cebe;/*themecolour3$ -3.6%,-14.5%;*/
	font-size: 90%;
	padding: 1px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
    border-bottom-color: #4175be;/*themecolour1;*/
}
.rightcoldiv h3 {
	margin: 0;
	background-color: #a6c3ec;/*themecolour1$ 55.4%,70.2%;*/
	font-size: 90%;
	padding: 1px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
    border-bottom-color: #4175be;/*themecolour1;*/
}
.leftcoldiv h2 {
	margin: 0;
	background-color: #c9cebe;/*themecolour3$ -3.6%,-14.5%;*/
	font-size: 90%;
	padding: 2px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
    border-bottom-color: #4175be;/*themecolour1;*/
}
.leftcoldiv h3 {
	margin: 0;
	background-color: #a6c3ec;/*themecolour1$ 55.4%,70.2%;*/
	font-size: 90%;
	padding: 2px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
    border-bottom-color: #4175be;/*themecolour1;*/
}
/*defines the style for ordered lists (numbered) */
ol {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}
/*defines the style for unordered lists (bulleted) */
 ul {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-image:  url(index_files/index_bullet.gif);
	font-weight: normal;
	margin-left: 35px;
	padding-left: 20px;
	padding-bottom: 10px;
}

/*floats element to the left*/
    .left {
	float: left;
}
/*floats element to the right*/
   .right {
	float: right;
}
/*floats logo graphic to the left */
div.row span.left {
  float: left;
  text-align: left;
  font-weight: bold;
  color: #fff;
  }
/*floats heading graphic to the right */
div.row span.right {
  float: right;
  text-align: right;
  font-weight: bold;
  color: #ffffff;
  }

/*link styles*/
a:link {
	color: #22406a;/*themecolour1$ -5.7%,-44.1%;*/	
}
a:visited {
	color: #22406a;/*themecolour1$ -5.7%,-44.1%;*/	
}
a:link:hover {
	color: #4175be;/*themecolour1;*/	
}
/*defines the style for horizontal dividers used in right and left-hand columns) */
.divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4175be;/*themecolour1;*/
}

/*style the text and define background image for the footer*/
#footer {
	width: 770px;
	clear: right;
	font-size: 70%;
	text-align: center;
	background-image: url(index_files/index_footer_bg.gif);
	background-repeat: no-repeat;
	height: 32px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-left: 22px;
	background-color: #ffffff;/*themecolour4;*/
	}
/*floats image to the left of text blocks*/	
.imagefloat {
	float: left;
	padding-right: 10px;
	vertical-align: middle;
}