/* CSS by Jonathan B. Morgan, 2007 */

body {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 120%;
/*	min-width:780px;*/
	background: #FFFFFF url(file:///C|/Data/MyWeb/ftc-bcp/resources/styles/none) repeat-y 50% 0;
}
	
	
div#wrap {
	width:100%;
}

div#header {
	margin:0px auto 10px;
	padding: 0;
	background-image:  none;
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	height: 90px;
	border-bottom: 1px solid #000000;
}

div#header h1 {
	position: absolute; /* for the benefit of IE5 Mac */
	left: 0px;
	top: 5px;
	overflow: hidden;
	font: bold 165% Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
}

div#header h1 span.ftc {
	padding-top: 15px;
	display: block;
}

div#header h1 span.tag {
	font: bold 82% Georgia, "Times New Roman", Times, serif;
}
div#header h1 img{
	float: left;
	vertical-align: middle;
}

div#skip { 
	display: none;
  } 
  
div#search {
	display: none;
} 
 
div#headLinks {
	display: none;
}
 
div#tabs {
	display: none;
}


div#container {
	margin: 0px;
	padding: 0px;
}

div#container .column {

}

div#center {
	width:100%;
	padding: 0px 0px 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #000000;
}

div#left {   
	padding: 10px 0px;         
	margin-left: 0px;
	float: left; 
	clear:left; 
}

div#right {
	width:90%;
	padding: 10px 0px;
	margin-right: 0px;
	float: left;
	clear:left;
}
div#right h1 {
	width: 187px;
	margin: 10px 0px 0px;
	padding: 3px 0px 3px 5px;
	font: bold 105%/120% Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: url(/resources/images/side_menu_bkgd.jpg) no-repeat left top;
	border-top: 1px solid #3399cc;
	border-right: 1px solid #143a66;
	border-bottom: 1px solid #143a66;
	border-left: 1px solid #3399cc;
}
div#related {
	width:95%;
	position: relative;
	margin: 0px 0px 10px;
	padding: 5px;
	border-top: 1px solid #c5aa73;
	border-right: 1px solid #c5aa73;
	border-bottom: 1px solid #c5aa73;
	border-left: 1px solid #c5aa73;
	background: #ffffff;
}


div#highlight {
	display: none;
}

div#videos {  
	display: none;
}	

div#footer {
	display: none;
}

div#footer-wrapper {
	display: none;
}



