body {
    font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 100%;
	background-image:   url(./gradient_bg.gif);
	color: #333333;
    background-repeat: repeat-x;
	padding-top: 20px;
	padding-bottom: 20px;
    margin: 0;
	border: 0;
	background-color: #FFFFFF;/*themecolour4;*/
	min-width: 770px;
}

/**Layout Divs**/
/*this container centers the content in the browser and fixes the overall width*/
#wrapper {
	width: 770px;
	
	text-align: left;
	visibility: visible;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-color:  #eef1e7;/*themecolour3;*/
}
/*this container holds the logo and heading graphic*/
#header {
	width: 770px;
	height: 85px;
	background-image: url(./header_bg.gif);
	background-repeat: repeat-x;	
}
/*this container holds the horizontal navigation bar and defines the background image*/
#hnav {
	width: 770px;
	margin-top: 0;
	background-image: url(./menu_bg.gif);
	background-repeat: no-repeat;
	height: 32px;
	padding-left: 15px;
	}
/*this container holds the left and right-hand column divs*/
#floatcontainer {
	width: 770px;
	height: 350px;
	padding-top: 0px;
	background-color:  #eef1e7;/*themecolour3;*/
	padding-bottom: 0px;
	text-align: left;
	margin: 0px;
	right: 0px;	
}

.floatboxleft {
	width: 35%;
	height: 350px;
	margin:  0 0px;
	float: left;
	background-color: #f4f4f4;/*themecolour1$ 87.3%,95.7%;*/
	
}
.floatboxright {
	width: 60%;
	height: 352px;
	margin:  0;
	float: right;
	overflow: auto;
	scrollbar-face-color: #b3b3b3;/*themecolour1$ 55.4%,70.2%;*/
	scrollbar-highlight-color: #f4f4f4;/*themecolour1$ 87.3%,95.7%;*/
	scrollbar-3dlight-color: #000000;/*themecolour1;*/
	scrollbar-darkshadow-color: #000000;/*themecolour1$ 14.6%,-24.6%;*/
	scrollbar-shadow-color: #464646;/*themecolour1$ 48.8%,27.5%;*/
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #bababa;/*themecolour1$ 76.3%,73.0%;*/
}
html>body .floatboxleft{
   margin:  0px;
}
/*style the text in the right-hand column*/
 .floatboxright p {
	font-size: 70%;
	padding: 0px 20px 0px 0px;
	margin: 0px;
}

/*style the heading1 text */
.floatboxleft h1 , .floatboxright h1 {
	font-size: 100%;
	margin: 0px 20px 5px 0px;
	padding-top: 20px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;/*themecolour1;*/
	padding-bottom: 2px;
	
}
/*alternative style for the heading2 text */
.floatboxleft h2 , .floatboxright h2 {
	font-size: 90%;
	margin: 0px 20px 4px 0px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;/*themecolour1;*/
	padding-left: 5px;
	background-color: #c9cebe;/*themecolour3$ -3.6%,-14.5%;*/
}

/*alternative style for the heading3 text */
.floatboxleft h3 , .floatboxright h3 {
	font-size: 90%;
	margin: 0px 20px 4px 0px;
	padding-top: 2px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;/*themecolour1;*/
	padding-left: 5px;
	background-image: url(./paragraph_bg.gif);
	background-repeat: no-repeat;
	padding-bottom: 2px;
	
}
/*style the text and define background image for the footer*/
#footer {
	width: 770px;
	clear: right;
	font-size: 70%;
	text-align: center;
	background-image: url(./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;*/
	
}
/*sets margins to 0*/
#wrapper p {
	margin: 0px;
	line-height: 1.3em;
}
/*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: #000000;/*themecolour1$ -5.7%,-44.1%;*/	
}
a:visited {
	color: #000000;/*themecolour1$ -5.7%,-44.1%;*/	
}
a:link:hover {
	color: #000000;/*themecolour1;*/	
}

/*floats image to the left of text blocks*/ 
.imagefloat {
	float: left;
	vertical-align: middle;
	padding-right: 2px;
}

/*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;
  }
  
 /*defines the style for ordered lists (numbered) */  
  ol {
    font-size: 70%  
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
/*defines the style for unordered lists (bulleted) */  
 ul {
	font-size: 70%;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-image:  url(./bullet.gif);
	font-weight: normal;
	margin-left: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
}
