<!--

body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	text-align: center;
}

div#top_left {
	float: left;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: none;	
	background-position: 0% 0%;
	z-index: 2;
}

div#bottom_right {
	float: left;
	width: 100%;
	height: 100%;
	min-height: 550px;
	min-width: 700px;
	margin: 0;
	padding: 0;
	background: none;	
	background-position: 100% 100%;	
	z-index: 3;
}

div#home_background {
	width: 1119px;
	height: 491px;
	text-align: left;
	float: left;
	margin: 0;
	background: none;
	background-position: -1000px -1000px;
	z-index: 1;	
}

div#interior_background {
	width: 1119px;
	height: 491px;
	text-align: left;
	float: left;
	margin: 0;
	background: none;		
	z-index: 1;
}

div#container {
	position: relative;
	width: 825px;
	min-width: 825px;
	min-height: 50px;
	margin: 0;	
	z-index: 1;
}

div#interior_container {
	position: relative;
	width: 969px;
	min-width: 969px;
	min-height: 50px;
	margin: 0;	
	text-align:left;
	z-index: 1;
}


div#top_interior_container {
	display: none;
}

div#left_side {
	display: none;
}

div#footer_links {
	display: none;
}

div#content_container {
	width: 100%;
}

div#content_container_corner {
	width: 100%;
}

div#top_image {
	width: 100%;
}

div#breadcrumbs {
	float: left;
	position: relative;
	width: 100%;
	margin: 5px 0 0 0;
	font-family: Arial, sans-serif;	
	font-size: 11px;
	font-weight: bold;
	color: #003366;		
	z-index: 4;
}

div#breadcrumbs ul {
	margin: 0;
	padding: 2px 0 0 0;	
	z-index: 4;
}

div#breadcrumbs li {
	display: inline;	/* causes the list to align horizontally instead of stack */
	z-index:4;
	padding:0px 3px 0 2px; /*creates space each side of menu item's text */
}

div#breadcrumbs a {
	font-weight: normal;
	color: #000;	
	padding:0px 5px 0 0;
	text-decoration: none;
}

div#page_title {
	float: left;
	position: relative;
	width: 100%;
	min-height: 1px;
	margin: 15px 0 15px 0;
	font-family: Times Italic, Times, serif;	
	font-size: 36px;
	font-weight: normal;
	font-style: italic;
	color: #000;	
	z-index: 2;	
}

div#content, div#third_tier_content {
	float: left;
	position: relative;
	width: 100%;
	min-height: 1px;
	margin: 0px;
	padding: 0 0 10px 0;
	font-family: Arial, sans-serif;	
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	color: #000;	
	z-index: 2;	
}

div#content, div#third_tier_content img {
	padding: 10px;
}

div#content, div#third_tier_content .subhead {
	float: left;
	position: relative;
	width: 100%;
	font-family: Arial Bold, Arial, sans-serif;	
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #000;	
}

div#footer {
	float: left;
	position: relative;
	width: 100%;
	min-width: 100%;
	min-height: 1px;
	margin: 0;	
	text-align:left;
	font-family: Arial, sans-serif;	
	font-size: 14px;
	font-weight: bold;
	color: #000;		
	z-index: 1;
}

div#footer ul {
	float: left;
	margin: 10px 0 0 0;
	padding: 4px 0 0 0;
	list-style-type: none;
}

div#footer li {
	display: inline;	/* causes the list to align horizontally instead of stack */
	z-index:1;
	border-left: none;
	padding:0px 4px 0 8px; /*creates space each side of menu item's text */
}

div#footer li.first_cell {
	border-left: none;
	padding:0px 4px 0 0;
}

div#footer a {
	text-decoration:none;	 /* removes the underlining of the link */
	color: #000;	/* sets the type color */
	z-index:1;
}

div#footer a:hover {
	color: #000;
	text-decoration: underline;	
}


-->