/* 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: #163b7b url(images/blueGradientBkgd.png) repeat-x top;
  	}
	
/* 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 */
	background-color:#FFFFFF;
	margin-top: 1em;
}  
  	 
 	
#middleArea {
	border-bottom:4px solid #4d7ad9;
	background-color:#FFFFFF;
	padding:20px;
	min-height:300px;
	}


#agFooter {
	background-color:#012651;
	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;
	}	
.nav-asp {
	background: url(images/navbkgd2.png) repeat-x scroll 0 0 ;
	height: 35px;
	padding: 8px 0px 0px 15px;
}
a.home {
	color: #fff!important;
	font-color: #fff!important;
	font-weight: normal;
	font-size: 1em!important;	
	text-decoration: none;
	font-family: 'Numans',sans-serif!important;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	margin:0px;
	
}
a.home:visited {
	text-decoration:none;
	font-color: #fff;
	
}
a.home:hover{
	color: #a9c7eb!important;
}

a.home:active{
	font-color: #B8D1F5;
}	
			
