

/* the ui_clear div is used to clear two floated elements*/

.ui_clear {
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
}

/* Beginning of Template CSS*/

body {
	margin: 0px;
	background-color: #FFF;
}

.ui_page {
	width: 900px;
	margin: 0 auto;
	background: transparent url(/images/page_bg.gif) repeat-y top left;
}

.ui_header {
	background: transparent url(/images/header.jpg) no-repeat top left;
	width: 900px;
	height: 191px;
	text-align: right;
}

.ui_breadcrumb {
	background: transparent url(/images/top_bg.gif) no-repeat top left;
	width: 900px;
	height: 52px;
}

.ui_left {
	width: 235px;
	float: left;
}

.ui_right {
	width: 660px;
	float: right;
}

.ui_main_content_wrapper {
	padding: 0 20px 20px 20px;
}

.ui_main_content {
	width: 620px;
}	

.ui_footer_wrapper {
	background: transparent url(/images/footer_bg.gif) repeat-x top left;
	height: 50px;
}

.ui_footer {
	width: 900px;
	color: #fff;
}

.ui_contact {
	font-size: 12px;
	font-weight: bold;
	width: 610px;
	float: left;
	padding: 23px 0 0 25px;
}

.ui_contact a:link,
.ui_contact a:visited {
	color: #fff;
}

.ui_contact a:hover {
	color: #fff;
	text-decoration: underline;
}

.ui_contact a:active {
	color: #fff;
}

.ui_print_email {
	color: #fff;
	padding: 23px 10px 10px 10px;
	float: right;
	width: 200px;
	
}

a.PrintPageLink:link, 
a.PrintPageLink:visited,
a.PrintPageLink:active { 
	display: inline;
	color: #fff;
}

a.PrintPageLink:hover {
	color: #fff;
	text-decoration: underline;
}

a.TellAFriendLink:link,
a.TellAFriendLink:visited,
a.TellAFriendLink:active {
	display: inline;
	color: #fff;
	padding-right: 10px;
}

a.TellAFriendLink:hover {
	color: #fff;
	text-decoration: underline;
	padding-right: 10px;
}

.ui_bottom_outside {
	padding-top: 10px;
	width: 900px;
	margin: 0px auto;
	color: #000;
}

.ui_copyright {
	font-size: 10px;
	text-align: left;
	width: 900px;
}

.ui_tagline {
	font-size: 10px;
	padding-bottom: 10px;
	text-align: left;
	width: 900px;
}

.ui_tagline a:link,
.ui_tagline a:visited,
.ui_tagline a:active {color: #000;}

.ui_tagline a:hover {color: #999;}

