html {
	min-width: 800px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	
}

body {
	background-image: url(img/bgrnd.jpg);
	background-repeat: repeat;
}
	
#content {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}

.header {
	background-image: url(img/bgslice.jpg);
	background-repeat: repeat-x;
}

#top  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-variant: small-caps;
		
}


#top a:link {
	text-decoration: none;
	color: #660033;
}

#top a:visited {
	text-decoration: none;
	color: #660033;
}

#main a:link {
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #660033;

}

#main a:visited {
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #648059;
}

#main a:hover {
	background-color: #c9d9c3;	
}


.sectionheading {
	color: #660033;
	background-color: #CCCCCC;
	border-bottom-style: dotted;
	border-bottom-color: #660033;
	border-bottom-width: 1px;
	font-weight: normal;
	padding: 3px;
	text-align:center;
}

.tr_grey {
	background-color: #CCCCCC;
	color: #000000;
}

dt {
	font-variant: small-caps;
}

h2 {
	font-weight: normal;
	text-align: center;
	font-variant: small-caps;
}

.greytext {
	color: #666666;
	font-size: .9em;
}

.leftimg {
	align: left;
	padding-right: 10px;
	padding-bottom: 5px;
}

.fineprint {
	font-size: 0.8em;
	color: #660033;
}

ul li {
	 list-style-type: none;
	background: url(img/bullet_star.png) left top no-repeat;
	padding-left: 15px;
	margin-bottom: 10px;
}




#pam_CollectionTitle p {
	text-align: center;
	font-variant: small-caps;
}

#pam_ContentsList h3 {
	color: #660033;
	background-color: #CCCCCC;
	border-bottom-style: dotted;
	border-bottom-color: #660033;
	border-bottom-width: 1px;
	font-weight: normal;
	padding: 3px;
}



.contentlist_table   {
	width: 85%;
}

.contentlist_table td{
	padding:4px;
}




.contentlist_table table {
	border-collapse:collapse;
		background:#EFF4FB;
		border-left:1px solid #686868;
		border-right:1px solid #686868;
		font:0.8em/145%;
		color: #333;

}

.contentlist_table thead td {
	background-color: #CCCCCC;
}

.contentlist_table tbody td{
		border-right: dotted 1px #333;
}

.contentlist_table tbody td {
		border-bottom: dotted 1px #333;
}


