html {
	background:#e2d7b6 url('/global-assets/images/main_background.jpg') repeat-y center;
}

#doc4 {
	background:#e2d7b6 url('/global-assets/images/main_background.jpg') repeat-y center;
}

body {
	font-family:georgia;
	color:#333;
}

a {
	color:#995B00;
}

em {
	font-style: italic;
}
h3 em {
	font-weight: bold;	
}
strong {
	font-weight: bold;
}
abbr {
	border-bottom: 1px dotted #995B00;
}

table.benfits_table {
	margin:0px 0 20px 0;
	width:41.5em;
	*width:40.5em;
}

table.benfits_table td {
	padding:7px 15px 7px 15px;
}

table.benfits_table td,
table.benfits_table th {
	border-bottom:1px solid #ddd;
}

.bottom_border {
	border-bottom:1px solid #ddd;
}

.clear_all {
	clear: both;
}

.center_text {
	text-align: center;
}

.align_right {
	text-align: right;
}

.align_left {
	text-align: left;
}

.bold_italic {
	font-weight: bold;
	font-style: italic;
}

.small_text {
	font-size: 85% !important;
}

.xlarge_text {
	font-size:182%;
	font-weight: bold;
}

#hd {
	padding:25px;
}

div#main_content {
	background:url('/global-assets/images/h_background.jpg') repeat-x;
	clear:both;
	padding:15px 20px;
	width:51.2em;
	*width:50em;/* IE */
}

div#main_content h1 {
	font-size: 36px;
}

body#home div#main_content h1 {
	font-size: 500%;
}

h2 {
	font-size: 182%;
	padding-top:10px;
	padding-bottom:20px;
	line-height: 1.4;

}
h2.bottom_border {
	margin-bottom: 10px;
}
h3 {
	padding-top:10px;
	font-weight: bold;
	font-size: 123.1%;
	line-height: 1.6;
}
h4 {
	padding-top:10px;
	font-weight: normal;
	font-size: 123.1%;
	line-height: 1.6;
}
div#main_content p, div#main_content ol li, div#main_content ul li {
	font-size: 123.1%;
	padding-bottom:20px;
	line-height: 1.6;
}
div#main_content ol, div#main_content ul {
	padding-left: 2em;
}
div#main_content ol li {
	list-style: decimal;
}
div#main_content ul li {
	list-style: square;
}
div#main_content table {
	font-size: 123.1%;
}
div#main_content table tbody {
	border-left: 1px dashed #ddd;
}
div#main_content table tbody td {
	width: 17%;
	text-align: center;
	border-right: 1px dashed #ddd;
	font-size: 85%;
}
div#main_content table tbody th {
	width: 15%;
	padding-left: 0.5em;
	border-right: 1px dashed #ddd;
	font-size: 85%;
}
div#main_content table thead tr.title_row th {
	width: 100%;
	text-align: left;
	padding: 0.75em 0 0.25em 0em;
	font-size: 108%;
	font-weight: bold;
}
div#main_content table tbody tr.title_row th {
	width: 100%;
	text-align: left;
	padding: 0.75em 0 0.25em 0.5em;
	font-size: 108%;
	font-style: italic;
}
div#main_content table tbody tr.profit_row td {
	text-align: center;
}
div#main_content table tbody tr#totaltax_row td {
	font-weight: bold;
	font-size: 123.1%;
	color: #a92020;
}
tbody#business_rows {
	background: transparent url(/global-assets/images/h_background.jpg) repeat-x scroll 0 0;
}
tbody#individual_rows {
	background: transparent url(/global-assets/images/h_background.jpg) repeat-x scroll 0 0;
}
tbody#combined_rows {
	background: transparent url(/global-assets/images/h_background.jpg) repeat-x scroll 0 0;
}
div#ft {
	width:51.15em;
	padding:0 20px 20px;
}

div#ft #copyright {
	font-size: 85%;
	float:right;
	text-align: right;

}
div#ft #copyright p#ht {
	font-size: 65%;
	color: #999;
	margin: 2em 0;
	float:right;
	text-align: right;
	clear: left;
}

div#ft_inner {
	padding:20px 0;
	width:51.15em;
	border-top:1px solid #ddd;
}
div#rightColumn {
	padding-top: 30px;
	padding-right:30px;
}

div#rightColumn h2 {
	line-height:1.5em;
	padding:10px 0px;
}

div#rightColumn h3 {
	line-height:1.5;
	padding:5px 0px 5px;
}

div#rightColumn h4 {
	line-height:1.5;
	padding:10px 0px 0;
}

div#rightColumn p {
	padding:0px 0px 10px;
	line-height: 1.6;
	font-size: 116%;
}
div#main_content div#error ul
{
	padding:0;
	margin-bottom:15px;
}
div#main_content div#error li
{
        padding:3px 0 0 20px;
        background:url('/global-assets/images/error.png') left center no-repeat;
	list-style:none;
	font-size:100%;
}