#wrapper {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	color: #000;
	line-height: 1.3em;
	background-color: #ffffff;/*themecolour2;*/
	border: 1px solid #999;
}
/* this coantainer holds the individual text boxes in the left-hand column*/
#holderdiv {
	width: 25%;
	padding-left: 10px;
}
#holderdiv2 {
	width: 70%;
	padding-right: 10px;
}
/* this coantainer holds the heading graphic*/
    #header {
	background: #f887fc;/*themecolour3;*/
	height: 110px;
	margin: 0px;
	}
/*this container holds the horizontal navigation */	
	#navbar {
	background-color: #000000;/*themecolour4;*/
	width: auto;
	top: 50px;
	border-bottom-style: none;/*themecolour5;*/
	background-repeat: no-repeat;
	display: inline;
	color: #FFF;
	font-size: 12px;
}
.nav {
	color: #FFF;
	text-align: center;
	height: 22px;
	padding-left: 20px;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	padding-top: 5px;
	width: auto;
	padding-bottom: 3px;
	background-color: #333;
}

/*this container holds the logo graphic */
#logo {
	background-repeat: no-repeat;
	height: 80px;
	top: 0px;
	right: 0px;
	width: auto;
	margin-right: 0px;
	margin-left: 0px;
}
/*the individual text boxes in the left-hand column */
.leftcoldiv {
	margin: 5px 5 5px 0;
	background-image: url(index_files/index_columnbg2.gif);
	background-repeat: repeat;
}
/*the individual text boxes in the right-hand column */
.rightcoldiv {
	margin: 5px 0 0px;
	border: 1px solid #000000;
}
/*styles the footer */
.footer {
	font-size: 70%;
	color: #7b3208;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d56727;
	padding-bottom: 10px;
	text-align: center;
	clear: both;
}

/*HTML tag styles*/
/*this defines the font style and color*/
    body {
	font: 100%/1.5em georgia, times, serif;
	color: #333333;
	text-align: center;
	background-color: #000000;/*themecolour4;*/
	padding-top: 5px;
	padding-bottom: 20px;
		
}
/*paragraph styles*/ 
#wrapper p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 80%;
}
.leftcoldiv p {
	margin: 5px 0;
	padding: 10 5;
	color: #000000;/*themecolour4;*/
	font-size: 90%;
	line-height: 1.3em;
}
.rightcoldiv p {
	margin: 0;
	font-size: 90%;
	color: #333333;
	line-height: 1.3em;
} 
/*sets margins to 0*/
    p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*floats element to the left*/
    .left {
	float: left;
	margin-right: 5px;
}
/*floats element to the right*/
   .right {
	float: right;
}
/*style the heading text*/
h1 {
	font-size: 120%;
	margin: 0px 0px 0px 20px;
	color: #000000;/*themecolour4;*/
	padding-top: 10px;
	padding-left: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding-bottom: 5px;
}

h2 {
	font-size: 80%;
	color: #937095;/*themecolour1$ 0.6%,-40.3%;*/
	margin-top: 4px;
	margin-bottom: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 6px;
	font-weight: bolder;
	padding-bottom: 2px;
	padding-top: 2px;
	margin-left: 200px;
	margin-right: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #f7a4fa;/*themecolour1$ -13.0%,15.2%;*/
	background-color: #f3dbdb;/*themecolour2$ -10.1%,-4.6%;*/
}

h3 {
	font-size: 80%;
	color: #eaacac;/*themecolour2$ -26.2%,-8.4%;*/
	margin-top: 4px;
	margin-bottom: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 6px;
	font-weight: bolder;
	padding-bottom: 2px;
	padding-top: 2px;
	margin-left: 200px;
	margin-right: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;/*themecolour4;*/
	background-image: url(index_files/index_columnbg2.gif);
	background-repeat: repeat;
}

h4 {
	font-size: 80%;
	color: #937095;/*themecolour1$ 0.6%,-40.3%;*/
	margin-top: 4px;
	margin-bottom: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 6px;
	font-weight: bolder;
	padding-bottom: 2px;
	padding-top: 2px;
	margin-left: 10px;
	margin-right: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #f7a4fa;/*themecolour1$ -13.0%,15.2%;*/
	background-color: #f3dbdb;/*themecolour2$ -10.1%,-4.6%;*/
}

h5 {
	font-size: 80%;
	color: ##eaacac;/*themecolour2$ -26.2%,-8.4%;*/
	margin-top: 4px;
	margin-bottom: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 6px;
	font-weight: bolder;
	padding-bottom: 2px;
	padding-top: 2px;
	background-image: url(index_files/index_columnbg2.gif);
	margin-left: 10px;
	margin-right: 15px;
	background-repeat: repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;/*themecolour4;*/
}
.leftcoldiv h2 {
	margin: 0;
	background-color: #ffffff;
	color: #ffffff;
	font-size: 90%;
	padding: 3px 5px 3px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;/*themecolour4;*/
	background-repeat: repeat;
	font-weight: bolder;
	background-image: url(index_files/index_h2bg.gif);
	font-family: Georgia, "Times New Roman", Times, serif;	
}
.rightcoldiv h2 {
	margin: 0 0 6;
	background-color: #f7bcf9;/*themecolour1;*/
	color: #ffffff;
	font-size: 90%;
	padding: 3px 5px 3px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-repeat: no-repeat;
	font-weight: bolder;
	background-image: url(index_files/index_h2bg.gif);
	
}
/*defines the style for ordered lists (numbered) */ 
ol {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	color: #000000;/*themecolour4;*/
}
/*defines the style for unordered lists (bulleted) */ 
 ul {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-image: none;
	color: #333333;
	font-size: 80%;
	font-weight: normal;
	margin-left: 20px;
	padding-left: 20px;
	line-height: 1.3em;
}

 
/*defines the style for horizontal dividers */
.divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;/*themecolour4;*/
}    
#wrapper #holderdiv2 .rightcoldiv table tr .links hover {
	color: #0F9;
}
#wrapper #holderdiv2 .rightcoldiv table tr .links a {
	color: #939;
	text-decoration: underline;
}


.relate:hover {
	font-size: 12px;
	color: #039;
}
.imageright {
	float: right;
	border: 2px solid #D59BC9;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
