
/**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:#ffffff;
}

#spacer {
	width: auto;
	}

/*this container holds the right-hand column divs*/
#holderdiv {
	width: 200px;
	margin: 0px 5px 0px 0px;
}

/*the individual text boxes in the left-hand column*/
.coldiv {
	margin: 0px 0;
	background-color: #faf9f5;/*themecolour3;*/
	color: #000000;/*themecolour3%0;*/
	border: 2px solid #e2d60c;/*themecolour1$ 4.1%, 54.6%;*/
	width: 770px;
}

/*contains and positions the horizontal navbar*/
.hnav {
	margin: 10px 0 0px;
	width: 770px;
	background-color: #c0b502;/*themecolour1;*/
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c0b502;/*themecolour1;*/
	border-left-color: #c0b502;/*themecolour1;*/
}
/*style the footer area*/
#footer {
	width: auto;
	font-size: 70%;
	text-align: center;
	height: 24px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 4px;
	vertical-align: middle;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e2d60c;/*themecolour1$ 4.1%, 54.6%;*/
}
/**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: 10pt;
 /*   background-repeat: repeat-x;*/
/*	padding-top: 20px;*/
	padding-bottom: 20px;
	background-color: #ffffff;/*themecolour4;*/
	scrollbar-arrow-color: #FEFBBC;
scrollbar-3dlight-color: #F9F383;
scrollbar-highlight-color: #FFFFFF;
scrollbar-face-color: #C0B503;
scrollbar-shadow-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #FFFFFF;
CURSOR: url(images/glass2.cur)
}
/*sets margins to 0*/  
p {
	margin-top: 5px;
	margin-bottom: 5px;
	text-indent : 30px;
}
/*style the text */
#wrapper p {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 10pt;
	padding-right: 5px;
	padding-left: 5px;
}
/*style the heading1 text */
h1 {
	font-size: 100%;
	margin: 0px 210px 5px 200px;
	padding-top: 20px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dbd244;/*themecolour1$ 30.1%, 43.1%;*/
	padding-bottom: 2px;
	padding-left: 0px;
}

/*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;
	font-weight: normal;
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: 10pt;
	list-style-image: url(index_files/index_bullet.gif);
	list-style-position: inside;
}
/*floats element to the left*/
    .left {
	float: left;
}
/*floats element to the right*/
   .right {
	float: right;
}
/*link styles*/
a:link {
	color: #c0b502;/*themecolour1;*/
	CURSOR: url(images/inspector.cur);
}
a:visited {
	color: #dbd244;/*themecolour1$ 30.1%,43.1%;*/
	CURSOR: url(images/inspector.cur);
}

/*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: #6273bf;
	padding-top: 4px;
	padding-bottom: 4px;
}

/*floats image to the left of text blocks*/
.imagefloat {
	float: left;
	vertical-align: middle;
	margin-right: 5px;
}
#clear {
	height: 1px;
}
.logo1 {	margin: 0px 0 10px;
	width: 200px;
	height: 100px;
}
/*floats logo graphic to the left */ 
div.row span.left {
  float: left;
  text-align: left;
  }

/*floats heading graphic to the right */ 
div.row span.right {
  float: right;
  text-align: right;
  }
A {text-decoration:none;}
A:hover { text-decoration : underline; color : #000080 }
-->

