
body {
	margin: 0px;
	background: #009ca3 url(/images/bg1.gif) repeat;
	}

.ui_clear {
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
}

.ui_page {
	width: 950px;
	margin: 0 auto;
	background-color: #fff;
}

.ui_header {
	background: url(/images/header.jpg) no-repeat top left;
	width: 950px;
	height: 172px;
	margin: 0 auto;
	text-align: right;
}

.ui_top_nav_wrapper {

	height: 25px;
	margin-right: 5px;
	background: transparent;
}


.ui_main_content_wrapper {

	background: url(/images/pagebg.jpg) no-repeat top right;
	width:950px;
}
.ui_main_nav_wrapper {

	height: 49px;

		background: transparent;
		width:950px;
}

.ui_main_content {
	width: 910px;
	margin: 0 auto;
		background: transparent;
}

.ui_footer {
width:950px;
	margin: 0 auto;
	color: #fff;
	font-size: 10px;
	margin-top: 10px;

}

.ui_print_email {

padding:20px;
	color: #62bd18;

}

a.PrintPageLink:link, 
a.PrintPageLink:visited,
a.PrintPageLink:active
 { 
	display: inline;
	color: #62bd18;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
}

a.PrintPageLink:hover {
	color: #62bd18;
	text-decoration: underline;
		text-transform: uppercase;
	font-size: 10px;
}


a.TellAFriendLink:link,
a.TellAFriendLink:visited,
a.TellAFriendLink:active {
	display: inline;
	color: #62bd18;
	text-decoration: none;
		padding-right: 10px;
			text-transform: uppercase;
	font-size: 10px;
}

a.TellAFriendLink:hover {
	color: #62bd18;
	text-decoration: underline;
	padding-right: 10px;
		text-transform: uppercase;
	font-size: 10px;
}



.ui_copyright {


	text-align: center;
	font-size: 10px;
}

.ui_copyright {
	text-align: center;
	color: #fff;
	font-size: 10px;
}

.ui_copyright a:link,
.ui_copyright a:visited,
.ui_copyright a:active {
	color: #fff;
	font-size: 10px;
	text-decoration: underline;
}

.ui_copyright a:hover {
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
}


