

/* the ui_clear div is used to clear two floated elements*/

.ui_clear {
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
}

/* Beginning of Template CSS*/

body {
	margin: 0px;
	background: #ffffff url(/images/bg.gif) repeat-x top;
	
}

.ui_page {
	width: 950px;
	margin: 0 auto;

}

.ui_header_sb {
	background: transparent url(/images/header_smallbox.gif) no-repeat top;
	width: 950px;
	height: 145px;
	
}
.ui_header_bb {
	background: transparent url(/images/header_bigbox.gif) no-repeat top;
	width: 950px;
	height: 145px;
	
}
.ui_header {
	background: transparent url(/images/header_home.gif) no-repeat top;
	width: 950px;
	height: 199px;
	
}

.ui_main_content_wrapper {
	padding: 0px;
}

.ui_left {
	width: 200px;
	float: left;
	background:#99b5cf;
	padding:0;
	margin:0;
}

.ui_right {
 width: 750px; 
 float: left;
}



.ui_main_content {

	padding:10px 0 0 30px;
}	

.ui_footer_wrapper {
	padding-top:10px;
width:950px;
	background: url(/images/bottom.jpg) no-repeat top;
		margin: 0 auto;
}

.ui_footer {
	background-color: #25558A;
	width: 766px;
	height: 27px;
}

.ui_print_email {
	color: gray;
	padding-top: 6px;
	text-align: right;
	padding-bottom:5px;
	font-size:10px;
}

.PrintPageLink a:link, 
.PrintPageLink a:visited,
.PrintPageLink a:active { 
	display: inline;
	color: #fff;
}

.PrintPageLink a:hover {
	color: #A4CEFE;
	text-decoration: none;
}

.TellAFriendLink a:link,
.TellAFriendLink a:visited,
.TellAFriendLink a:active {
	display: inline;
	color: #fff;
	padding-right: 10px;
}

.TellAFriendLink a:hover {
	color: #A4CEFE;
	text-decoration: none;
	padding-right: 10px;
}



.ui_copyright {
	font-size: 10px;
	text-align: center;
	line-height: normal;


}



.ui_tagline a:link,
.ui_tagline a:visited,
.ui_tagline a:active {color: #fff;}

.ui_tagline a:hover {color: #fff;}

