/* CSS Document */

body
{
	font-family:Arial, Helvetica, sans-serif;
	background-color: #787063;
	margin: 0px;
	padding: 0px;
	background-image:url(images/bg_top_gradient.gif); 
	background-repeat:repeat-x; 
	background-position:top; 
	
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #3E3E3E;
}


a:link
{
	color: #990000;
}

a:visited
{
	color: #990000;
}

a:hover
{
	color: #327EC0;
}

li
{
	margin-left: 30px;
}


.bl {background: url(images/bl.gif) 0 100% no-repeat #FFFFFF; width: 860px;}
.br {background: url(images/br.gif) 100% 100% no-repeat;}
.tl {background: url(images/tl.gif) 0 0 no-repeat;}
.tr {background: url(images/tr.gif) 100% 0 no-repeat; padding-top: 20px;}
.clear {font-size: 1px; height: 1px}


.footer {color: #AAAAAA; font-size:16px; margin-top: 50px;}

img {
	border: 0px;
}


.p_titles
{
	margin-top: 20px;
	margin-bottom: 5px;
	font-size:24px;
	font-weight: bold;
	color: #327EC0;
}


.p_content
{
	padding: 15px 10px 0px 5px;
	line-height: 1.5em;
}

.member_profile
{
	border-left: 3px solid #787063;  
	border-bottom: 1px solid #787063;  
	margin-left: 5px; 
	margin-top: 20px; 
	padding: 15px; 
	line-height: 1.5em;
	background-color: #F8F5F1;	
}

.subtitle
{
	margin-top: 20px;
	margin-bottom: 5px;
	font-size:14px;
	font-weight:bold;
	color: #327EC0;
}


.news_date
{
	font-size: 14px;
	font-weight: bold;
	color: #787063;
}


.news_title
{
	padding-top: 5px;
	padding-bottom: 5px;
	font-size:18px;
	font-weight:bold;
	color: #327EC0;
	text-decoration:none;
}

.news_article
{
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #CCCCCC;
}


#whole 
{ 
	background-image:url(images/bg_top_gradient.gif); 
	background-repeat:repeat-x; 
	background-position:top; 
}

.navigation
{
	color: #000000;
	text-decoration: none;
	font-size: 14px;
}


	
	/*
	DHTML COOL TIP II
	*/
	
	#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	}
	
	#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
	}


