body			{
			background-image: url(Art/yellowfade.jpg); 
			background-repeat: repeat-y;
			width: 780px;
			}

h1, h2, h3, h4, h5 {
			font-family: verdana, sans-serif;
			text-align: left;
			font-weight: bold;
			color: #336633;			}
			
h1			{
			font-size: 36px;
			text-align: center;
			}
	
h2 			{
			font-size: 24px;
			}
	
h3 			{
			font-size: 20px;
			}
	
h4			{
			font-size: 16px;
			}

h5			{
			font-size: 14px;
			}
			
div.leftside	{
			float: left;
			width: 220px;
			}
			
div.rightside{
			position: absolute;
			top: 200px;
			left: 225px;
			width: 555px;
			background: #ffffff;
			border: 1px solid #0033cc;
			margin-right: 10px;
			padding: 10px;
			
			}
		
p			{
			font-family: times new roman, serif;
			font-size: 14px;
			text-align: left;
			}
			
p.caption	{
			font-family: arial, sans-serif;
			font-size: 12px;
			font-weight: bold;
			color: #006600;
			}

p.box		{
			font-family: arial, sans-serif;  
			font-size: 14px;
			width: 80%;
			background: #ccff99;
			border: 1px solid #000066;
			padding: 1em;
			}

p.link		{
			font-family: verdana, sans-serif;  
			font-size: 11px;
			font-weight: bold;
			text-align: left;
			}
			
th			{
			font-family: arial, sans-serif; 
			font-size: 13px;
			color: #003300;
			background-color: #99cc66;
			border-right: 1px solid #336600;
			border-bottom: 1px solid #003300;
			}
		
td			{
			font-family: arial, sans-serif; 
			font-size: 13px; 
			text-align: center;
			padding: 2px;
			border-right: 1px solid #336600;
			border-bottom: 1px solid #003300;
			}
	
li			{
			font-family: arial, sans-serif;
			font-size: 12px;
			}
		
img			{
			border: transparent;
			}
			
a			{
			font-weight: bold;
			}
				
a.left		{
			display: block;
			font-family: verdana, sans-serif;
			font-size: 11px;
			text-align: left;
			text-decoration: none !important;
			color: #660066;
			width: 180px;
			margin: 1px;
			padding: 6px;
			border: 1px solid #999999;
			background: #99cc66;
			margin: 1px;
			}

a.left:hover {
			background: #ffff99;
			font-style: italic;
			}
			
a:hover 	{
			color:#003300; 
			background: #ffff99;
			}
		
a.img:hover	{
			background: transparent !important;
			}
			
#thispage	{
			text-align: right;
			color:#003300; 
			background: #ffff99 !important;
			border: 1px solid #660099;
			}