/* -- General Formatting ------------------- */
	*{
		margin:0;
		padding:0;
		font-family:Arial, Helvetica, sans-serif;
		}
	
	body{
		background:#fff;
		width:716px;
		margin:auto;
		}
		
	h1.sitetitle{
		text-indent:-999em;
		display:block;
		width:183px;
		height:167px;
		background:#fff url('../_images/logo.jpg');
		}
		
	img{
		border:0;
		}
		
	#top{
		width:899px;
		margin:auto;
		}
		
	#header{
		margin-bottom:5px;
		}
		
	#header .headerImage{
		display:none;
		}
		
	#header2{
		margin-bottom:5px;
		}
		
	#header2 .splashImage{
		}
	
/* -- Print CSS / Share- ------------------- */
	.share{
		display:none;
		}		
		
/* -- Top Menu Navigation ------------------ */
	#navtier1{
		display:none;
		}
		
		
/* -- Splash Blog Post --------------------- */
	#latestBlog{
		display:none;
		}
		
/* -- Left Formatting ---------------------- */
	#maincontent #left{
		display:none;
		}

/* -- Body Formatting ---------------------- */
	#maincontent #body{
		width:716px;
		}
	
	#maincontent #body h1{
		background:#fff url('../_images/wa_h2icon.jpg') no-repeat 0;
		padding:1em 0 1em 35px;
		color:#1b3c53;
		font-size:17px;
		}
	
	#maincontent #body p{
		color:#1b3c53;
		font-size:11px;
		margin-bottom:1em;
		line-height:1.5em;
		text-align:justify;
		}
	
/* -- Footer ------------------------------- */
	#footer{
		display:none;
		}
		
/* -- Splash feature boxes ----------------- */
	#msgBox1, #msgBox2, #msgBox3 {
		float:left;
		display:block;
		width:230px;
		margin-right:7px;
		min-height:250px
		}
		
	#msgBox1 h2, #msgBox2 h2, #msgBox3 h2{
		color:#1b3c53;
		font-size:18px;
		margin:1.5em 5px 2em 5px;
		}

	#msgBox1 p, #msgBox2 p, #msgBox3 p{
		color:#000;
		margin:1em;
		}

	#msgBox1{
		background:#e9eef2 url('../_images/splash_feature_boxbg1.jpg') repeat-x;
		}
		
	#msgBox2{
		background:#f1f2f4 url('../_images/splash_feature_boxbg2.jpg') repeat-x;
		}
		
	#msgBox3{
		background:#f4f7f0 url('../_images/splash_feature_boxbg3.jpg') repeat-x;
		}


	