
body {
	margin: 0px;
	margin-top: 0px;
}

.ui_bg {
	background: transparent url(/images/bg.jpg) repeat-x top left;
}

.Historic .ui_bg {
	background: transparent url(/images/bg2.jpg) repeat-x top left;
}

.ui_clear {
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
}

.ui_page {
	width: 950px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.ui_header {
	width: 950px;
	height: 144px;
	margin: 0 auto;
	text-align: right;
	background: transparent url(/images/header1.png) no-repeat top left;
}

.Historic .ui_header {
	background: transparent url(/images/header2.png) no-repeat top left;
}

.ui_top_nav_wrapper {
	background-color: #480001;
	height: 32px;
	margin: 0 auto;
}

.ui_main_content_wrapper {
	padding: 20px;

}

.ui_main_content {
	width: 910px;
}

.ui_footer {
	background: transparent url(/images/footer.jpg) no-repeat top left;
	font-size: 10px;
	height: 88px;
}

.ui_print_email {
	background: transparent url(/images/bottomline.jpg) repeat-x top left;
	width: 950px;
	height: 24px;
	text-align: right;
	text-transform: uppercase;
	font-size: 10px;
}

a.PrintPageLink:link, 
a.PrintPageLink:visited { 
	display: inline;
	color: #6799CC;
}

a.PrintPageLink:hover {
	color: #486C8F;
	text-decoration: none;
}

a.PrintPageLink:active { 
	display: inline;
	color: #6799CC;
}

a.TellAFriendLink:link,
a.TellAFriendLink:visited {
	display: inline;
	color: #6799CC;
	padding-right: 10px;
}

a.TellAFriendLink:hover {
	color: #486C8F;
	text-decoration: none;
	padding-right: 10px;
}

a.TellAFriendLink:active {
	display: inline;
	color: #353535;
	padding-right: 10px;
}

.ui_copyright {
	margin: 0 auto;
	width: 950px;
	text-align: center;
	font-size: 10px;
	color: #E5E5E5;
}

.ui_tagline {
	text-align: center;
	color: #E5E5E5;
	font-size: 10px;
}

.ui_tagline a:link,
.ui_tagline a:visited {
	color: #E5E5E5;
	font-size: 10px;
}

.ui_tagline a:hover {
	color: #999999;
	font-size: 10px;
}

.ui_tagline a:active{
	color: #E5E5E5;
	font-size: 10px;
}