
body {
	margin: 0px;
	margin-top: 10px;
	background-color: #ECF2E6;
}

.ui_clear {
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
}

.ui_page {
	width: 920px;
	margin: 0 auto;
	margin-bottom: 10px;
	background: transparent url(/images/page_bg.gif) repeat-y top left;
}

.ui_page_home {
	width: 920px;
	margin: 0 auto;
	margin-bottom: 10px;
	background-color: #fff;
}

.ui_header {
	background: transparent url(/images/header.jpg) no-repeat top left;
	width: 920px;
	height: 280px;
	margin: 0 auto;
	text-align: right;
}

.ui_top_nav_wrapper {
	background: transparent url(/images/nav_bg.gif) repeat-x top left;
	height: 48px;
	width: 870px;
	margin: 0 auto;
}

.ui_main_content_wrapper_home {
	padding: 15px 30px 15px 30px;
}

.ui_main_content_home {
	width: 860px;
}

.ui_homeleft {
	 float: left;
	 width: 450px;
}

.ui_homeright {
	float: right;
	width: 415px;
	padding: 20px;
}

.ui_middle {}

.ui_left {
	float: left;
	width: 650px;
}

.ui_main_content_wrapper {
	padding: 0px 20px 15px 30px;
}

.ui_main_content {
	width: 600px;
}

.ui_right {
	float: right;
	width: 260px;
}

.ui_right a:link, .ui_right a:visited {
	color: #0F3B68;
}

.ui_right a:hover {
	color: #000;
}

.ui_right a:active {
	color: #0F3B68;
}

.ui_footer {
	background: transparent url(/images/footer_bg.jpg) no-repeat bottom left;
	color: #353535;
	height: 56px;
}

.ui_print_email {
	float: right;
	padding: 30px 85px 10px 10px;
}

a.PrintPageLink:link, 
a.PrintPageLink:visited { 
	display: inline;
	color: #B8CFA4;
}

a.PrintPageLink:hover {
	color: #488240;
	text-decoration: none;
}

a.PrintPageLink:active { 
	display: inline;
	color: #B8CFA4;
}

a.TellAFriendLink:link,
a.TellAFriendLink:visited {
	display: inline;
	color: #B8CFA4;
	padding-right: 10px;
}

a.TellAFriendLink:hover {
	color: #488240;
	text-decoration: none;
	padding-right: 10px;
}

a.TellAFriendLink:active {
	display: inline;
	color: #B8CFA4;
	padding-right: 10px;
}

.ui_copyright_tagline {
	text-align: center;
	font-size: 10px;
	width: 920px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.ui_tagline {
	text-align: center;
	color: #353535;
	font-size: 10px;
}

.ui_tagline a:link,
.ui_tagline a:visited {
	color: #353535;
	font-size: 10px;
}

.ui_tagline a:hover {
	color: #488240;
	font-size: 10px;
}

.ui_tagline a:active{
	color: #353535;
	font-size: 10px;
}