/*****Style sheet for JAHA galleries***********/

body{
	font-family: Trebuchet,sans-serif;
	line-height: 120%;
	margin: 0px;
	padding: 0px;
	text-align:center;
	border:10px solid black;
	background-color:#eed;
	}
	
body#jfm  {
border:15px solid #663300;
}

body#jdc {
border:15px solid #003333;
}

body#wrh {
border:15px solid #662222;
}

p {
font:"Trebuchet MS", Geneva, Arial, sans-serif;
font-size:1em;
}	

img {
page-break-inside:avoid;
margin: auto;
display:block;
padding:1em;
	background:#CCCCBB;
	margin: auto;
	border-top:2px solid #ffe;
	border-left:2px solid #ffe;
	border-right:2px solid #aa9;
	border-bottom:2px solid #aa9;
	page-break-inside:avoid;
	/*width: 720px;*/
	text-align: center;

}
/*
a:link img, a:active img, a:visited img {
	border: 1px solid #303;
}


img a:link, a:active, a:visited {
	border: 1px solid #303;
}

img a:hover {
border: 1px solid #606;
}
*/
table img {
border:0;
background:none;
width:auto;
padding:0;
}

table {
border:0;
background:none;
margin:auto;
}



/******* hyperlink and anchor tags *******/

a:link, a:visited{
	color: #339999;
	font-weight:bold;
	text-decoration: none;
	border: 0;
}

a:hover{
	text-decoration: underline;
	font-weight: bold;
	background: #ffffee;
	border: 0;
	color: #00CC99;
}

a:active{
	text-decoration:underline;
	color:#993333;
	background-color: #aaaa99;
	font-weight: bold;
	border: 0;
}

/************** headings **************/

h1,h2,h3,h4,h5{
 font-weight: bold;
 font-family: georgia,serif;
 margin: .75em 0 .5em 0;
 padding: 0;
 }

h1 {
	font-size: 1.4em;
}


h2{
 font-size:1.25em 
}

h3{
 font-size: 1.15em;
}

/********* content area - Picture gallery **************/

table.gallery_table {
	width:100%;
	border: none;
}

table.gallery_table tr td,th {	
border:0;
vertical-align: bottom;
}


table.imageframe, div.imageframe {
	background:#CCCCBB;
	margin: .5em 1em .5em 0;
	float:left;
	border-top:2px solid #ffe;
	border-left:2px solid #ffe;
	border-right:2px solid #aa9;
	border-bottom:2px solid #aa9;
	page-break-inside:avoid;
	width: auto;
	text-align: center;
}
	
.imageframe img {
	border: 1px solid #303;
	page-break-inside:avoid;
	margin: .5em;
}

/*.imageframe img a:active {
	page-break-inside:avoid;
	margin: .5em;
	text-decoration:none;
	background-color:transparent;
	border:0;
}*/


.imageframe p, .imageframe td p {
	font: .8em "Trebuchet MS", Arial, Geneva, sans-serif; 
	color:#332; 
	margin: .5em 0 .5em .5em;
	text-align:left;
	border:0;
}

