body  {
	font: 10pt 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;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.thrColFix #container {
	width: 975px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	clip: rect(auto,200px,auto,275px);
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 270px; /* 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; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
}
.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 158px; /* 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;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
.thrColFix #mainContent {
	margin: 0 170px 0 275px; /* 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. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px;
	border-right-style: solid;
	border-left-style: solid;
	text-indent: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #0000FF;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.Text-Address {
	font: normal 10pt Arial, Helvetica, sans-serif;
	color: #000000;
}

.Text-BodyCopy {
	font: normal 10pt Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
}

.Text-Caption {
	width: 100px;
	font: normal 8.5pt Arial, Helvetica, sans-serif;
	color: #000000;
}
.Text-CaptionHeadling {
	color: #FF0000;
	font: italic normal 10pt Arial, Helvetica, sans-serif;
	margin-top: -5px;
}
.Text-CaptionBodyCopy {
	font: 8.5pt Arial, Helvetica, sans-serif;
}

.Text-Heading {
	color: #FF0000;
	font: normal 13pt Arial, Helvetica, sans-serif;
}
.Text-LawyerLine {
	font: normal 8pt Arial, Helvetica, sans-serif;
	color: #000000;
}
.Text-StrapLine {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: 16pt;
}

.Text-Sub-headling {
	font: normal 11pt Arial, Helvetica, sans-serif;
	color: #000000;
}
li {
	list-style: url(Corporate-stuff/Bullet-point-square-red-7-px.gif) outside;
	text-align: left;
}
ul {
	margin: -10px 0px 0px 7.5px;
	padding: 0px 0px 10px 10px;
}
