/* index.css */

a
		{
		cursor: pointer;
		text-decoration: none;
		}
	
body	
		{		
		font-family: trebuchet,bodoni,verdana, tahoma, arial, sans-serif;
		font-size: 10px; 
		color: #ffffff;
		border-color: gray;
	/*	background: #726257; */
		background:  #555555;
		 /* #676361; #5c6362; */		
		}
		
div.logo1
		{
		padding: 17px 0px 11px 0px;
		text-align: left;
		background: url(imagefiles/sungrad1.jpg);
		background-position: top left;
		width: 100%;
		}
		
h1	
		{
		position: relative;
		left: 10%;
		top:0px;
		width: 63%;
		text-align: left;
		padding: 0px 0px 0px 17% ;
		margin: 0px 0px 15px 0px;
		font-family: bodoni,verdana, arial, helvetica, sans-serif;
		font-size: 71px;
		color: red;
		line-height: 78px;
		background: url(imagefiles/sungradps1.jpg);
		background-position: top left;
		} 

table.workbutt
		{
		width: 80%;
		background-color: #5b5c51; /* #000000;  #234662;    #676361; */
		border: medium inset #676361;
		text-align: center;
		font-family: bodoni,verdana, arial, helvetica, sans-serif;
		font-size: 11px;
		letter-spacing: 4px; 
		color: white;
		font-weight: normal;
		margin: 0% 0% 0% 10%;
		}

a.descr, a.descr:hover
		{
		font-family: bodoni,verdana, arial, helvetica, sans-serif;
		text-align: center;
		letter-spacing: +5px;
		font-size: 11px;
		font-weight: bold;
		width: 100%;
		}	
			
a.descr
		{
		color:  #aa7733; 
		}
		
a.descr:hover
		{
		color:  #ff6226; 
		}
		
table.big	
		{
		background-color: #224466;/* #335566; #5b5c51; */	
		width:  80%; 
		margin-left: 10%;
		margin-right: 10%; 
		border: thick inset threeddarkshadow; 	
		vertical-align: middle;	
		text-align: center;
		table-layout: fixed;
		}
		
td.spacer
		{
		width: auto;
		}	
		
#picsquare
		{
		width: 460px;
		}	
		
img.mainpic
		{
		display: inline;
		text-align: center;
		vertical-align: middle;
		}	
	
#rightmenu
	 	{ 
		width: 200px;
		}
		
div.lineorange
		{
		height: 0px;
		border-top: 1px #aa7733 solid;
		font-size: 0px;
		line-height: 0px;
		}	
		
a.pagebut, a.pagebuton, a.pagebut:hover
		{
		font-family: bodoni,verdana, arial, helvetica, sans-serif;
		font-size: 11px;
		letter-spacing: 5px; 
		text-align: center;
		vertical-align: middle;
		line-height: 20px;
		}
		
a.pagebut
		{
		color: #ffd700;
		font-weight: normal;	
		}
		
a.pagebuton
		{		
		color: #ff0000; /*#FF6226; */
		font-weight: bold;		
		}
		
a.pagebut:hover 
		{ 
		color: #ff6226;  
		font-weight: bold; 
		}
		
p.textbottom
		{
		font-family: bodoni,verdana, arial, helvetica, sans-serif;
		letter-spacing: +1px;
		color: silver;
		font-size: 11px;
		text-align: center;
		width: 87%;
		}

div.br02, div.br04, div.br08, div.br16, div.br32, div.br64
		{
		font-size: 0px;
		line-height: 0px;
		}
		
div.br02
		{
		height: 2px;	
		}
	
div.br04
		{
		height: 4px;
		}
		
div.br08
		{
		height: 8px;
		}
		
div.br16
		{
		height: 16px;
		}

div.br32
		{
		height: 32px;
		}

div.br64
		{
		height: 64px;
		}
