
body {
	margin: 0;
	background: #E1E2F3 url(/images/CC_BG.gif) repeat-x top left;
}

.ui_clear {
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
}

.ui_clear img {
	width: 1px;
	height: 1px;
	border: 0;
}

.ui_page_bg {}

.ui_page {
	width: 739px;
	margin: 0 auto;
	background: transparent url(/images/CC_Content.gif) repeat-y top left;
	margin-top: 10px;
}

.ui_header {
	background: transparent url(/images/CC_Header.gif) no-repeat top left;
	width: 739px;
	height: 163px;
}

.ui_content_bg {}

.ui_content {}

.ui_left {
	width: 149px;
	float: left;
}

.ui_right {
	width: 587px;
	float: left;
}

.ui_main_content_wrapper {
	padding: 20px;
}

.ui_main_content {
	width: 547px;
}	

.ui_footer {
	background: transparent url(/images/CC_Footer.gif) no-repeat top left;
	width: 739px;
	height: 5px;
}

.bottom {
	padding: 5px 0px;
	margin: 0px auto;
	width: 729px;
}

.ui_print_email {
	float: left;
	width: 225px;
	font-size: 10px;
	
}

.ui_print_email a:link {
	display: inline;
	font-weight: normal;
}

.ui_print_email a:visited {
	display: inline;
	font-weight: normal;
}

.ui_print_email a:hover {
	text-decoration: none;
}

.ui_print_email a:active {
	display: inline;
	font-weight: normal;
}

.ui_print_email .ui_link_text, .ui_print_email .LinkedText {
	display: inline;
}

.ui_copyright {
	float: right;
	text-align: right;
	width: 500px;
	font-size: 10px;
}

.ui_tagline {
	width: 729px;
	font-size: 10px;
	margin: 0px auto;
	text-align: center;
}

.ui_tagline a:link {
	color: #353535;
}

.ui_tagline a:visited {
	color: #353535;
}

.ui_tagline a:hover {
	color: #4B77A2;
}

.ui_tagline a:active {
	color: #353535;
}

/* Required Browser Specific Declarations */

/* <td><p>...</p><p>...</p><p>...</p></td> in firefox creates additional space above the first element and below the last */
/* the following classes remove this extra space */
.ui_main_content td p:first-child { margin-top: 0; }
.ui_main_content td > p { margin-bottom: 0; }

