
body {
	margin: 0px;
	background: #ffffff url(/images/bg.jpg) repeat-x top;
}

.ui_clear {
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
}

.ui_page {
	width: 950px;
	margin: 0 auto;


}

.ui_header {
	background: transparent url(/images/header.jpg) no-repeat top left;
	width: 950px;
	height: 80px;
}



.ui_topnav {
width:950px;
height: 28px;
}


.ui_mainnav {
width:950px;
height:32px;}

.ui_left {
	width: 190px;
	float: left;
	padding-top:20px;
}
.ui_right {
	width: 760px;
	float: right;

}

.full .ui_left {
	display: none;
	padding: 0;
}
.full .ui_right {
	float: none;
	width:950px;
}

.is_home .ui_left {
	width: 475px;
	padding-top:0px;
	float: left;
}
.is_home .ui_right {
	padding-top:20px;
	width: 455px;
	padding-right:20px;
	float: right;

}

.ui_main_content_wrapper {
	background: url(/images/content_bg.jpg) no-repeat left top;
	width: 950px;
	
}
.is_home .ui_main_content_wrapper {
	background: url(/images/bg_home.jpg) no-repeat left top;
	
}

.ui_main_content {
padding: 10px 20px 0 20px;
}	

.ui_footer_wrapper {


}

.ui_footer {

	width: 950px;
	height: 27px;
}

.ui_print_email {
	display: inline;
	float: right;
FONT-SIZE:9PX;
	padding-top: 5px;
}

a.PrintPageLink:link, 
a.PrintPageLink:visited { 
	display: inline;

}

a.PrintPageLink:hover {

	text-decoration: none;
}

a.PrintPageLink:active { 
	display: inline;

}

a.TellAFriendLink:link,
a.TellAFriendLink:visited, a.TellAFriendLink:active {
	display: block;	
	padding: 5px 5px 0 10px;
	text-transform: uppercase;
	font-size: 12px;
		cursor: pointer;
	cursor: hand;
	display: block;
	color: #635138;
	font-weight:normal;
}


a.TellAFriendLink:hover {
	cursor: pointer;
	cursor: hand;
	display: block;
	color: #46b6c6;
text-decoration: none;
	font-weight:normal;
}



.ui_bottom_outside {
	padding-top: 5px;
	width: 950px;
	margin: 0px auto;
	color: #C5C0B8;
}

.ui_copyright {
	font-size: 10px;
	text-align: right;
	float: right;
	width: 326px;
}

.ui_tagline {
	font-size: 10px;
	padding-bottom: 10px;
	float: left;
	width: 440px;
}

.ui_tagline a:link,
.ui_tagline a:visited, .ui_tagline a:active {color: #C5C0B8; text-decoration: underline;}

.ui_tagline a:hover {color: #C5C0B8; text-decoration: underline;}

