 	/* This stylesheet contains all of the layout elements */
	
	html,body {
	 	text-align: center;
	 	margin: 0 auto;
	 	height: 100%;
	 	padding: 0;
	 	background: #F1E9D2;
	 }
	
	/* This is the box that holds everything */
	 #frame {
	 	position: relative;
	 	width: 789px;
	 	height: auto;
	 	margin: 0 auto;
	 	padding: 0;
	 	text-align: center;
	 	border-left: 1px solid #000;
	 	border-right: 1px solid #000;
		border-bottom: 1px solid #000;
	 	background: #FFF;
	 }
	 
	  /* Banner Style */
	 #banner {
	 	position: relative;
	 	width: 773px;
	 	height: 174px;
	 	padding: 0;
	 	margin: 0 8px;
	 	text-align: center;
	 	background: url(../imgs/pca_banner.gif) no-repeat top left;
		z-index: 0;
	 }
	 
	 /* Main Content Container */
	 #mainContainer {
	 	position: relative;
	 	width: 773px;
	 	background: #FFF url(../imgs/mainContainer_BG.gif) repeat-y top left;
	 	padding: 0;
	 	margin: 0 8px;
	 	text-align: left;
	 }
	 
	 /* Drop Down Container */
	 #dropNav {
	 	position: absolute;
		top: 141px;
		left: 159px;
		width: 622px;
		height: 27px;
		text-align: left;
		background: #FFF;
		z-index: 10;
	 }
	 
	 /* Announcements Section */
	  #anncContainer {
	 	float: left;
	 	width: 144px;
	 	background: #F3ECD7 url(../imgs/annc_BG.gif) repeat-x top left;
	 	text-align: left;
	 	padding: 0;
	 	margin: 0;
	 }
	 
	 /* This box holds the actual content */
	 #contentBox {
	 	float: right;
	 	width: 622px;
	 	background: #CFDCE1;
	 	padding: 0;
	 	margin: 0;
	 }

	 
	 /* This is the text on the homepage */
	  #pageText {
	 	position: relative;
	 	width: 622px;
	 	padding: 0;
	 	margin: 0;
	 	text-align: left;
	 	background: transparent;
	 }
	 
	 /* This is the columns on the homepage */
	 #highlights {
	 	position: relative; 
		width: 622px; 
		height: 150px; 
		padding: 0; 
		margin: 0; 
		border-top: 1px solid #B3C7CF;
		background: transparent;
	 }
	 
	 /* this is the footer */
	 #footerContainer {
	 	float: right;
	 	width: 622px;
	 	height: 60px;
	 	background: #ECE2C3;
	 	text-align: left;
	 	padding: 0;
	 	margin: 8px 0 0 0;
	 	font: normal 11px Arial, Helvetica, sans-serif;
	 	color: #799CAB;
	 	text-decoration: none;
	 }