/* CSS Document  staff page*/

.thumbnail
{
 float:left;
 width:100px;
 border:1px solid #6c9; 
 margin:10px 0 0 15px;
 padding:5px;
 }
 
 
 
.thumbnail a 
{
color:#663;
font-weight:bold;
text-decoration:none;
}

.thumbnail a:hover, a:active
{
 color: #3cc;   /*#cc9;*/
 }
 
#pagetitle
{
float:left;
width: 700px;   
background-color:#fff; 
margin:10px 0 10px 10px;


}


#vestry  a
	{
		text-decoration: none;
		font-weight:bold;
		color: #663;  /*#272900;*/
	}
	
#vestry  a:hover, a:active
	{
		text-decoration: none;
		color:#3cc;			/* #cc9; */
		/*background-color: #272900;*/
	}

img {border-width: 0;}
