/* ss1.css */

				
.logobox 		{	position:absolute;
					top:5px; left:5px;
					width:180px;
					height:260px;
					z-index:2;
					border:0px solid red;
					/*background-color:#eeeeee;*/
				}
				
.titlebox 		{	position:absolute;
					float:right;
					/*top:5px;left:190px;*/
					top:5px;left:5px;
					width:100%;
					height:260px;
					z-index:1;
					border:0px solid blue;
					padding-top:20px;
					
				}
				
.t1				{	font-family:Times;
					font-weight:bold;
					text-align:center;
					font-size:28pt;
					letter-spacing:.05em;
					padding-top:20px;
					line-height:1.5em;
					
				}				

.t2				{	font-family:Arial, Times;
					font-weight:bold;
					font-variant:small-caps;
					text-align:center;
					
					font-size:18pt;
					letter-spacing:.05em;
					line-height:2em;
					color: #800;
					
				}	

.t3				{	font-family:Times;
					font-weight:bold;
					text-align:center;
					font-size:16pt;
					letter-spacing:.05em;
					line-height:2em;
					margin-bottom:20px;
					margin-top:10px;
				}	

.heading		{	color: #0a0;
					font-family:Times New Roman, serif;
					font-size: 14pt;
					font-weight: bold;
					letter-spacing: .05em;
					margin-top:40px;
					text-align:center;
				}	
				
.heading-small	{	color: #0a0;
					font-family:Arial, sans serif;
					font-size: 12pt;
					font-weight:bold;
					letter-spacing: .05em;
					margin-top:40px;
					/* text-align:center; */
				}
				
.heading-smaller{	color: #0a0;
					font-family:Arial, sans serif;
					font-size: 12pt;
					font-weight:bold;
					margin-top:40px;
				}

.heading-smallest{	color: #0a0;
					font-family:Arial, sans serif;
					font-size: 10pt;
					font-weight:bold;
					margin-top:40px;
				}
				
				
.menubar		{	/*height:20px;*/
					width:98%;
					position:relative;
					top:265px; left:5px;
					background-color:#dddddd;
					text-align:center;
					font-variant:small-caps;
					vertical-align:middle;
					font-weight:bold;
					border:1px #000000 solid;	
					border-bottom:0px #000000 solid;
					border-right:3px #000000 solid;
					letter-spacing:.1em;
					color:#555555;
				}

.menutab		{	color:#a00; background-color:#fff;
					border-top:1px green solid;
					border-left:1px green solid;
					border-right:1px green solid;
				}
				
.leftbot		{	position:absolute;
					top:320px; left:5px;
						/*background-color:#eeeeee;*/
					background-color:#C22E0C;
					background-image:url(images/brickbg.jpg);
					border:green 0px solid;
					border-right:#dddddd 4px solid;
					width:180px; height:800px;
					z-index:2;
				}
				
.contentbox		{	position:absolute;
					top: 300px; left:5px;
					z-index:1;
					padding-left:225px;
					padding-right:40px;
					padding-top: 20px;
					font-family:Times;
					font-size:12pt;
					text-align:justify;
					
				}	
					
.contentboxBooks	
				{	position:absolute;
					top: 300px; left:5px;
					z-index:1;
					padding-left:40px;
					padding-right:40px;
					padding-top: 20px;
					font-family:Times;
					font-size:12pt;
					text-align:justify;
					
				}	

					
.footer1		{	text-align:center;
					font-size:10pt;
					letter-spacing: .15em;
					/*font-family:Times New Roman, Serif, Verdana, Arial;*/
					color:#111111;
					margin:50px auto;
					padding: 5px;
					font-weight:bold;
					border: 1px #aaa solid;
					background-color: #eee;
					width: 50%;
				}
				
.booktextbox	{	padding:15px;
				}
				
.booktitle		{	font-weight:bold;
					text-align:center;
					letter-spacing:.1em;
					border-top:   2px solid #eee;
					border-bottom:2px solid #111;
					border-left:  2px solid #eee;
					border-right: 2px solid #555;
					background-color:#eff;
					padding: 5px ;
				}
				

a:link			{	text-decoration: none; 
					color:#000000;}

a:visited		{	text-decoration: none; 
					color: #000000; }

a:hover			{	text-decoration:none;
					/* color: #777777; */
					color: #66a;
					/* background-color:#578cd3; */}

a:active		{	text-decoration: none; 
					color: #000000;}


