
body {
	margin: 25px 0;
	background-color: #121F62;
}

.ui_clear {
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
}

.ui_clear img {
	width: 1px;
	height: 1px;
	border: none;
}

.ui_page_bg {
	background: transparent url(/images/uniteddc_bg.jpg) repeat-y top left;
	width: 785px;
	margin: 0 auto;
}

.ui_page_bg_top {
	background: transparent url(/images/uniteddc_header-bg.jpg) no-repeat top left;
}

.ui_page_bg_bottom {
	background: transparent url(/images/uniteddc_footer_bg1.jpg) no-repeat bottom left;
}

.ui_page {}

.ui_header {
	text-align: center;
	padding-bottom: 15px;
}

.ui_top_nav {
	width: 496px;
	margin: 0 auto;
	overflow: hidden;
}

.ui_content_bg {}

.ui_content {}

.ui_left {
	width: 145px;
	float: left;
}

.ui_right {
	width: 496px;
	float: left;
}

.ui_main_content_wrapper {
	padding: 0;
}

.ui_main_content {
	width: 496px;
}	

.ui_footer {
	clear: both;
	background: #121F62 url(/images/uniteddc_footer_bg2.jpg) no-repeat top left;
	padding-top: 35px;
	padding-bottom: 10px;
	font: normal bold 5pt Arial, Tahoma, Sans-Serif; color: #fff;
}

.ui_copyright {
	text-align: center;
	font-size: 10px;
}

.ui_tagline {
	text-align: center;
	font-size: 10px;
}

.ui_tagline a:link, .ui_tagline a:active, .ui_tagline a:visited, .ui_tagline a:hover{
	text-align: center;
	font-size: 10px;
	color: #FFD378;
}

/* Required Browser Specific Declarations */

/* <td><p>...</p><p>...</p><p>...</p></td> in firefox creates additional space above the first element and below the last */
/* the following classes remove this extra space */
.ui_main_content td p:first-child { margin-top: 0; }
.ui_main_content td > p { margin-bottom: 0; }
