body
{ 
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; 
	/*font-size: 11px; color: #444444; (old)*/ 
	font-size: 12px; color: #444444; /* (new updated 8/6/09 */
	line-height: 15px; 
}
	body form
	{
		margin:0px;
		padding:0px;
	}
	
/* Mootools Accordion */
	.toggler 
	{
		cursor:pointer;
	}
/* EOF MA */

/* The Lyre */
	span.tlm_heading 
	{
		color: #FFF;
		font: bold 14px Georgia, "Times New Roman", Times, serif;
		display:block;
		padding:0px;
		margin:0px;
	}
/* EOF TL*/

.section_name 
{
	color: #9da53b;
	list-style-image: url(../images/h1_arrow.gif);
	list-style-position: inside;
	display: list-item;
	margin-top: 10px;
	padding-top: 0;
	margin-bottom: 5px; 
	padding-bottom: 0;
	font: 31px/26px Georgia, "Times New Roman", Times, serif;

}

.page_name 
{
	color: #636542;
	font: 19px/26px Georgia, "Times New Roman", Times, serif;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left: 37px;
}

.breadcrumbs
{
	text-transform: uppercase; 
	color: #939393;
	font: 10px/15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.breadcrumbs a
{
	text-transform: uppercase; color: #9da53b;
	font: 10px/15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;

}
.breadcrumbs a:hover
{
	color: #049188;
	text-decoration: underline;
}

h1 
{
	color: #c74a5d;
	font: 21px/*/15px*/ Georgia, "Times New Roman", Times, serif;
	margin-top: 21px;
	margin-bottom: 0px;
}

h2 
{
	color: #c74a5d;
	font: bold 15px/15px Georgia, "Times New Roman", Times, serif;
	/*margin-top: 25px;
	margin-bottom: -5px;*/
}



h3 
{
	color: #444444;
	font: bold 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 0px;
	margin-bottom: -10px;
	padding-bottom: 0px;
}
	.heading_3 
		{
			color: #c74a5d;
			font: bold 15px/15px Georgia, "Times New Roman", Times, serif;
		}


ul
{ 
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; 
	/*font-size: 11px; (old) */
	line-height: 15px;
	/*list-style-type: none;*/
	color: #444444;
	padding-left: 25px;
}

li
{ 
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; 
	/*font-size: 11px; (old) */  
	line-height: 13px;
	/*list-style-type: none;*/
	color: #444444;
	padding-bottom: 5px;
	list-style-image: url(../images/list_bullet.gif);
}

/* General Link Style (new) 8/6/09 was not defined before this date */
	a 
	{
		font:"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		color: #9da53b;
		text-decoration: none;
	}
	
	a:hover
	{
		font:"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
		color: #049188;
		text-decoration: underline;
	}
/* End of style */


a.link 
{
	/*font: 11px/15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; (old) */
	font:"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; /* new 8/6/09 */
	color: #9da53b;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

a.link:hover 
{
	/*font: 11px/15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; (old) */
	font:"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; /* new 8/6/09 */
	color: #049188;
	text-decoration: underline;
}

.h_rsw_link
{
	font-size:16px;
	color: #9da53b;
	text-decoration:none;
}
.h_rsw_link:hover
{
	text-decoration:underline;
}


/* Other */

a.welcome, a.editprofile, a.logout
{
    font-size:11px;
}

/* @group Call To Action */

span.calltoaction_bold 
{
	color: #444444;
	font: bold 14px/16px Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	padding-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}

a.calltoaction_link 
{
	color: #9da53b;
	font: bold 14px/16px Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	padding-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	text-decoration: none;
}

a.calltoaction_link:hover 
{
	color: #049188;
	font: bold 14px/16px Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	padding-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	text-decoration: underline;
}

p.calltoaction_regular 
{
	text-align: center;
	color: #444444;
	font: 14px/15px Georgia, "Times New Roman", Times, serif;
	margin-top: 0px;
	padding-top: 19px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	background: url(images/cta_doublerule.gif) repeat-x;
}

.newsitemlink
{
    display:none;    
}







/* @end */