@charset "UTF-8";
/* FLS Content CSS Document */
 
/*#### CONTENT AREA ####*/

#mainContent { /* global content area */
	width:457px;   
	background-color:#ffffe6;
}

#mainContent p { 
}
 
.contentText {
	font-family:arial, verdana, helvetica, tahoma, sans;
	font-size:13px;
	line-height:16px;
	color:#336633; 
}

.contentText a { 
	text-decoration:none;
	color:#669966;
}

.contentText a:hover {
	text-decoration:underline;
}

.contentText a:visited {
	color:#669966;
}

.subhead {
	color:#990000;
}
 
ul {
margin-left:-25px;

}

.contentHeader {
	color:#666600;
}

.credits	{
	font-family:arial, verdana, helvetica, tahoma, sans;
	font-size:9px;
	line-height:11px;
	color:#336633;
	}
.credits a {
	text-decoration:none;
	color:#669966;
	}
.credits A:hover	{
	text-decoration:underline;
	}
.credits A:visited	{
	text-decoration:underline;
	color:#669966;
	}
	
.awardssubhed	{
	font-family:arial, verdana, helvetica, tahoma, sans;
	font-size:13px;
	line-height:15px;
	color:#666600;
	}
	
	
.headline	{
	font-family:arial, verdana, helvetica, tahoma, sans;
	font-size:13px;
	line-height:16px;
	color:#666600;
	}
	
/*#### CONTENT IMAGES ####*/

#imageBox { 
	/* floating images in main content, with caption */
	border: 0px black solid;
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:10px;
	color:#666600;
}

#imageBox img {
	margin-top:4px;
	margin-bottom:3px;
}


