	


/*default title divs for use on main news area of home page*/


#titlearea
{
	margin-top: 2em;
	text-align: left;
	margin-right: 0px;	
	background-color: #aa0000;
}

#titlearea p

{
	font-size: 1.2em;
	font-weight: bold;
	color: #ffffff;	
	padding: 0;
	padding-left: 10px;
}


#textarea
{
	margin-top: 0em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	margin-right: 0px;
	background-color: #eeeeee;
	

	
}

.story
{
	border-bottom: 1px #aaaaaa solid;
	padding-bottom: 5px;
	/*fix for ie6 overflow problem*/
	width: 99%;
	overflow: auto;
padding-top: 10px;
padding-bottom: 10px;
}

.last
{
	border-bottom: none;

}

.story p

{
	font-size: 1em;
	color: #000000;	
	
}

.story p img
{
	padding-right: 5px;
	padding-top: 5px;
	float: left;
}

.story img
{
	padding-right: 5px;
	padding-top: 5px;
	float: left;

}


.story a
{
	border: none;
	text-decoration: none;
}

.story a img
{
	border: none;
}

/*two col table for newsletters*/

.story table
{ 
width: 100%;
margin-left: 0;
margin-right: 0;
padding: 0;
text-align: left;
}

.story table td
{ 

text-align: left;
}

/*additional divs for the two column bit at the bottom of the home page*/

#twocol
{
	width: 98%;
}

#spotlightleft
{
	
	width: 43%;
	float: left;
	margin-left: 4%;
	
}

#spotlightright
{
	
	width: 43%;
	float: right;
	margin-right: 4%;
}

#spotlightleft #titlearea
{
	margin-top: 2em;
	text-align: left;
	margin-right: 0px;	
	background-color: #ffffff;
}

#spotlightright #titlearea
{
	margin-top: 2em;
	text-align: left;
	margin-right: 0px;	
	background-color: #ffffff;
}

#spotlightleft #titlearea p

{
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;	
	padding: 0;
	padding-left: 0px;
}

#spotlightright #titlearea p

{
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;	
	padding: 0;
	padding-left: 0px;
}

#spotlightleft #textarea
{
	
	margin-top: 0em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	margin-right: 0px;
	background-color: #ffffff;
	
	
}

#spotlightright #textarea
{
	margin-top: 0em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	margin-right: 0px;
	background-color: #ffffff;
	
	
}

#spotlightleft #textarea .story
{
	border-bottom: none;
	padding-bottom: 5px;
	/*fix for ie6 overflow problem*/
	width: 99%;
	overflow: auto;
}

#spotlightright #textarea .story
{
	border-bottom: none;
	padding-bottom: 5px;
	/*fix for ie6 overflow problem*/
	width: 99%;
	overflow: auto;
}

#spotlightleft #textarea .story p

{
	font-size: 1em;
	color: #000000;	
	
}

#spotlightright #textarea .story p

{
	font-size: 1em;
	color: #000000;	
	
}
