<!--
/* link styles */
	
	A:link { 
		color:  #006666;  
		}
	A:visited { 
		color: #996600;
		}
	A:hover { 
		color: #006666; 
		}

	A.menubarlinkon:link { 
		color:  #996666; 
		font-weight : bold;
		text-decoration: none;
		text-align: center; 
		font-variant: small-caps;
		}
	A.menubarlinkon:visited { 
		color: #996666;  
		font-weight : bold;
		text-decoration: none;
		text-align: center; 
		font-variant: small-caps;
		}
	A.menubarlinkon:hover { 
		color: #006666; 
		font-weight : bold;
		text-decoration: none;
		text-align: center; 
		font-variant: small-caps;
		}

	A.menubarlinkoff:link,
	A.menubarlinkoff:visited { 
		color:  #990000; 
                font-weight : bold;
		text-decoration: none;  
		text-align: center; 
		font-variant: small-caps;
		}

	A.menubarlinkoff:hover { 
		color: #006666;  
		font-weight : bold;
		text-decoration: none;
		text-align: center; 
		font-variant: small-caps;
		}
        
	A.homemenubarlinkon:link { 
		color:  #FFFFCC; 
		font-weight : bold;
		text-decoration: none;
		text-align: center; 
		font-variant: small-caps;
		}
	A.homemenubarlinkon:visited { 
		color: #996666;  
		font-weight : bold;
		text-decoration: none;
		text-align: center; 
		font-variant: small-caps;
		}
	A.homemenubarlinkon:hover { 
		color: #006666; 
		font-weight : bold;
		text-decoration: none;
		text-align: center; 
		font-variant: small-caps;
		}

	A.homemenubarlinkoff:link,
	A.homemenubarlinkoff:visited { 
		color: #CC6600;  
		font-weight : bold;
		text-decoration: none;
		text-align: center; 
		font-variant: small-caps;
		}
	A.homemenubarlinkoff:hover { 
		color: #660066;  
		font-weight : bold;
		text-decoration: none;
		text-align: center; 
		font-variant: small-caps;
		}

	A.footerlinkon:link,
	A.footerlinkon:visited { 
		text-decoration: none;
		color: #996666;  
		font-weight : bold;
		}
	A.footerlinkon:hover { 
		text-decoration: none;
		color: #006666;  
		font-weight : bold;
		}

	A.footerlinkoff:link,
	A.footerlinkoff:visited { 
		text-decoration: none;
		color: #990000;  
		font-weight : bold;
		}
	A.footerlinkoff:hover { 
		text-decoration: none;
		color: #006666;  
		font-weight : bold;
		}

/*home page footer*/

	A.homefooterlinkon:link,
	A.homefooterlinkon:visited { 
		text-decoration: none;
		color: #CC6600;  
		font-weight : bold;
		}
	A.homefooterlinkon:hover { 
		text-decoration: none;
		color: #660066;  
		font-weight : bold;
		}

	A.homefooterlinkoff:link,
	A.homefooterlinkoff:visited { 
		text-decoration: none;
		color: #990000;  
		font-weight : bold;
		}
	A.homefooterlinkoff:hover { 
		text-decoration: none;
		color: #660066;  
		font-weight : bold;
		}


/* left navigation bar styles */




div#leftbaractive {
	width: 150px;
	text-align: left;
	font-size: .8em;
	font-weight : bold;
	vertical-align: middle;
        font-variant: small-caps;
	font-family:  Georgia, Palatino,"Minion Web",  "Times New Roman", serif;
}

