@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: 696px;  /* 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 */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/* set para spacing */

p {
	margin-top: 0px;
	margin-bottom: 12px;
	}


.thrColAbsHdr #header { 
	height: 150px;
	width: 696px;
	background: #FFFFFF;
	
} 

.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 150px;
	left: 0;
	width: 150px; 
	
}

/* Top RHS sidebar */

.thrColAbsHdr #sidebar2 {
	position: absolute;
	top: 150px;
	right: 20px;
	width: 150px;
}

/* Bottom RHS sidebar */

.thrColAbsHdr #sidebar3 {
	position: absolute;
	top: 350px;
	right: 20px;
	width: 150px;
}

.thrColAbsHdr #mainContent {
	position: absolute;
	top: 150px;
	left: 200px;
	width: 271px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 5px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 5px;
	}
	
	
	
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 3px;
}

/* menu link style */
#menu a {

text-decoration: none;
color: #FFFFFF;
}

#menu a:hover {

text-decoration: none;
color: #00427C;
}


/* global link style */
	
	a:link {
	color: #00427C;
	text-decoration: none;
	}
	
	a:visited {
	color: #00427C;
	text-decoration: none;
	}
	
	a:hover {
	color: #00427C;
	text-decoration: underline;
	}
	
	/* round cornered boxes */
	
	.bl {background: url(images/bl.gif) 0 100% no-repeat #5E88AC; width: 150px}
	.tl {background: url(images/tl.gif) 0 0 no-repeat; padding:10px}
	.clear {font-size: 1px; height: 1px} 
	
	
	.head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #404040;
	margin-bottom: 0px;
	}
	
	.xhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #404040;
	margin-bottom: 6px;
	}
	
	
	.bodycopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
	line-height: 18px;
	}
	
	.smallbodycopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #404040;
	line-height: 12px;
	}
	
	
	.sidebarcopy {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	}
	
	.sidebarxhead {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin-bottom: 0px;
	}
	
	#sidebar1 ul {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin:0px 5px 10px 15px;padding:0;
	} 

	/* sidebar link style */
	#sidebar1 a {
	text-decoration: none;
	color: #FFFFFF;
	}

	#sidebar1 a:hover {
	text-decoration: none;
	color: #00427C;
	}




	

	
