/* CSS for painting group of html files */
/*
table {
	text-align: center;
	margin:0px 0px 0px 40px;
	border-style:ridge;
	border-color:#808080 #C0C0C0 #404040;
	border-width:3px;

}
*/
/* <table border=3 bordercolor=#808080 bordercolorlight=#C0C0C0 bordercolordark=#404040> */
.mytab {
	text-align: center;
	margin:50px 0px 0px 40px;
	padding-left:40px;
	border-style:ridge;
	border-color:#808080 #C0C0C0 #404040;
	border-width:3px;

/* <table border=3 bordercolor=#808080 bordercolorlight=#C0C0C0 bordercolordark=#404040> */
}
td{
	font-family: Verdana, Arial, sans-serif; 
	font-size: x-small;
	text-align:center;
}
a{
	font-family: Verdana, Arial, sans-serif; 
	font-size: x-small;
	text-align:center;
}
.mytab {
	padding: 40px;
	border: 5%;
}
/* picture description text formatting */
/* .pict { position:relative;} */
.pict 
{
	float:left;
	position:inherit;
	margin-left:4em;
	padding-top:2.2em;
}
.pict img
{
	border:solid 3px blue;
}
.ptitle
{
	float:left;
	margin-left:5%;
	padding-left:12px;
	padding-top:00px;
	padding-bottom:00px;
	width:auto;
}
.ptitle p
{
	font-family: Palatino, "Palatino Linotype", Georgia, "Times New Roman", serif;
	font-size: 1em;
	font-weight:normal;
	text-align:center;
	line-height:1.1em;
	margin-bottom:.1em;
}
.ptitle h1
{
	font-weight:bold;
}
.desc 
{
	float:right;
	margin-left:5%;
	padding-left:12px;
	padding-top:00px;
	padding-bottom:00px;
	padding-right:5%;
	width:auto;
}
.desc p
{
	font-family: Palatino, "Palatino Linotype", Georgia, "Times New Roman", serif;
	font-size: .75em;
	font-weight:normal;
	text-align:left;
	line-height:1em;
	margin-left:inherit;
	margin-bottom:.1em;
	padding-left:inherit;
}
.desc h6
{
	font-family: Palatino, "Palatino Linotype", Georgia, "Times New Roman", serif;
	font-size: .95em;
	color: #752525;
	text-align:left;
	line-height:1.5em;
	margin-left:inherit;
	margin-bottom:.1em;
	font-weight:bold;
	padding-left:16px;
}
/* picture description text formatting */

#header1 p
{
font-family: Palatino, "Palatino Linotype", Georgia, "Times New Roman", serif;
	font-size: .92em;
	font-weight:bold;
	text-align:center;
/*	line-height:.4em;  */
	margin-left:5%;
	padding-left:12px;
	padding-top:20px;
	padding-bottom:10px;
	width:50%;
	float:left;
}
.spacer1 
{
	position:relative;
	color: thistle;
	height: 12px;
	clear: both;
/*	margin-top: 3px;  */
/*		margin-bottom: 3px;  */
	width: 90%;
}
.spacerInvisible {
	color: tan;
	height: 1px;
	clear: both;
/*	margin-top: 3px;  */
/*		margin-bottom: 3px;  */
	width: 100%;
}
.bottom 
{
	position:relative;
	padding-left:50px;
	padding-bottom:0px;
}
.tabimg img{
border: 2px solid blue;
}
.divtab{text-align:center; position:relative;}
.divtab table {border:3px; border-color:#808080; /* border-color-light:#C0C0C0; border-color-dark:#404040;  */
width: 95%;  padding: 20px;
}
/* ********************************** */
/* --  Top nav bar -- */
/* #navTop {position:relative; float:right; top:auto; left: 0px; color:white; width: 50%; height:auto;}  */
#navTop {float:right; top:auto; left: 0px; color:white; width: 50%; height:auto;}
#navTop a {display: block; color:#752525;
margin-left: 0px;
padding-left: 5px;
padding-top: 2px;
		padding-right: 5px; 
text-align: center;
font-family: Arial, Helvetica, sans-serif; font-size: small; line-height: 1.0em; text-decoration: none;
}

#navTop a:link.current, #navTop a:visited.current  {
	color:#ff9;
	}
/* #navTop a:hover {background-color:#fff; color:#339;} */
#navTop a:hover {background-color:#ddd; color:#339; text-decoration: underline;}

#navTop a:hover.current {background-color:transparent; color:#ff9;cursor:default}/* -- other structure -- */

#navTop div {
    display: block;
    overflow: hidden;   
    height: 2.1em;
    line-height:normal;
width: 50%;
float:right;
}
/* ********************************		*/
#navTop ul {
	list-style: none:
}
#navTop li 
{
	list-style-type:none;
	list-style-image:none;
	border: 2px solid blue;
padding: 2px;
margin: 0px;
float: left;
}
/* ********************************		*/
/* End of navTop Bar */
.pcolumn {
float: left;
padding-left: 10px;
width: 50%;
}
.pcolumn h1
{
	font-size:large;
}

