
body {
	margin: 0px;
	background-color: #DCF2FF;
	background-image: url(/images/bg.jpg);
	background-position: top;
	background-repeat: repeat;
}

.ui_clear {
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
}
.top_margin{
	height:40px;
}
.ui_page {
	width: 900px;
	margin: 0 auto;

}
.ui_page_home {
	width: 1010px;
	margin: 0 auto;
	background-color: #fff;
}

.ui_header {
	background: #ffffff;
	width: 900px;
	height: 150px;
	margin: 0 auto;

}

.ui_top_nav_wrapper {
	
	height: 27px;
	background-color:#0073cf;
}
.navspacer{
	height:5px;
	width:900px;
	background-color:#d3ebf8;
}
.ui_home_content_wrapper {
	
	background-color: #fff;

}
.ui_main_content_wrapper {
	
	background-color: #fff;
	background: url(/images/contentbg.jpg) repeat-y top left;
}
.left{
	width:670px;
	float:left;
}

.sideswoop{
	background: url(/images/sidebar.jpg) no-repeat top right;
}
.right{
	width:230px;
	
	float: right;
	
}

.ui_main_content {
	padding: 15px;
	padding-top:0px;
}
.ui_home_content {
	padding: 15px;
	padding-top:0px;
	
	
	
}

.ui_footer {

	color: #949494;
	font-size: 10px;
	padding: 6px 10px;
	margin: 1px;
}

.ui_print_email {
	float: left;
	width: 30%;
}

a.PrintPageLink:link, 
a.PrintPageLink:visited, a.PrintPageLink:active { 
	display: inline;
	color: #002c77;
}

a.PrintPageLink:hover {
	color: #002c77;
	text-decoration: underline;
}



a.TellAFriendLink:link,
a.TellAFriendLink:visited, a.TellAFriendLink:active {
	display: inline;
	color: #002c77;
	padding-right: 10px;
}

a.TellAFriendLink:hover {
	color: #002c77;
	text-decoration: underline;
	padding-right: 10px;
}

 .ui_copyright1 {
	float: right;
	width: 65%;
	text-align: right;
	font-size: 10px;
	color: #949494;
}


.ui_copyright {
	float: right;
	width: 65%;
	text-align: right;
	font-size: 10px;
	color: #949494;
}



.ui_copyright a:link,
.ui_copyright a:visited, .ui_copyright a:active {
		color: #002c77;
	font-size: 10px;
}

.ui_copyright a:hover {
	color: #002c77;
	text-decoration:underline;
	font-size: 10px;
}

