
body {
	margin: 0px;
	background-color: #FFF06E;
}

.ui_clear {
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
}

.ui_header_wrapper {
	background-image: url(/images/top_header.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 144px;
	margin: 0 auto;
}

.ui_page {
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.ui_header {
	width: 1000px;
	height: 129px;
	margin: 0 auto;
}

.ui_top_nav_wrapper {
	width: 910px;
	height: 31px;
}

.ui_breadcrumb {
	background-image: url(/images/bcrumb_top.jpg);
	background-repeat: no-repeat;
	width: 975px;
	height: 34px;
}

.ui_main_content_wrapper {
	background-image: url(/images/bg_repeater.jpg);
	background-repeat: repeat-y;
	margin-left: 25px;
}

.left {
	width: 730px;
	float: left;
}

.ui_main_content_wrapper {
	
}

.ui_main_content {
	width: 726px;
	padding-top: 15px;
	padding-left: 20px;
	background-color: #fff;
}

.right {
	width: 173px;
	float: right;
	background-color: #DAE69B;
}

.right_top {
	padding-top: 20px;
	padding-bottom: 25px;
	}

.right_bottom{
	color: #353535;
}

.ui_footer {
	background-image: url(/images/print_bottom.jpg);
	background-repeat: no-repeat;
	width: 975px;
	height: 24px;
	font-size: 10px;
	margin: 1px;
}

.ui_print_email {
	float: left;
	width: 30%;
	padding-left: 20px;
}

a.PrintPageLink:link, 
a.PrintPageLink:visited { 
	display: inline;
	color: #EB7D16;
}

a.PrintPageLink:hover {
	color: #F88C03;
	text-decoration: none;
}

a.PrintPageLink:active { 
	display: inline;
	color: #EB7D16;
}

a.TellAFriendLink:link,
a.TellAFriendLink:visited {
	display: inline;
	color: #EB7D16;
	padding-right: 10px;
}

a.TellAFriendLink:hover {
	color: #F88C03;
	text-decoration: none;
	padding-right: 10px;
}

a.TellAFriendLink:active {
	display: inline;
	color: #EB7D16;
	padding-right: 10px;
}

.ui_copyright {
	margin: 0 auto;
	width: 65%;
	text-align: center;
	font-size: 10px;
	color: #999;
}

.ui_copyright a:link {
	color: #7E7E7E;
}


.ui_tagline {
	text-align: center;
	color: #999;
	font-size: 10px;
}

.ui_tagline a:link,
.ui_tagline a:visited {
	color: #7E7E7E;
	font-size: 10px;
}

.ui_tagline a:hover {
	color: #7E7E7E;
	font-size: 10px;
}

.ui_tagline a:active{
	color: #999;
	font-size: 10px;
}