body
{
	background-color: #000000;
	font: 12px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	color: #AAAAAA;    
	background-image: url("../images/web.jpg");
	background-repeat: no-repeat;  
	background-position: top left; 
	background-attachment: fixed;
}

a, a img
{
   	border:none;
	text-decoration: none;
	color:#659901;
}

a:hover
{
	color: #a6eb20;
}

#container
{        
	background-repeat: no-repeat;
	background-position: top center;
	width: 982px;
   /* height: 520px;*/
  	position:relative;
   /* border: #ffffff 1px solid; */
	overflow:hidden;

} 

#mainHeader
{
/*    border: 1px solid #f41914;    */
	height: 60px;  
	background-image: url("../images/eiwbeta.jpg");
	background-repeat: no-repeat;    
/*	padding-top: 30px; */
	margin-top: 20px;
	margin-left: 20px;  
	position: relative;
}     
  
#loader
{      
	float:left;
	position: relative;
	left: 255px;
	top: 7px;
	height: 20px;
	width: 20px;
} 

#topMenu
{
}

#topMenu ul
{
	padding: 0px;
	margin: 0px;
} 

#title
{
	font-size: 25px; 
	font-weight: normal;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}  

#mainContent
{
    /*border: 1px solid #f41914;    */
   	overflow: auto;
	padding: 15px; 	
	position: relative;
}  

.theIcons
{
	padding-bottom: 2px;     
}   

.theLinks
{
	padding-left: 10px; 
	padding-right: 10px;     
	text-align: center;
	border-right: 1px solid #b8b8b8;
}   

.theLinksLast
{
	padding-left: 10px; 
	padding-right: 10px;     
	text-align: center;
}   


#mainFooter
{
	background-image: url("../images/bkbottom.jpg");
	background-repeat: repeat-x;
	background-position: top center;
	width: 982px;
	height: 35px;
  	position:relative;
	color: #4b4b4b;
	text-align:center;
/*	vertical-align:bottom;*/
	font-size:10px;
	padding-top: 10px;
   /* border: #00FF00 1px solid;*/
}

.text
{
	font-size:10px;
	color: #a0a0a0;
	background-color: #050505;
	border: 1px inset #808080; 
}

.button
{
	background-color: #0D0D0D ;
	color: #808080;
	border: 1px inset #222222;
}

.button:hover
{
	background-color: #050505;
	border: 1px solid #222222;
}  

.leftAlignHead
{
	list-style: none;
	border-bottom: 1px solid #111111;
	padding-bottom: 4px;
	padding-top: 15px;
	font-family: 'trebuchet ms',arial,verdana, sans-serif;  
	font-size: 14px;
	color: #b0731b;
	text-shadow: #111111 2px 2px 0px;         
}