* {
  margin:0;
  padding:0;
  /*border: .5px solid black;*/
}
html, body {
  height: 100%;
}

body {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}

/* 100% height for compliants, enwraps content */
#wrapper {
  margin: 0 auto;
  /* width: 800px; */
  min-height:100%;
  margin-left:auto; 
  margin-right:auto;
  height:800; /* added 041709 */
}

/* and feed IE6 what it needs via the star-html hack */
* html #wrapper{
  height: 100%;
}

.body_text { 
	font-family:verdana, helvetica, arial, sans-serif;
	font-size:12px;
	padding-left:4px;
	padding-top:4px;
	}

body {
	background-color: #FFFFFF; 
	color:#333333;
}

.body A {
	/* color : #663333; */
	color: #3B5998;
	text-decoration: none;
}

.body A:HOVER {
	color: #3B5998;
	text-decoration: underline;

}

.body A:VISITED {
	color: #3B5998;
	

}

#main_container {

	width: 880px; 
	margin: 0 auto;

	/*border: 1px solid #000; */
	height:100%;
	
}



#logo {
	width:355px;
	margin-left: -8px;
	margin-top: 38px;
	float:left;
	padding-right:8px;
}

#canada_logo {
	width:345px;
	margin-top:25px;
	margin-bottom:0px;
	margin-left:-5px;
}

/*

#left_column {

	width:90px;
	float:left;
	height:100%;
	border: .5px solid black; 

}

*/

#center_column {

	width:530px;
	float:left;
	height:100%;
	/* border: .5px solid black; */

}


#center_column A {

	color: #3B5998;

}

#center_column A:HOVER {
	text-decoration: underline;
	color: #3B5998;
	/* font-weight:bold; */
}

#tax_dodge_photo {
	width:495px;
	height:371px;

	padding-top:14px;
	padding-bottom:20px;
	clear:right;
}



#right_column {

	width:340px;
	float:left;
	height:100%;
	margin-top:54px;
	/* border: .5px solid black; */

}

#right_column_text {
	margin-top:15px;
	font-size:14px;
}

#right_column_text A {
	text-decoration: none;
	color: #3B5998;
}

#right_column_text A:HOVER {
	text-decoration: underline;
	color: #3B5998;
	/* font-weight:bold; */
}


#main_title {
	font-size:26px;
	padding-top:20px;
	text-align:left;
	color: #404040;
	font-weight:bold;
	margin-left:8px;
	
}

#sub_title {
	font-size:14px;
	padding-top:0px;
	padding-left:0px;
	margin-top:-10px;
	text-align:left;
	/* font-style: italic; */
	
}


.links {
	width: 370px;
	font-size:14px;

	padding-top:18px;
	padding-left:0px;
	padding-bottom:18px;
	margin-top:0px;
	text-align:left;
	/* border-bottom: #3B5998 1px solid; */
	
}

.links A {
	text-decoration: none;
	color: #3B5998;
}

.links A:HOVER {
	text-decoration: underline;
	
	/* font-weight:bold; */
}

.article {
	width: 700px;
	font-size:13px;
	padding-top:20px;
	margin-left:8px;
	padding-bottom:18px;
	margin-top:0px;
	text-align:left;
	/* border-bottom: #3B5998 1px solid; */
	
}

.article A {
	text-decoration: none;

	font-size:13px;
}

.article A:HOVER {
	text-decoration: underline;

	font-size:13px;
	
}

.superscript { position: relative; top: -0.4em; font-size: 70%; }

.superscript A {
	text-decoration: underline;
	font-weight:normal;
	font-size: 70%;
	
}

.superscript A:HOVER {
	text-decoration: underline;
	font-weight:normal;
	
}

/*
.superscript {
	vertical-align: super;
	font-size:4px;
}

.superscript A {
	vertical-align: super;
	font-size:4px;
}

*/


.footnotes {
	font-size:11px;
	margin-left:38px;
}

.footnotes > ol > li {
	margin-bottom:5px;
}


.footnotes A {
	text-decoration: none;
	color: #3B5998;
	font-size:11px;
}

.footnotes A:HOVER {
	text-decoration: underline;
	color: #3B5998;
	font-size:11px;
	
}



#action_map {
	width:450px;
}

#action_map_title {
	width:450px;
	font-size:14px;
	padding-top:18px;
	padding-bottom:18px;
	text-align:left;
}

#content {
	font-size:14px;
	padding-top:0px;
	text-align:left;
}


.chapters-table
{
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  border: 1px solid #333;
  font-family:verdana, helvetica, arial, sans-serif;
  font-size: 11px;
  color: #000;
  background: #bcd0e4 url("/images/table_bg2.jpg") top left repeat-x;
  width:495px;
  /* table-layout: fixed; */
}

.chapters-table A {
	font-weight:normal;
	
}

.chapters-table A:HOVER {
	font-weight:normal;
	
}

/* .chapters-table caption
{
  caption-side: bottom;
  font-size: 0.9em;
  font-style: italic;
  text-align: right;
  padding: 0.5em 0;
}

*/

.chapters-table-divider {
	border-top: 1px solid #333;
	margin-left: 8px;
	margin-top: 8px;
	height:40px;
	vertical-align:bottom;
	font-size:15px;

}





.chapters-table th, .chapters-table td
{
  border: 1px dotted #666;
  padding: 0.5em;
  text-align: left;
  color: #3B5998;
  vertical-align:middle;
  height:25px;
}

.chapters-table th[scope=col]
{
  color: #000;
  background-color: #8fadcc;
  /* text-transform: uppercase; */
  font-size: 0.9em;
  border: 2px solid #333;
  /* border-right: 2px solid #333; */
}

