/* CSS Document */

body{
	text-align: left;
	background-color: #ffffff;
	
	}
	
#container{
	width: 100%;
	border: 0;
	text-align: left;
	background-color: #fff;
	margin: 0;
	padding: 0;
	}


#masthead{
	width: 100%;
	height: auto;
	border-bottom: 20px solid #6F7582;
	background: none;
	
	}

#masthead img{
	margin: 0;
	float: none;
	padding: 0 0 10px 0;
	}

#masthead h2{
	display: none;
	}

#navigation{
	display: none;
	}





#navigation{
	
	width: 100%;
	}



#maincontent{

	width: 100%;
	}

/***************************** HOMEPAGE STYLES ***********************************/

#homecontent{
	width: 100%;
	}


#highlights{
	width: 90%;
	}


/********************************** SUBPAGE STYLES *********************************/



#subcontent{
	width: 100%;
	padding: 0;
	
	}



/********************************** FOOTER STYLES **********************************/

#footer{
	display: none;
	}

img.right{
	padding: 0 0 5px 20px;
	margin: 0;
	}
