/* Three ColumnLayout Stylesheet */ 

body {
	margin:10px;
	background:#ffffff;
	color: #333333;
	text-align:center;
	padding:0;
	}

#outer {
	text-align:left;
	/* border:1px solid #000000; */
	width: 1080px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	}

#hdr {
	height:131px;
	background:#eeeeee;
	color: #333333;
	clear: both;
	position: relative;
	background-image: url(../_images/efc-home_14_01.jpg);
	background-repeat: no-repeat;
	}

#bar {
	height:25px;
	background:#990000;
	color: #333333;
	/* border:solid #000000; */
	border-width:0 0 0 0;
	}

#bodyblock {
	position:relative;
	background: #dcdcdc;
	color: #333333;
	padding: 0px 0px 0px 0px;
	}

#leftnav {
	background-color: #540000; /*Original background color */
	width: 173px;
	float: left;
	height: 530px;
	/* background-color: #ff1493; */
	position: relative;
	clear: both;
	border-left-style: solid;
	border-left-width: 5px;
	border-left-color: #990000;
	border-bottom-color: #990000;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-right-color: #990000;
	border-right-style: solid;
	border-right-width: 5px;
	}

/* BEGIN: Columns */
#l-col {
	float: left;
	width: 41%;
	text-align:left;
	margin-top: 5px;
	background-color: transparent;
	}

#r-col {
	float: right;
	width: 41%;
	text-align:left;
	margin-top: 5px;
	background-color: transparent;
	}

#c-col {
	float: left;
	width: 82%;
	text-align: left;
	margin-top: 5px;
	background-color: transparent;
	margin-left: 5pt;
	}

#c-colsmall {
	float: right;
	width: 41%;
	text-align: left;
	margin-top: 5px;
	background-color: transparent;
	}
/* END: Columns */

#ftr {
	margin:0;
	clear: both;
	background-color: transparent;
	}

/* Presentation Stylesheet */ 
h1 {
	text-align: center;
	margin: 0px 0px 0px 0px;
	}

h3, p {
 margin:0;
 padding: 15px;
 top: auto;
 }

h4 {
 margin:0; 
 padding: 5px 0;
 }
 
p:first-letter {
 font-size: 120%; 
 font-weight: bold;
 color:blue;
 }
 
.floatimgleft {
  float: left;
  margin-top: 5px;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 5px;
}

.floatimgright {
  float: right;
  margin-top: 5px;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 5px;
}

/*float left*/
.left
{
	float: left; /*left in our text*/
	margin: 5px; /*space around the image*/
}

/*float right*/
.right
{
	float: right; /*right in our text*/
	margin: 5px; /*space around the image*/
}