body  {

	/*font: 100% Verdana, Arial, Helvetica, sans-serif;*/
	 /*background: #CE0000;*/
	background-image:url(../images/colourbackweb.gif);
	background-repeat:repeat;
	background-position:center;
	margin-top: 20px; /* amend these if want want more background seen around the edges */
	margin-bottom: 30px; /* amend these if want want more background seen around the edges */
	margin-left: 0px; /* leave at zero */
	margin-right: 0px; /* leave at zero */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.thrColAbsHdr #container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	padding-top:0px; /* leave at 0px */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.thrColAbsHdr #header { 
	height: 180px; /* header height */
	background: #ffffff; 
	padding: 0, 0, 0, 0;  /* padding all 0 for images */
	padding-top:10px; /* need this for the logo */
	
}
.thrColAbsHdr #logoStrip {
	/* strip for holding corporate logo */
	align:left;
	
}
.thrColAbsHdr #logoImgHolder {
	/* keeps logo inline with banners and buttons etc. */
	width:276px;
	height:168px;
	border:0;
	align:middle;
	
}
.thrColAbsHdr #topBannerStrip {
	/* banner strip for holding various images */	
	position:absolute; 
	top:0;
	left:276px; 
	height:152px;
	align:left; 	
	text-align:left;
	width:724px;	
}
.thrColAbsHdr #topBannerImgHolder {
	/* keeps images a uniform hieght to match the logo + nav buttons */
	height: 152px;	
}
.thrColAbsHdr #imgHolderNormWidth {
	/* keeps images a uniform width*/
	width: 170px;
	height:auto;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
}
.thrColAbsHdr #imgHolderNormHeight {
	/* keeps images a uniform hieght */
	width:auto;
	height: 170px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
}
.thrColAbsHdr #imgHolderSmallWidth {
	/* keeps smaller images a uniform width */
	width: 120px;
	height:auto;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
}
.thrColAbsHdr #imgHolderSmallHeight {
	/* keeps smaller images a uniform hieght */
	width:auto;
	height: 120px;	
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
}
.thrColAbsHdr #sidebarLeft {
	position: absolute;
	top: 192px;
	left: 0;
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* #EBEBEB; the background color will be displayed for the length of the content in the column, but no further */
	padding: 1px 1px 1px 1px; /* padding keeps the content of the div away from the edges */
}
.thrColAbsHdr #sidebarRight {
	position: absolute;
	top: 228px;
	right: 0;
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* #EBEBEB; the background color will be displayed for the length of the content in the column, but no further */
	padding: 1px 1px 1px 1px; /* padding keeps the content of the div away from the edges */
}
.thrColAbsHdr #flagNavBar {
	/* nav bar for the flags */
	position: absolute;
	top: 189px;
	right: 0px;
	width: 191px; /* width larger then side bar 2 due to padding */
	text-align:right;
	height: 29px;
	background: #FFFFFF; 
	padding: 5px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
}
.thrColAbsHdr #flagImgHolder {
	/* keeps flag images a uniform size */
	width: 38px; 
	height: 29px;
	border:none; /* need this for bug with IE */
}
.thrColAbsHdr #mainContent { 
	margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 5px 5px 5px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.thrColAbsHdr #navbarExternal { 
	margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 15px 15px 15px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:center;
}
.thrColAbsHdr #externalImgHolder {
	/* keeps flag images a uniform size (original was width: 200px; height: 72px)*/
	/* properties are: top right bottom left*/
	width: 100px; 
	height: 36px;
	margin:10px; /* once we add more external links we need to fiddle with the margin and padding properties here*/
	padding: 5px 30px 5px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */	
	border:thin;
	border-style:solid;
	border-top-color:#CCC;
	border-right-color:#CCC;
	border-bottom-color:#CCC;
	border-left-color:#CCC;	
}
.thrColAbsHdr #breadcrumb {
	padding: 0px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	border-bottom:thin;
	border-bottom-style:none;
	border-bottom-color: #780606; /* darkest red */
	margin:0px 0px 0px 215px
	
} 
.thrColAbsHdr #breadcrumb p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:left;
	color: #780606; /* darkest red */
	font-size:xx-small;
	font-weight: bold;
}
#breadcrumb a{
	font-family: Verdana, Arial, Geneva,  Helvetica, sans-serif;
  	font-size: 10px;
  	font-weight: bold;
	color: #780606; /* darkest red */
	text-decoration:none;
	text-align:left;
}
#breadcrumb a:hover{
	color: #c90000; /* lightest red */
}

.thrColAbsHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	border-top:thin;
	border-top-style:solid;
	border-top-color: #780606; /* darkest red */
	
} 
.thrColAbsHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
	color: #780606; /* darkest red */
	
}
#footer a{
	font-family: Verdana, Arial, Geneva,  Helvetica, sans-serif;
  	font-size: 10px;
  	font-weight: bold;
	color: #780606; /* darkest red */
	text-decoration:none;
}
#footer a:hover{
	color: #c90000; /* lightest red */
}
.thrColAbsHdr #textMainTitle{	
	margin:5px; /* */
	padding: 0px 5px 0px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */	
	border:thin;
	border-style:none;
	border-top-color:#CCC;
	border-right-color:#CCC;
	border-bottom-color:#CCC;
	border-left-color:#CCC;
	
}
.thrColAbsHdr #textBorders{	
	margin:10px; /* */
	padding: 5px 5px 5px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */	
	border:thin;
	border-style:solid;
	border-top-color:#CCC;
	border-right-color:#CCC;
	border-bottom-color:#CCC;
	border-left-color:#CCC;
	
}
.thrColAbsHdr #imgBorders{	
	margin:10px; /* */
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */	
	border:thin;
	border-style:solid;
	border-top-color:#CCC;
	border-right-color:#CCC;
	border-bottom-color:#CCC;
	border-left-color:#CCC;
	
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #780606; /* darkest red */
	text-align: left;
	vertical-align: top;
	text-indent: 0px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #CE0000;
	text-align: left;
	vertical-align: top;
	text-indent: 0px;
}
h3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #CE0000;
	text-align: left;
	vertical-align: top;
	text-indent: 0px;
}
p {
	font-family:Verdana, Geneva, sans-seri;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #600;
	text-align: left;
	vertical-align: top;
	padding: 5px;
}
a {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 15px;
  	font-weight:bold;
	color: #c90000; /* lightest red */
	text-decoration:none;
}

a:hover{
	color: #780606; /* darkest red */
}


.thrColAbsHdr #mainContent p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	font-style: bold;
	line-height: normal;
	font-weight: normal;
	color: #600;
	text-align: left;
	vertical-align: top;
	padding: 5px;
}
.thrColAbsHdr #mainContent a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
  	font-weight:bold;
	color: #c90000; /* lightest red */
	text-decoration:none;
}
.thrColAbsHdr #mainContent a:hover{
	color: #780606; /* darkest red */
}