.chapters-table th+th[scope=col]
{
  color: #fff;
  background-color: #7d98b3;
  border-right: 1px dotted #666;
  vertical-align:middle;
}

.chapters-table th[scope=row]
{
  background-color: #b8cfe5;
  border-right: 2px solid #333;
  border-left: 2px solid #333;
  vertical-align:middle;
}

.chapters-table th[scope=row] A {
	font-weight:bold;
	
}



.chapters-table tr.alt th, .chapters-table tr.alt td
{
	
  color: #2a4763;
}

.chapters-table tr:hover th[scope=row], .chapters-table tr:hover td
{
  background-color: #d9e4ef;
  color: #1e3462;
 
}

.chapters-table-fblike {
	height:20px;
}

/* added Mar 14 2011 */

.thefacts {
	
	margin-left:20px;
}

.thefacts li {
	margin-bottom:10px;
}


.thefacts A {
	text-decoration: none;
	color: #3B5998;
	font-size:11px;
}

.thefacts A:HOVER {
	text-decoration: underline;
	color: #3B5998;
	font-size:11px;
	
}

.facts_next {
	font-size:14px;
	margin-top:20px;
	margin-left:20px;
	font-weight:bold;
}

.facts_next a {
	font-size:14px;
	margin-top:20px;
	
}

.facts_next a:hover {
	font-size:14px;
	
}

/* ----------------------------------- */

/* GENERAL ELEMENTS */

#formWrap {
	font-size:11px;
	border: 1.5px solid #cccbcb;
	text-align: left;
	/* T R B L */
	padding: 9px 10px 10px 10px;
	clear: both;
	width:474px;
	/* height:460px; */
	z-Index:-1;
	background-color:#FFFFFF;
/*
	margin-left:auto;
	margin-right:auto;
*/
}

#headerWrap {
	text-align: left;
	/* T R B L */
	clear: both;
	width:506px;
	height:40px;
/*
	margin-left:auto;
	margin-right:auto;
*/
	/* margin-top:10px; */
	font-size:12px;
	/* font-weight:bold; */
}

#successMessage {
	/* font-weight: bold; */
	text-align: left;
	/* T R B L */
	clear: both;
	width:506px;
	height:120px;

	margin-top:40px;
	font-size:13px;
}

#form_errors_plain {
	text-align: left;
	/* T R B L */
	clear: both;
	width:506px;
	/* height:120px; */
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:10px;
	font-size:13px;

}

#form_errors_list {
	text-align: left;
	clear: both;
	margin-left:12px;
	margin-top:6px;
	/* color: #EA5200; */
}

#contactForm {
	padding-top:1px;
}

#contactFormTable {
	width:474px;
	border-spacing: 0px;
	border-collapse: collapse;
	empty-cells: show;
	background:transparent url(/images/graphics/forms/gradient.jpg) repeat-x scroll left bottom;

}

/* 130 + 320 + 24 = 474 */

#contactForm .label {
	font-size:11px;
	padding-top: 4px;
	padding-right: 8px;
	vertical-align: top;
	text-align: right;
	width: 100px;
	white-space: nowrap;
	/* background:#ededed; */
	/* border-left: 1px solid #999999; */
	font-weight: bold;
	color:#3f3f3f;
}

#contactForm .field {
	width:320px;
	height:20px; 
	padding-top: 4px;
	vertical-align:top;
	/* background:#ededed; */
	/*border-right: 1px solid #999999; */
}

#contactForm .status {
	padding-top: 4px;
	padding-left: 8px;
	vertical-align: top;
	width: 368px;
	text-align:left;
	
}


#contactForm .checked {
 width:24px;
 /* background:#ededed; */
 vertical-align: top;
 /* display:none; */
 /* background:#ededed url("/images/graphics/forms/checked.gif") no-repeat 0px 3px; */
 /* background:#ededed url(/images/graphics/forms/divider.gif) repeat-x scroll left bottom; */
 /* border-right: 1px solid #999999; */
/* padding-top:4px;
 margin-right:5px;
 margin-left:7px;
 
 float:right; */
}

.error_td_left {
	height:24px;
	background:transparent url(/images/graphics/forms/divider.gif) repeat-x scroll left bottom;
	/* border-left: 1px solid #999999; */
}

.error_td_right {
	height:24px;
	background:transparent url(/images/graphics/forms/divider.gif) repeat-x scroll left bottom;
	/* border-right: 1px solid #999999; */
}

.error_td_left_2 {
	height:24px;
	background:transparent url(/images/graphics/forms/divider2.gif) repeat-x scroll left bottom;
	/* border-left: 1px solid #999999; */
}

.error_td_right_2 {
	height:24px;
	background:transparent url(/images/graphics/forms/divider2.gif) repeat-x scroll left bottom;
	/* border-right: 1px solid #999999; */
}

#contactForm .textarea {
	float:left;
	height:150px;
	width:270px;
	clear:none;
}

#contactForm .textfield {
	width: 180px;
	float:left;
}

#contactForm .pcfield {
	width: 30px;
	float:left;
}

#contactForm .vfield {
	width: 80px;
	float:left;
}

.status_checked {
 width:18px;
 height:18px;
 background:url("/images/graphics/forms/checked.gif") no-repeat 0px 3px;
 margin-right:3px;
 float:right;
}


.status_error {
	height:26px;
	font-weight: bold;
	color: #EA5200;
	vertical-align: top;
}

#notesChar {
	font-size:10px;
	text-align:right;
	float:right;
	color:#a64815;
}



#auxDiv {
	margin-top:40px;
	height:60px;
}

input.error { border: 1px solid red; }






