body, select 
	{
	/* example of image*/
	background: url('./images/background/purpleFlame.gif');
	
	background-color: #7f5e57;	
	
	font-family: Verdana,Timmons;
	font-size: 12px;
	font-style: normal;
	}	
.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;*/
	/* 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;
	
	
	}	
	
	.invertBottom
	{

	background-image:url('images/PurpleToBlue.gif;');
	width: 100%;
	z-index:1;
	}
/**
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
**/
.note
	{
	text-align: left;	
	font-family: TimesRoman;
	font-size: 12px;
	font-style: italic;
	margin-top: 0;
	}
/*
highlight is used to create highlights for tables
*/	
tr.highlight
	{
	background-color: #cb9f77;	
	}
	
	/* Twitter Styles */
	
ul.twitter
{
list-style:square url("http://www.hafele.com/sysimages/icon_servicelinks_twitter.gif");
}

li
{

 background-repeat: no-repeat;
 background-position: 0px 5px; 
padding-left: 14px; 
margin-top: .5em; 
padding-bottom: .5em; 

font-size: .9em;
border: solid;
border-width:1px;

background-color: EFF5FA;
color:5d4e6d;

}
