


/*--- Top panel styles ---------------*/

#TopPanel
	{
	width: 100%;
	border: solid rgb(0, 0, 0);
	border-width: 0px 0px 2px 0px;
	background-color: #3A3A1E;
	background-image: url('../../_design/img/bg-index-header.jpg');
	text-align: center;
	}

#TopPanel table
	{
	width: 750px;
	background-image: none;
	}

#TopPanel td
	{
	padding: 0px;
	}



/*--- Main panel styles --------------*/

#MainPanel
	{
	width: 100%;
	background-color: #6F7434;
	text-align: center;
	}



/*--- Bottom panel styles ------------*/

#BottomPanel
	{
	width: 100%;
	margin: 0px 0px 8px 0px;
	border: solid rgb(0, 0, 0);
	border-width: 2px 0px 0px 0px; 
	background-color: #3A3A1E;
	background-image: url('../../_design/img/bg-index-footer.jpg');
	text-align: center;
	}

#BottomPanel .menu
	{
	margin: 0px 0px 2px 0px;
	}

#BottomPanel .question{
	width: 750px;
	margin: 4px 0px 2px 0px;
	text-align: left;
	color: white;        
}

.question a, .question a:hover{
  color: white; 
}
