
body {
	margin: 0px;
	background-color: #f0f4fa;
}

.ui_clear {
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
}
.top_margin{
	height:40px;
}
.ui_page {
	width: 970px;
	margin: 0 auto;
	background-color: #fff;
}
.ui_page_home {
	width: 1010px;
	margin: 0 auto;
	background-color: #fff;
}

.ui_header {
	background: #ffffff;
	width: 970px;
	height: 128px;
	margin: 0 auto;

}

.ui_top_nav_wrapper {
	
	height: 25px;
	background: url(/images/nav-bg.gif) repeat-y top left;
}
.ui_top_nav_wrapper_home {
	
	height: 25px;
	background: url(/images/nav-bg-home.jpg) repeat-y top left;
}

.ui_main_content_wrapper {
	
	background-color: #fff;
	background: url(/images/content-bg.gif) repeat-y top left;
}
.left{
	width:740px;
	float:left;
}
.left_home{
	width:640px;
	float: left;
}
.right_home{
	width:330px;
	float: right;
}

.right{
	width:230px;
	float: right;
}

.ui_main_content {
	padding: 58px;
	padding-top:0px;
}
.ui_main_content_home {
	padding:0;
	padding-left:25px;
	
	
}
.footer_bar{
	background: url(/images/nav-bg.gif) repeat-y top left;
	height: 6px;
}
.ui_footer {
	background-color: #ffffff;
	color: #BFBFBF;
	font-size: 10px;
	padding: 6px 10px;
	margin: 1px;
}

.ui_print_email {
	float: left;
	width: 30%;
}

a.PrintPageLink:link, 
a.PrintPageLink:visited, a.PrintPageLink:active { 
	display: inline;
	color: #74A42F;
}

a.PrintPageLink:hover {
	color: #74A42F;
	text-decoration: underline;
}



a.TellAFriendLink:link,
a.TellAFriendLink:visited, a.TellAFriendLink:active {
	display: inline;
	color: #74A42F;
	padding-right: 10px;
}

a.TellAFriendLink:hover {
	color: #74A42F;
	text-decoration: underline;
	padding-right: 10px;
}

 .ui_copyright1 {
	float: right;
	width: 65%;
	text-align: right;
	font-size: 10px;
	color: #AAAAAA;
}


.ui_copyright {
	float: right;
	width: 65%;
	text-align: right;
	font-size: 10px;
	color: #EAEAEA;
}



.ui_copyright a:link,
.ui_copyright a:visited, .ui_copyright a:active {
		color: #EAEAEA;
	font-size: 10px;
}

.ui_copyright a:hover {
	color: #EAEAEA;
	text-decoration:underline;
	font-size: 10px;
}

