@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bg.jpg);
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.spaced {
	color:#333333;
	font-weight:bold;
	letter-spacing:0.5px;
	line-height:18px;
}
#header_bif {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/header_950.png);
	height: 102px;
}
#logo_click {
	float: left;
	width: 550px;
	height: 48px;
}
#tr_links {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #003F5E;
	padding-top: 35px;
	text-align: right;
	padding-right: 25px;
}
#tr_links a:link, #tr_links a:visited {
	color: #003F5E;
	text-decoration: none;
}
#tr_links a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#search {
	background-image: url(images/search_950.png);
	height: 100px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#search_iso {
	margin-left: 40px;
	width: 129px;
	padding-top: 10px;
	clear: left;
}
#search_iso_r {
	float: right;
	width: 770px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#main_BIF {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/sides_950.png);
	background-repeat: repeat-y;
}
#main_outer {
	padding: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
#main_inner {
}
#content_outer {
}
#content_inner {
}
#bottom {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
	background-image: url(images/bottom_950.png);
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	padding-top: 20px;
}
/* Search Page: Select Criteria */
	
	.boxSearchCriteria {
		padding-left: 1%;
		padding-right: 1%;
	}
	
	.boxSearchFieldArea {
		clear: both;
		padding-top: 2%;
		padding-bottom: 2%;
		border-bottom: 1px dashed #ccc;
	}
	
	.boxSearchSplit {
		width: 50%;
		float: left;
	}
	
	.boxSearchCaption {
		font-weight: bold;
		float: left;
		width: 20%;
		min-width: 150px;
	}
	
	.boxSearchField {
		float: left;
	}
	
	.boxSearchCheckboxArea {
		clear: both;
		padding-top: 2%;
		padding-bottom: 2%;
		border-bottom: 1px dashed #ccc;
	}
	
	.boxSearchCheckboxCaption {
		font-weight: bold;
		padding-bottom: 2%;
		color: navy;
	}
	
	.boxSearchCheckboxChoices {
	}
	
	.boxSearchCheckbox {
		float: left;
		width: 25%;
		min-width: 150px;
	}
	.clearer {
		clear: both;
	} 
td.browse_tool_button {
}