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

.twoColFixLtHdr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	height: auto;
} 
.twoColFixLtHdr #header {
	padding: 0 10px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 100px;
	top: 0px;
	background-image: url(Images-common/Header-bar---green.gif);
} 
.twoColFixLtHdr #header-home-pag {
	background: #FFFFFF;
	height: 225px;
	left: 0px;
	top: 0px;
	right: 10px;
	bottom: 0px;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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: #EBEBEB;
	left: 0px;
	height: auto;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
} 
.twoColFixLtHdr #mainContent2 {
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
}

.twoColFixLtHdr #mainContent-homepage {
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 190px;
}

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
} 
.twoColFixLtHdr #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 */
}

.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;
}
li {
	text-align: left;

	list-style: url(Images-common/Bullet-point-yellow.gif) outside
.gif) outside
.gif) outside
.gif) none inside;
	list-style: url(Images-common/Bullet-point-orangey.gif) outside;
}
ul {
	margin: -10px 0px 0px 7.5px;
	padding: 0px 0px 10px 10px;
}
.Address {
	font: normal 13px/17px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
}

.Body-copy {
	font: normal 13px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.Body-copy-link {
	color: #FF0000;
	font: normal 9px/15px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.Copy-link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}



.Body-copy--indented-stabs {
	font: normal 13px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.Copy-lawyer-line {
	font: normal 8.5px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.Grey-box-subcaption {
	font: normal 10px/12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.Grey-box-caption {
	font: normal 11px/15px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.Grey-box-caption-blue {
	color: #0000CC;
	font: 11px/15px Verdana, Arial, Helvetica, sans-serif;
}

.Grey-box-commentary {
	font: normal 10pt Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
.Main-headline {
	font: 30pt/36pt "Arial Black", Verdana;
	color: #FFFFFF;
}

.Home-page-subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	line-height: 145%;
	font-weight: bold;
}
.Home-page-headline {
	color: #000000;
	font-family: "Arial Black", Verdana;
	font-size: 24pt;
	line-height: 30pt;
}
.twoColFixLtHdr #container #header-home-pag #apDiv1 {
	height: 35px;
}
.twoColFixLtHdr #container #header-home-pag #apDiv1 div {
	padding: 25px;
}
.Home-page-sidebar-headline {
	color: #000000;
	font-family: "Arial Black", Verdana;
	font-size: 36px;
	line-height: 42px;
}
