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

*{ margin: 0; padding: 0; }*
body { background:#F0F0F0; color:#666; line-height: 1.4em; }

a { text-decoration: none; color: #cc3300; background: inherit; }
a:hover { color: #ff7d00; background: inherit; }	
a:focus { outline: 0; }

h3 {
	margin: 0 0 10px;
	font-size:16px;
	text-transform: uppercase;
	text-align:center;
	padding:0px 60px 15px 0;
	line-height:2em;
	color:#039;
}
img { border: 0; }

.grey { color:#666; }

.oneColElsCtrHdr #container {
	width: 700px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	
	/*background-image:url(images/cfe-leo.jpg);
	background-repeat: no-repeat;*/
}

#wrap { width: 710px; margin: 33px auto; /*background: #fff url(../images/bigGrad.jpg) repeat-x;*/}

#topLine {
	border-bottom:1px solid #CCCCCC;
	height:33px;
}
#ut {
	left:0;
	position:absolute;
	top:0;
}
#coe {
	position:absolute;
	right:25px;
	top:0;
}
		

#maincontent {  padding-top:0px; clear: both; 
background:#fff;
/*background: url(../images/bg.gif) repeat-x;*/ }

#ContentId {
	width:340px;
	clear:both;
}

#footer { font-size:11px; clear: both;   padding: 10px; border-top: 1px solid #ccc; line-height: 1.5em; background: url(../images/ficLogo.jpg) no-repeat; background:#FFF; }

#about{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0 10px 10px 20px;
	margin-top:15px;
	
/*	background-image:url(../images/cfe-leo.jpg);
	background-position:bottom;*/
	background-repeat: no-repeat;
}

#flashcontent{
	padding-top:50px;
}	
.oneColElsCtrHdr #container #maincontent #about p {
	
	font-family: font:'Trebuchet MS', Arial, Helvetica, sans-serif;
	
}


