<style type="text/css">
<!--
/*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(delta_1_files/delta_1_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; 
	cursor: url("delta_1_files/GuitarRed.ani");
} 


/**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(delta_1_files/delta_1_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(delta_1_files/delta_1_hnav_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: 492px;
	padding-top: 0px;
	background-color:  #eef1e7;/*themecolour3;*/
	padding-bottom: 0px;
	text-align: left;
	margin: 0px;
	right: 0px;	
}

.floatboxleft {width: 33%; height: 492px; margin: 0 0px; float: left; background-color: #ffffff; border-left: thin}
.floatboxright {
	width: 60%;
	height: 492px;
	margin:  0;
	float: right;
	overflow: auto;
	scrollbar-face-color: #8486df;/*themecolour1$ 55.4%,70.2%;*/
	scrollbar-highlight-color: #dddefa;/*themecolour1$ 87.3%,95.7%;*/
	scrollbar-3dlight-color: #0d0f94;/*themecolour1;*/
	scrollbar-darkshadow-color: #191a70;/*themecolour1$ 14.6%,-24.6%;*/
	scrollbar-shadow-color: #5f60b1;/*themecolour1$ 48.8%,27.5%;*/
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #b1b2e2;/*themecolour1$ 76.3%,73.0%;*/
}
html>body .floatboxleft{
   margin:  0px;
}
/*style the text in the right-hand column*/
 .floatboxright p {
	font-size: 80%;
	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: #0d0f94;/*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: #0d0f94;/*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: #0d0f94;/*themecolour1;*/
	padding-left: 5px;
	background-image: url(delta_1_files/delta_1_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(delta_1_files/delta_1_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: #070853;/*themecolour1$ -5.7%,-44.1%;*/	
}
a:visited {
	color: #070853;/*themecolour1$ -5.7%,-44.1%;*/	
}
a:link:hover {
	color: #0d0f94;/*themecolour1;*/
	cursor: url("delta_1_files/GuitarRed.ani"), pointer;
}
a:hover {
	cursor: url("delta_1_files/GuitarRed.ani"), pointer;	
}

/*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(delta_1_files/delta_1_bullet.gif);
	font-weight: normal;
	margin-left: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
}

-->
</style>