/* leftbar link on */

	A.leftbarlinkon-top:link, 
	A.leftbarlinkon-top:visited
 	{
	display: block;
	padding: 5px 10px;
	border-width: 0;
	color: #996666; 
	background: #FFFFCC;
   	text-decoration: none;
	border-top: thin outset #663300;
  	border-bottom: #FFCCCC;
  	BORDER-RIGHT: THIN OUTSET  #FFCCCC;
	BORDER-LEFT: THIN SOLID  #663300;

	
	}	

	A.leftbarlinkon-top:hover {
	display: block;
	padding: 5px 10px;
	border-width: 0;
	color: #996666;
	background: #FFFFCC;
   	text-decoration: none;
	border-top: thin outset #663300;
  	border-bottom:  #FFCCCC;
  	BORDER-RIGHT: THIN OUTSET  #FFCCCC;
	BORDER-LEFT: THIN SOLID  #663300;
	}

	A.leftbarlinkon:link,
	A.leftbarlinkon:visited {
	display: block;
	padding: 5px 10px;
	border-width: 0;
	color: #996666; 
	background: #FFFFCC;
   	text-decoration: none;
	border-top: thin outset #663300;
  	border-bottom: thin outset  #FFCCCC;
  	BORDER-RIGHT: THIN OUTSET  #FFCCCC;
	BORDER-LEFT: THIN SOLID  #663300;
	}

	A.leftbarlinkon:hover {
	display: block;
	padding: 5px 10px;
	border-width: 0;
	color: #996666; 
	background: #FFFFCC;
   	text-decoration: none;
	border-top: thin outset #663300;
  	border-bottom: thin outset  #FFCCCC;
  	BORDER-RIGHT: THIN OUTSET  #FFCCCC;
	BORDER-LEFT: THIN SOLID  #663300;
	}

	A.leftbarlinkon-btm:link,
	A.leftbarlinkon-btm:visited {
	display: block;
	padding: 5px 10px;
	border-width: 0;
	color: #996666; 
	background: #FFFFCC;
   	text-decoration: none;
	border-bottom: thin outset  #FFCCCC;
  	border-top: #663300;
  	BORDER-RIGHT: THIN OUTSET  #FFCCCC;
	BORDER-LEFT: THIN SOLID #663300;
	}

	A.leftbarlinkon-btm:hover {
	display: block;
	padding: 5px 10px;
	border-width: 0;
	color: #996666; 
	background: #FFFFCC;
   	text-decoration: none;
	border-bottom: thin outset  #FFCCCC;
  	border-top: #663300;
  	BORDER-RIGHT: THIN OUTSET #FFCCCC;
	BORDER-LEFT: THIN SOLID  #663300;
	}

/* left bar link off */

	A.leftbarlinkoff-top:link,
	A.leftbarlinkoff-top:visited {
	display: block;
	padding: 5px 10px;
	border-width: 0;
	color: #FFFFCC; 
	background: #996666;
   	text-decoration: none;
	border-top: thin outset  #FFCCCC;
  	border-bottom: #663300;
  	BORDER-RIGHT: THIN OUTSET #663300;
	BORDER-LEFT: THIN SOLID   #FFCCCC;
	
	}	

	A.leftbarlinkoff-top:hover {
	display: block;
	padding: 5px 10px;
	border-width: 0;
	color: #996666;
	background: #FFFFCC;
   	text-decoration: none;
	border-top: thin outset  #FFCCCC;
  	border-bottom: #663300;
  	BORDER-RIGHT: THIN OUTSET #663300;
	BORDER-LEFT: THIN SOLID   #FFCCCC;
	}

	A.leftbarlinkoff:link,
	A.leftbarlinkoff:visited {
	display: block;
	padding: 5px 10px;
	border-width: 0;
	color: #FFFFCC; 
	background: #996666;
   	text-decoration: none;
	border-top: thin outset  #FFCCCC;
  	border-bottom: thin outset #663300;
  	BORDER-RIGHT: THIN OUTSET #663300;
	BORDER-LEFT: THIN SOLID  #FFCCCC;
	}

	A.leftbarlinkoff:hover {
	display: block;
	padding: 5px 10px;
	border-width: 0;
	color: #996666;
	background: #FFFFCC; 
   	text-decoration: none;
	border-top: thin outset  #FFCCCC;
  	border-bottom: thin outset #663300;
  	BORDER-RIGHT: THIN OUTSET #663300;
	BORDER-LEFT: THIN SOLID   #FFCCCC;
	}

	A.leftbarlinkoff-btm:link,
	A.leftbarlinkoff-btm:visited {
	display: block;
	padding: 5px 10px;
	border-width: 0;
	color: #FFFFCC; 
	background: #996666;
   	text-decoration: none;
	border-bottom: thin outset #663300;
  	border-top:  #FFCCCC;
  	BORDER-RIGHT: THIN OUTSET #663300;
	BORDER-LEFT: THIN SOLID  #FFCCCC;
	}


	A.leftbarlinkoff-btm:hover {
	display: block;
	padding: 5px 10px;
	border-width: 0;
	color: #996666;
	background: #FFFFCC; 
   	text-decoration: none;
	border-bottom: thin outset #663300;
  	border-top: #FFCCCC;
  	BORDER-RIGHT: THIN OUTSET #663300;
	BORDER-LEFT: THIN SOLID  #FFCCCC;
	
}




