body
{
	margin: 0px;
	background: url(images/bkg.gif) repeat-x #A3CFEF top center;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}
#bkg
{
	background: url(images/body-bg.gif) repeat-y top center;
}
#headerbg
{
	background: url(images/header-bg.jpg) no-repeat top center;
}
#grayblock
{
	background-color: #cccccc; padding: 10px;
}
.title
{
	font-weight: bold; 
	font-style: italic; 
	color: #3369cB; 
	font-size: 18px; 
	border-bottom: 1px solid #999999;
}

.cattitle
{
	font-weight: bold; 
	font-style: italic; 
	color: #3369cB; 
	font-size: 18px; 
}
.orangetitle
{
	color: #B43D00; 
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

A:link	{ color: #B43D00; text-decoration: none; font-weight: bold;}
A:visited { color: #B43D00; text-decoration: none; font-weight: bold;}
A:active { color: #B43D00; text-decoration: none; font-weight: bold;}
A:hover	{ color: #3369cB; text-decoration: underline; font-weight: bold;}

/* THIS MAKES THE DROP SHADOW WORK ON IMAGES */
.imagecontainer{
	  float:left;
	  clear:left;
	  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
	  background: url(images/shadow.gif) no-repeat bottom right;
	  margin: 10px 0 10px 10px !important;
	  margin: 10px 0 10px 5px;
}
.imagecontainer img{
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}

div.cropme {
  border: 2px solid #3369cB;
 width: 125px;
 height: 100px;
  overflow:hidden;
}
div.cropme img {
  margin-top: -15px;
}