/**Layout Divs**/
/*this container centers the content in the browser and fixes the overall width*/
    #wrapper {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	font-size: 80%;
	color: #022a53;/*themecolour1$ -52.9%,-31.3%;*/
	line-height: 1.5em;
}
/*this container holds the logo and heading graphic*/
    #header {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF9300;
	top: 36px;
	}
	
/*this container holds the logo graphic */
	#logo {
	background-repeat: no-repeat;
	height: 56px;
	top: 0px;
	right: 0px;
	width: 120px;
}
/*this container holds the horizontal navigation bar */
    #navbar {
	background-image: url(index_files/index_bar.gif);
	background-repeat: repeat-x;
	height: 32px;
	width: 770px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #5b6c7f;/*themecolour1$ 69.8%,4.3%;*/
	border-left-color: #5b6c7f;/*themecolour1$ 69.8%,4.3%;*/
}	
	#midbar {
	width: 770px;
	top: 50px;
	background-repeat: repeat-x;
	background-image: url(index_files/index_bar_thin.gif);
	height: 17px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #5b6c7f;/*themecolour1$ 69.8%,4.3%;*/
	border-left-color: #5b6c7f;/*themecolour1$ 69.8%,4.3%;*/
}
/*this container holds the left-hand text boxes */
#holderdiv {
	padding-right: 6px;
	padding-left: 6px;
	margin-right: 6px;
	width: 200px;
}
/*the individual text boxes in the left-hand column*/
.leftcoldiv {
	margin: 10px 0;
	border: 1px solid #1a2836;/*themecolour1$ 45.8%,-55.3%;*/
	background-color: #f3f9ff;/*themecolour1$ 95.2%,100%;*/
	width: 100%;
}

.leftcoldivlight {
	margin: 10px 0;
	border: 1px solid #1a2836;/*themecolour1$ 45.8%,-55.3%;*/
	background-color: #f3f9ff;/*themecolour1$ 95.2%,100%;*/
}
/**Redefined html tags**/
/*defines the font and page background image */
 body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FFFFFF;/*themecolour4;*/
	}
/*sets margins to 0 */	
p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*styles the text in the right-hand column */
#wrapper p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 20px;
	padding-left: 8px;
}
/*styles the text in the left-hand column */
.leftcoldiv p {
	margin: 5px 0;
	padding: 5;
	color: #1a2836;/*themecolour1$ 45.8%,-55.3%;*/
	font-size: 90%;
	line-height: 1.3em;
}

.leftcoldivlight p {
	margin: 5px 0;
	padding: 5;
	color: #1a2836;/*themecolour1$ 45.8%,-55.3%;*/
	font-size: 90%;
	line-height: 1.3em;
}
/*style the heading text */
.leftcoldiv h2 {
	margin: 0;
	background-color: #5b6c7f;/*themecolour1$ 69.8%,4.3%;*/
	color: #000000;
	font-size: 120%;
	padding: 1px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1a2836;/*themecolour1$ 45.8%,-55.3%;*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #92a1b1;/*themecolour1$ 81.7%,41.7%;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.leftcoldiv h3 {
	margin: 0;
	background-color: #f72103;/*themecolour2;*/
	color: #000000;
	font-size: 120%;
	padding: 1px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1a2836;/*themecolour1$ 45.8%,-55.3%;*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f64d35;/*themecolour2$ 20.5%,-0.4%;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.leftcoldivlight h4 {
	margin: 0;
	color: #000000;
	font-size: 120%;
	padding: 1px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1a2836;/*themecolour1$ 45.8%,-55.3%;*/
	background-image: url(index_files/index_h4bg.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f3f9ff;/*themecolour1$ 95.2%,100%;*/
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}


h1 {
	font-size: 130%;
	margin: 0px;
	color: #000000;
	padding-top: 6px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 120%;
	color: #000000;
	margin-top: 4px;
	margin-bottom: 2px;
}
/*defines the style for ordered lists (numbered) */
ol {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	color: #2e4053;/*themecolour1$ 52.9%,-31.3%;*/
}
/*defines the style for unordered lists (bulleted) */
 ul {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #022a53;/*themecolour1$ -52.9%,-31.3%;*/
	font-size: 80%;
	font-weight: normal;
	margin-left: 20px;
	list-style-type: disc;
	list-style-image: url(index_files/index_bullet.gif);
}
/*link styles*/
a:link {
	color: #1a2836;/*themecolour1$ 45.8%,-55.3%;*/
}
 a:visited {
	color: #1a2836;/*themecolour1$ 45.8%,-55.3%;*/
}
 a:link:hover {
	color: #f72103;/*themecolour2;*/
}
/*defines color for horizontal divider*/
.divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #073f79;/*themecolour1$ 52.9%,--31.3%;*/
}
/*floats element to the left*/
    .left {
	float: left;
}
/*floats element to the right*/
   .right {
	float: right;
}
/*styles the footer*/
.footer {
	font-size: 90%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #f72103;/*themecolour2;*/
	background-image: url(index_files/index_bar.gif);
	background-repeat: repeat-x;
	width: 770px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 8px;
	color: #1a2836;/*themecolour1$ 45.8%,-55.3%;*/
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #5b6c7f;/*themecolour1$ 69.8%,4.3%;*/
	border-left-color: #5b6c7f;/*themecolour1$ 69.8%,4.3%;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #073f79;/*themecolour1$ 52.9%,--31.3%;*/
}