/* CSS for PA bookplates */

/* put breathing room around entire body */

body {
	margin: 30px 30px 30px 30px ;
}

/********************
  Menu
*********************/


.menu {
	width: 23% ;
	float: right ;
	border-left: solid #cd0000 ;
	padding-left: 1em ;	/* between bar and text */
	padding-top: 1em ;
}

div.menu span.menu-item {
	margin-left: 1em ;
}

div.menu-item {
	margin-left : 1em ;
}
div.menu-item p {
	margin: 0em 0em 0em 0em ;
}

div.menu-item p:first-letter {
	/*margin-left : -1em ;*/
	font-weight: bold ;
	 
}



/*********************
 Content
**********************/


.content {
	width: 70% ;
	float: left ;
}

/* image may look better alighed left */

.content img {
	margin-left: 0 ;
}

/* table headings in body */
.content .tableheading {
	font-weight: bold ;
}

/* Tables */
/* light grey, no lines */

.content table {
	margin: 0 0 0 1em ; /* top right bottom left */
}

.content td {
	padding: 10px ;
	background: lightgrey ; 
	border: 1px solid white ;	/* same color as general background */
	
}

.content td ul {
	list-style-position: inherit ;
}

/*********************
 FAQ
**********************/

.faq dt {
	font-weight: bold ;
}

span.super {
	font-size: smaller ;
	vertical-align: super ;
}