/* Body Styles */

	.sitebody    {background: #CCCC66;
		font-family: Georgia, Palatino,"Minion Web",  "Times New Roman", serif;
		}

	.homebody    {background: #FFCC66;
		font-family: Georgia, Palatino,"Minion Web",  "Times New Roman", serif;
		}

	.aboutbody    {background: #CC9999;
		font-family: Georgia, Palatino,"Minion Web",  "Times New Roman", serif;
		}

.tablebody    {
		font-family:  font-family: Georgia, Palatino,"Minion Web",  "Times New Roman", serif;
	}

.maintext     {	margin-left: 10px;                 
		margin-right: 10px;
                text-align: justify;
              }

.topquote     {	width: 300px;
              }

H1    {
                color: #990000;
                text-align: center; 
	        font-family: Georgia, Palatino,"Minion Web",  "Times New Roman", serif;
	}

.menubartable
	{
 	 margin: 0;
	 position: relative;
	}
.menubar
	{
  	margin: 0;
  	//background: #FFCC00;
  	//border: thin outset #000;
         color:#FFFFCC;
 	 text-align: center;
	}


.menubarhover 
	{
  	margin: 0;
  	//background: #999933;
  	//border: thin outset #000;
 	 text-align: center;
	}
.menubaractive
	{
  	margin: 0;
  	background: #999933;
  	border: thin outset #000;
 	 text-align: center;
	}

/*draft 2 with no rollover or border*/
.menubartd
	{
  	margin: 0;
 	 text-align: center;
	}

div#footer {
	font-size: .8em;
	text-decoration: none;
	text-align: center;
	}
/* alignment of graphics */
/* 
.photo-left	{
	float: left;
	margin-right: 10px;
	}
.photo-right	{
	float: right;
	margin-left: 10px;
	}

*/
/* text styles */

.italic    {
	font-style: italic;
	}

.cap	{
	font-size: 2em;
	font-style: italic;
	letter-spacing: -5px;
	font-weight: bold;
	}
.widththree	{
	position: relative;
	width: 440px; 
	left: 360px;
	}

.homename {
	color: #990000;
	font-size: 1.3em;
	word-spacing: 1em; 
	letter-spacing: 0.5em;
	}
.homenameheb {
	color: #990000;
	font-size: 1.8em;
	word-spacing: 1em; 
	letter-spacing: 0.5em;
	}

.shoshquote	{
	font-size: 1.1em;
	font-style: italic;
	}

.shoshitalic    {
	font-size: 1.1em;
	font-style: italic;
	}


.reditalic    {
	font-style: italic;
               color: #990000;
                text-align: center;
	}


.shoshsubtitle	{
	font-size: 1.1em;
	font-weight: bold;
	}


.smaller	{
	font-size: .8em;
	}

.gallery-title {font-style: italic; 
		font-weight : normal;
font-size: 1.2em;

}

/*
.large	{
	font-size: 1.1em;
	text-decoration: none;
	}

.large-bold	{
	font-size: 1.1em;
	font-weight: bold;
	}

*/
      -->

