


/* !!! This site uses an elastic layout. Most browsers use 16px as the default font, so a 946px design = 946/16 = 59.125em  !!! */

/* ------------------------------------------------   HTML   ------------------------------------------------ */
body { 
	color:#000000;
	font-size:13pt; /* 12pt; */
	font-family:"Times New Roman", Times, serif; /* added */
	background:none;
}



/* ------------------------------------------------   Layout   ------------------------------------------------ */
#uiiBanner {
	display:none;
}

#branding {
	border-bottom:#90BE51 solid 1px;
}

#searchBox { 
	display:none;
}


#marquis { 
	display:none;
}

#mainNav {
	display:none;
}

#breadCrumb {
	display:none;
}

#wrapper {
	/*border: red dotted 1px;*/
	width:625px;
	margin:0px;
	border:none;
}


#content {
	float:none;
}


#mainContent {
	/*background-color:#00FF00; */
	float:none;
	padding:16px;
	width:625px; 
	border-right:none;
	border-left:none;
	border-bottom:1px #D5D5D5 solid;
}

/* mainContent width plus secondaryContent width should equal 59.125, but that makes the blocks wrap. We need a bit of space between them. */

#secondaryContent {
	display:none;
	/*background-color:#FF6600;
	width:625px; 
	float:none;
	padding:16px;
	border-bottom:1px #D5D5D5 solid;*/
	
}

#secondaryNav { 
	display:none;
}

#theAddress {
	width:625px;
	text-align:left;
}


#footer {
	display:none; /* a lot of links for printed */
	/*width:625px;
	text-align:left;*/
}




/* ------------------------------------------------   Custom   ------------------------------------------------ */
#skipToContent{
	display:none;
}

/* this prints out the URL after each link (does not work on IE6 */
#mainContent a:link:after, #mainContent a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }




