/* CSS Document */

/* Default syntax is for Firefox.  Star hack used for IE6 (*html).  */

body {
  	margin: 0;
  	padding: 0;
  	color: #000;
  	font-size: 100%;
  	/*width:100%;*/ /* IE7 hack to remove horizontal scrolling */
  	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#CCCCCC;
  	}
	
/* IE6 hack to make fonts same size as IE7/FF */	
*html body {
	font-size:16px;
	}  
*html #middleArea { width: 1000px; }	
	
#containerall {
  	width:99%; /* IE7 hack to remove horizontal scrolling */
  	height:auto;
  	text-align:center;
  	z-index:0;
	 margin-left:auto; /* MUST BE HERE FOR FireFox */
	 margin-right:auto; /* MUST BE HERE FOR FireFox */
	 padding-bottom:10px;

  	} 	

#layout {
	text-align: left; 
	width: 1000px;
	margin-left:auto; /* MUST BE HERE FOR FireFox */
	margin-right:auto; /* MUST BE HERE FOR FireFox */
	border:1px solid #2B4AA5;
	background-color:#FFFFFF;
	margin-top: 1em;
}  
  	 
 	
#middleArea {
	border-top:4px solid #ECD37B;
	border-bottom:4px solid #ECD37B;
	background-color:#FFFFFF;
	padding:20px;
	min-height:300px;
	}


#agFooter {
	background-color:#2B4AA5;
	text-align:center;
	height:20px;
	width:1000px;
	padding:6px 0 3px 0;
	z-index:20;
}



.agText8em {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	}
	
.agText8em a:link {
	font-size:11px;
	color:#FFFFFF;
	}	

.agText8em a:visited {
	font-size:11px;
	color:#FFFFFF;
	}
	
.agText8em a:hover {
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	}	
	
.agText8em a:active {
	font-size:11px;
	color:#FFFFFF;
	}	
			

