
body {
	margin: 0px;
	padding: 0px;
}

.ui_home_bg {
	background: transparent url(/images/home_bg.gif) repeat-x top left;
}

.ui_internal_bg {
	background: transparent url(/images/internal_bg.gif) repeat-x top left;
}

.ui_clear {
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
}

.ui_page {
	width: 800px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.ui_header {
	background: transparent url(/images/header.jpg) no-repeat top left;
	width: 800px;
	height: 120px;
	margin: 0 auto;
	text-align: right;
}

.ui_top_nav_wrapper {
	background: transparent url(/images/snowbar.jpg) no-repeat top left;
	height: 60px;
}

.ui_rotator_container {
	padding-top: 10px;
	height: 200px;
}

.ui_rotator {
	position: relative;
		z-index: 10;
		top: 0;
}

.ui_rotator_bar {
	position: absolute;
		top: 0px;
		left: 0;
		z-index: 999;
}

.ui_main_content_wrapper {
	padding: 30px 0 10px 0;
}

.ui_main_content { width: 800px; min-height: 350px;}
.ui_home_bg .ui_main_content { width: 800px; min-height: 200px;}


.ui_footer_wrapper {
	background: transparent url(/images/footer_bg.gif) repeat-x top left;
	color: #000;
	height: 100px;
	padding-top:15px;
}

.ui_footer {
	width: 800px;
	margin: 0 auto;
	height: 115px;
}

.ui_footer_content {
	height: 74px;
}

.ui_copyright {
	width: 800px;
	text-align: center;
	font-size: 10px;
	color: #C8C9CB;
	padding-top: 5px;
}

.ui_tagline {
	text-align: center;
	color: #C8C9CB;
	font-size: 10px;
}

.ui_tagline a:link,
.ui_tagline a:visited {
	color: #C8C9CB;
	font-size: 10px;
}

.ui_tagline a:hover {
	color: #888;
	font-size: 10px;
}

.ui_tagline a:active{
	color: #C8C9CB;
	font-size: 10px;
}

.maincontentarea {width: 525px;}