@charset "UTF-8";

body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:15px;
	background:rgb(200,200,200);
}

sup {
	font-size: 8px;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	line-height:24px;
	font-weight:normal;
	margin:5px 0px;
}

.auto_ufl_header_09 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	line-height:24px;
	font-weight:normal;
	margin:5px 0px;
}




h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height:18px;
	font-weight:normal;
	margin:5px 0px;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight:normal;
	margin:0px;
}

h4 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight:normal;
	margin:0px 0px 10px;
}

p {
	margin:0px 0px 10px;
}

a {
	color:rgb(210,10,30);
	font-weight: bold;
	text-decoration: none;
}

a.black {
	color:rgb(0,0,0);
	font-weight: normal;
	text-decoration: underline;
}

#pagination a {
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	text-decoration:none;
}


h2 a,
h3 a {
	color:rgb(0,0,0);
	text-decoration:none;
	font-weight: normal;
}

h2 a:hover,
h3 a:hover{
	color:rgb(210,10,30);
}

#pageContainer {
	position:absolute;
	width:930px;
	left:50%;
	background:rgb(255,255,255);
	margin: 0px 0px 20px -465px;
}

	#top {
		height:130px;
		margin:10px;
		background:url(../img/top.png) no-repeat;
	}
		#impactFactor {
			position:absolute;
			top:120px;
			left:20px;
			font-size:12px;
			font-weight:bold;
		}
			
	#leftCol {
		display:inline;
		float:left;
		width:180px;
		margin: 0px 10px;
	}
	
	#content {
		display:inline;
		float:left;
		width:470px;
		margin: 0px 5px;
	}
	
	#rightCol {
		display:inline;
		float:left;
		width:230px;
		margin: 0px 10px;
	}
		#siteSearch {
			text-align:right;
			height:40px;
		}
		
	#footer {
	clear:both;
	height:22px;
	background:url(../img/headerBack.png) repeat-x bottom;
	margin: 0px 10px 10px;
	font-size:10px;
	text-align:right;
	color:rgb(255,255,255);
	padding: 3px 10px 0px 0px;
	}
	
	#footer a {
		color:rgb(255,255,255);
	}