body {
	margin: 0px;
	background-color: #434343;
}

.ui_clear {
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
}


.ui_header {
	width: 868px;
	height: 280px;
	margin: 0 auto;
	background-color: transparent;
	background-image: url(../images/TC_Header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.ui_print_email {
	float: right;
	width: 543px;
	padding-right: 40px;
	text-align: right;
	font-size: 10px;
	color: #fff;
	margin-top: 2px;
}

a.PrintPageLink:link, 
a.PrintPageLink:visited { 
	display: inline;
	color: #fff;
}

a.PrintPageLink:hover {
	color: #000;
	text-decoration: none;
}

a.PrintPageLink:active { 
	display: inline;
	color: #fff;
}

a.TellAFriendLink:link,
a.TellAFriendLink:visited {
	display: inline;
	color: #fff;
	padding-right: 10px;
}

a.TellAFriendLink:hover {
	color: #000;
	text-decoration: none;
	padding-right: 10px;
}

a.TellAFriendLink:active {
	display: inline;
	color: #fff;
	padding-right: 10px;
}

.ui_top_nav_wrapper {
	height: 25px;
	width: 650px;
	padding-right: 45px;
	overflow: hidden;
	float: right;
}

.ui_summary_content {
	width: 160px;
	float: left;
}

.ui_page {
	width: 868px;
	margin: 0 auto;
	background: transparent url(/images/TC_Repeat.jpg) repeat-y top left;
}

.ui_content {
	width: 775px;
	margin: 0 auto;	
}

/*.ui_main_content_wrapper {
	padding: 20px;
}*/

.ui_main_content {
	width: 775px;
}

.ui_footer {
	background: transparent url(/images/TC_Footer.jpg) no-repeat top left;
	height: 3px;
	clear: both;
}

.ui_tagline {
	text-align: center;
	color: #fff;
	margin-top: 10px;
}

.ui_tagline a:link,
.ui_tagline a:visited {
	color: #fff;
}

.ui_tagline a:hover {
	color: #FD4800;
}

.ui_tagline a:active{
	color: #fff;
}

.ui_left {
	float: left;
	width: 545px;
	padding: 20px;
}
.ui_right {
	background-color: #000;
	float: left;
	width: 180px;
	margin-top: -95px;
	padding: 5px;
	height: auto;
}

/*text & heading styles within the right column*/

.ui_right .ui_summary_content body, 
.ui_right .ui_summary_content td, 
.ui_right .ui_summary_content p, 
.ui_right .ui_summary_content li, 
.ui_right .ui_summary_content input, 
.ui_right .ui_summary_content select, 
.ui_right .ui_summary_content textarea {
	text-decoration: none;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding: 0px;
	margin: 0px;
}
	
.ui_right .ui_summary_content h2 {
	font-size: 18px; 
	padding: 0px;
	margin: 0px;
	color: #fff;
}

.ui_right .ui_summary_content h3 {
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	color: #fff;
}