body {
	margin: 0px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 17px;
}
#main {
	background-image: url(../_images/common/subpageheader.jpg);
	background-repeat: no-repeat;
}
p {
 margin-top: 0px;
}

.purple {
	color: #922B86;
}
.blue {
	color: #2A4E83;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style:italic;
}

.dottedline {
	height: 1px;
	border-top-style:dotted;
	border-top-width:1px;
	border-color: #666666;
	margin-top:0px;
	margin-bottom:10px;
}

#maincontent {
	padding-left: 28px;
}
#content {
	width: 420px;
	float:left;
	padding-right: 35px;
}
#content a{
	color: #666666;
	font-style:italic;
	text-decoration:none;
}
#content a:hover, a:active{
	color: #922B86;
	text-decoration:none;
}
.secondtierlink {
	padding-left: 11px;
}

.headline {
	font-weight:bold;
	font-size:19px;
	color: #2A4E83;
	padding-bottom: 10px;
}
.photo {
	float:left;
	width: 250px;
	height: 250px;
	background-color: #FFFFFF;
	text-align:left;
	line-height:200px;
}

.photoBU {
	float:left;
	border: 1px #333 solid;
	width: 250px;
	height: 250px;
	background-color: #CCC;
	text-align:center;
	line-height:200px;
}
.returnprevious {
	font-weight:bold;
	padding: 10px 0 15px 0;
}