

/* the ui_clear div is used to clear two floated elements*/

.ui_clear {
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
}

/* Beginning of Template CSS*/

body {
	margin: 0;
	background-color: #134a84;
}

.ui_page {
	width: 950px;
	background:#FFF url(/images/bgblue.jpg) repeat-y top left;
	margin: 0 auto;
}

.is_home .ui_page {
	width: 950px;
	background:#FFF;
	margin: 0 auto;
}

.is_home .ui_header {
	background:transparent url(/images/rcdheadh.jpg) no-repeat top left;
	width: 950px;
	height: 127px;
	text-align: right;
}


.ui_header {
	background:transparent url(/images/rcdhead.jpg) no-repeat top left;
	width: 950px;
	height: 127px;
	text-align: right;
}

.ui_left {
	width: 241px;
	height: 473px;
	float: left;
	background:transparent url(/images/rcdleft.jpg) no-repeat top left;

}

.is_home .ui_left {
	display:none;
}
.ui_right {
	width: 690px;
	float: left;
}

.ui_main_content_wrapper 
{
	padding: 0px 20px 20px 20px;

}

.ui_main_content {
	width: 669px;
}
	
.is_home .ui_main_content {
	width: 925px;
}	



.ui_footer_wrapper {
	background-color: #fff
}

.ui_footer {
	background: transparent url(/images/rcdbot.jpg) no-repeat top left;
	width: 950px;
	height: 50px;
}

.ui_print_email {
	color: #fff;
	padding-top: 6px;
	text-align: right;
}

.PrintPageLink a:link, 
.PrintPageLink a:visited,
.PrintPageLink a:active { 
	display: inline;
	color: #fff;
}

.PrintPageLink a:hover {
	color: #A4CEFE;
	text-decoration: none;
}

.TellAFriendLink a:link,
.TellAFriendLink a:visited,
.TellAFriendLink a:active {
	display: inline;
	color: #fff;
	padding-right: 10px;
}

.TellAFriendLink a:hover {
	color: #A4CEFE;
	text-decoration: none;
	padding-right: 10px;
}

.ui_bottom_outside {
	width: 766px;
	margin: 0px auto;
	color: #fff;
}

.ui_copyright {
	font-size:9px;
	color:#777978;
	padding-top:25px;
	text-align: center;
}

.ui_tagline {
	font-size:9px;
	color:#777978;
	padding-top:25px;
	text-align:center;
	
}

.ui_tagline a:link,
.ui_tagline a:visited,
.ui_tagline a:active {color: #0A7EB9;}

.ui_tagline a:hover {color: #0A7EB9;}

hr {color:#8F9094}
