/* search body
----------------------------------------------- */
body {
	margin: 25px 0 7px 0;
	padding: 0;
	background: #FFF;
	text-align:center;
}
/* Page container
----------------------------------------------- */
#fe_body_container {
	width: 790px;
	background:#FFF;
	padding: 0;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
}
/* grey border
----------------------------------------------- */
#fe_body_border {
	border: 5px solid #CCC;
	padding: 5px;
	margin: 0px;
}  
/* search header
----------------------------------------------- */
#fe_header {
	background: #FFF;
	margin: 0 0 5px 0;
	padding: 0 0 8px 5px;
	font-family: Georgia, Serif;
	font-size: 25px;
	color: #0381E2;
	text-align: center;
}
/* IE hack, only IE read the following */
}
#fe_header  {  	
	margin-right: 2px;
}
/* IE hack, only IE read the above */
#fe_header b {
	font-family: Georgia, Serif;
	font-size: 38px;
}
#fe_photo {
	position:absolute;  	
	margin: 0px 5px 0 0;
        top:0;
	right:0;
}
/* IE hack, only IE read the following */
}
#fe_photo {
	position:absolute;  	
	margin: 0px 13px 0 0;
        top:0;
	right:0;
}
/* IE hack, only IE read the above */

/* top message
----------------------------------------------- */
#top_message {
	position:absolute;  	
	margin: 0;
	padding: 2px;
	background: #65B6FE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
        top:0;
	left:0;
}
#top_signout {
	position:absolute;  
	background: #FFF;
	color: #FF0000;
	padding: 4px 2px 2px 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;	
        top:0;
	right:0;	
}
#top_signout a, #top_signout a:visited {
	color: #FF0000;
	text-decoration: none;
}
#top_signout a:hover {
	text-decoration: underline;
}
/* search content
----------------------------------------------- */
#fe_content {
	margin:0px;
	padding:0px;
	background:#FFF;	
}
/* IE hack, only IE read the following */
}
#fe_content {
	margin-right: -2px;
}
/* IE hack, only IE read the above */

/* search results
----------------------------------------------- */
#fe_result {
	background:#FFF;
	position:relative;
	width:inherit;
}
/* left content
----------------------------------------------- */
#fe_sc {
	background:#FFF;
	min-height: 100px;
	overflow:hidden;
	height:expression(
    		this.scrollHeight < 100? "100px" : "auto" );
}
#fe_topbar {
	background:#FFF;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	margin-bottom: 5px;
	background-image: url(img/topbar_fe_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
}
/* IE hack, only IE read the following */
}
#fe_topbar  {  	
	margin-right: 2px;
}
/* IE hack, only IE read the above */
#fe_detail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	padding: 0 0 10px 0px;
	margin-right: 0px;
}
#fe_detail h1 {
	font-family: Times New Roman, Times, serif;
	font-size: 28px;
	font-weight:normal;
	padding: 0px;
	margin: 0px;
}
#fe_detail h1 b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #999;
	padding: 0px;
	margin: 0 0 0 5px;
}
#fe_detail h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #F00;
	padding: 0px;
	margin: 0 0 0 28px;
}
#fe_detail h2 a, #fe_detail h2 a:visited {
	color: #F00;
	text-decoration: none;
	border-bottom: solid 1px;
}
#fe_detail table.fe_table {
	margin: 0px;
}
#fe_detail td {
	vertical-align: top;
	padding: 0 10px 40px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#fe_detail td a, #fe_detail td a:visited {
	color: #00F;
}
#fe_detail td.right {
	border-right: solid 1px #CCC;
	width: 49%;
}
#fe_detail td.leftpad {
	padding-left: 13px;
}
span.highlight {
	background: #FFF;
}
/* Our story section
----------------------------------------------- */
#fe_detail table.story_table {
	margin: 0px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

/* search footer
----------------------------------------------- */
#fe_footer {
	background: #DDD;
	margin-top: 3px;
	padding: 15px 0 15px 0;
}

#fe_footer_set {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-align: center;
	height: 1%;
}


/* HollyHack explained here: http://www.positioniseverything.net/explorer/escape-floats.html
----------------------------------------------- */

/* hide from IE-mac \*/
* html .hollyhack {height: 1%;}
/* end hide */