@charset "utf-8";

h1#subMain{
	padding-left:90px;
	}

div#infoContents{
	width:620px;
	margin:0px auto 20px;
	padding:0px;
	}

div#linkbar ul{
	margin:0px;
	}

div#linkbar ul li{
	float:left;
	padding:0px 20px 0px 35px;
	list-style-type:none;
	font-size:93%;
	background-image:url(../srcCommon/img/triBlack.gif);
	background-position:20px 50%;
	background-repeat:no-repeat;
	}

div.article{
	margin-bottom:60px;
	}

div.article-content{
	padding:0px 20px 0px;
	}

p.article-date{
	padding-left:20px;
	border-width:0px 0px 1px;
	border-color:#cccccc;
	border-style:dotted;
	}

p.article-date span.date{
	font-weight:bold;
	}

div#main div#infoContents h2.article-title{
	margin-bottom:0px;
	}
p.photo-noshadow {
  padding: 3px;
  float: left;
  margin: 15px 2px 2px 7px
}

p.photo-shadow img, p.photo-noshadow img {
  display: block;
  padding: 7px; margin: 0;
  border: 1px solid #ccc;
  border-color: #aaa #888 #999 #bbb;
  background-color: #fff;
  position: relative;
  left: -7px; top: -7px;
  overflow: hidden;
}
* html p.photo-shadow img, p.photo-noshadow img {
  display: block;
  position: relative;
  margin: -5px 7px 7px -5px;
}
.photo-shadow img.borderless, p.photo-noshadow img.borderless{
  padding: 0;
}
p.photo-shadow {
  float: left;
  margin: 4px -4px -4px 4px;
  background: url(Images/shadow.gif) repeat;
}
html>body p.photo-shadow {
  background: url(Images/shadow.png) no-repeat right bottom;
  margin: 18px 0 0 18px;
}
p.photo-shadow:before {
  content: " ";
  background: url(Images/shadow.png) no-repeat right top;
  display: block;
  width: 9px; height: 9px;
  margin: -9px 0 0 auto;
}
p.photo-shadow:after {
  content: "";
  background: url(Images/shadow.png) no-repeat left bottom;
  display: block;
  margin: -9px 0 0 -9px;
  width: 9px;  height: 9px;
}

.photo-caption {
  margin: -5px auto 20px -5px;
  font-size: 13px; color: navy;
  padding-left: 30px;
  clear: both;
}
.al-left {
  float: left;
  display: inline;
}
.al-right {
  float: right;
}
.al-center { margin: auto;}