
body {
	margin: 0px;
	background: #81A6CA url(/images/body_bg.gif) repeat-x top left;
}

.ui_clear {
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
}

.ui_page_shadow {
	background: transparent url(/images/shadow.gif) repeat-y top right;
	width: 790px;
	margin: 0 auto;
}
.ui_page {
	width: 768px;
	margin: 0 auto;
	background-color: #fff;
	border-left: solid 1px #313E68;
	border-right: solid 1px #313E68;
	
}

.ui_header_shadow {
	background: transparent url(/images/headershadow.gif) no-repeat top right;
	width: 790px;
	margin: 0 auto;
}

.ui_header {
	background: transparent url(/images/header.jpg) no-repeat top left;
	width: 770px;
	height: 258px;
	margin: 0 auto;
	text-align: right;
}

.ui_main_content_wrapper {
	padding: 20px;
	background-color: #fff;
}

.ui_main_content {
	width: 728px;
}

.ui_footer_wrapper {
	background: transparent url(/images/footer.gif) no-repeat top right;
	width: 790px;
	margin: 0 auto;
	height: 38px;
}
.ui_footer {
	padding: 5px;
	
}

.ui_copyright {
	width: 600px;
	margin: 0 auto;
	text-align: center;
	font-size: 10px;
	color: #fff;
}

.ui_tagline {
	text-align: center;
	color: #313E68;
	font-size: 10px;
	margin-bottom: 10px;
}

.ui_tagline a:link,
.ui_tagline a:visited {
	color: #313E68;
	font-size: 10px;
}

.ui_tagline a:hover {
	color: #313E68;
	font-size: 10px;
}

.ui_tagline a:active{
	color: #313E68;
	font-size: 10px;
}