/*Formatting for text content. The body tag has been included as a backup in case someone in the future forgets to assign regular text with the <p></p> tag*/

body {

   font-family:Verdana, Arial, Helvetica, sans-serif;
   color:#000000;
   font-size:12px;
   background-image: url(/images/friends/bg.png);
   }


p {
   font-family:Verdana, Arial, Helvetica, sans-serif;
   color:#000000;
   font-size:12px;
   }
   
h1, h2 {
  font-weight:bold;
  color:#990000;
  font-size:14px;
  font-style:normal;
  padding: 0;
  }   
  
 .pgallerynav {
  
  background-color:#FFFFFF;
  
  }
  
   
/*Links*/

A:link { color:#0033CC; text-decoration:none; }
A:active { color:#0033CC; text-decoration:none; }
A:visited { color:#0033CC; text-decoration:none; }
A:hover { text-decoration:underline; }

.trustees p {
   font-family:Verdana, Arial, Helvetica, sans-serif;
   color:#000000;
   font-size:10px;
   }
   
   .feedback p {
   font-family:Verdana, Arial, Helvetica, sans-serif;
   color:#000000;
   font-size:10px;
   }
   
   input, textarea {
   border: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	}
	
	input#btsubmit {
	background-color:#990000;
	color:#FFFFFF;
	font-weight: bold;	
	}
	
	.breadcrumb {
	font-size:10px;
	letter-spacing: 7px;
	}
	
	.currentpg {
	font-weight: bold;
	color:#666666;
	}
	
	
	/*============ WPL Friends Navigational Tabs =============*/

	#friends_nav_tab {
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	display: inline;
	padding: 0;
	/*width: 132px;
	height: 20px;*/
	}


	#friends_nav_tab ul
	{
	list-style: none;
	padding: 0;
	margin: 0;
	width: 713px;
	height: 28px;
	background-image: url(/images/friends/nav_bg.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
	text-align: center; 
	}
	


	#friends_nav_tab li
	{ 
	font-family: "Trebuchet MS", Verdana, Palatino;
	font-size:11px;
	font-weight: bold;
	display: block;
	list-style: none;
	float: left;
	margin: 5px 1px 0px 4px;
	line-height: 22px;
	text-align: center;

	}



	#friends_nav_tab li a
	{
	display:block;
	color: #FFFFFF;
	width: 95px;
	height: 18px;
	background-image: url(/images/friends/nav_tab.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
	text-decoration: none;
	text-align: center;
	padding: 0; 
	margin:0 1px 0 0;
	}



	#friends_nav_tab a:hover
	{
	display:block;
	color: #FCE700;
	width: 95px;
	height: 18px;
	background-image: url(/images/friends/nav_tab.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
	text-decoration: none;
	text-align: center;
	padding: 0; 
	margin:0 1px 0 0;
	}






	/*============ End WPL Friends Navigational Tabs =============*/
	
