body, select 
	{
	/* example of image
	background: url('./images/background/purpleFlame.gif');
	*/
	background-color: #7f5e57;	
	color: #cae1e9;
	font-family: Verdana,Timmons;
	font-size: 12px;
	font-style: normal;
	}	
table.main
	{
	background-color: #cae1e9;
	color: #5d4e6d;
	font-family: Verdana,Timmons;
	font-size: 12px;
	font-style: normal;
	}
div.background
	{
	background: url('./images/background/purpleFlame.gif');
	border: 2px solid #7f5e57;
	}	
div.transbox
{  
  margin: 30px 50px;
  background-color: #ffffff;
  border: 1px solid #7f5e57;
  filter:alpha(opacity=90);
  opacity:0.9;
  }
div.transbox p
{
  margin: 30px 40px;
  font-weight: bold; 
}
/*attempting to use the color from body, but a larger font*/
h2
	{
	background-color: #7f5e57;	
	color: #cae1e9;
	font-family: Courier, Helvetica;
	font-size: 20px;
	font-style: thick;
	margin-bottom: 0;
	}		
.invert
	{
	/*BSA Brown background-color: #A07F5C;*/
	/* Forest Green background-color: #5d4e6d; */
	/* Raider Blue background-color: #000e90; */
	/*Classic Creame background-color: #FFEFC9;*/
	/*Powder Blue background-color: #CECEFF */
	/*Burnt Red BG Color #6b3809*/
	/*background-image: url('./images/background/orangeLeaves.jpg');*/
	background-color: #5d4e6d;
	background-repeat: repeat;
	text-align: center;
	color: #cae1e9;	
	font-family: helvetica;
	font-size: 20px;
	
	}	
/**
this displays the links in a background color of white, for the invert style
it is helpful for links that are being produced by urls in twitter
**/
p.note
	{
	text-align: left;
	color:#7f5e57;
	font-family: TimesRoman;
	font-size: 12px;
	font-style: italic;
	margin-top: 0;
	}
/* Previous listing, temporary removal Nov23, 2008	
span.button
	{
	background-color: #FFFFFF;
	color: #0000FF;
	text-decoration:underline;
	}
*/
a:hover
	{
	background-color: #7f5e57;
	color: #FFFFFF;
	text-decoration: none;
	}

a:hover.norm
	{
	background-color: #cae1e9;
	text-decoration: none;
	}
	
a:visited
	{
	color: red;
	}
/*
highlight is used to create highlights for tables
*/	
tr.highlight
	{
	background-color: #cb9f77;	
	}