@charset "utf-8";
/* CSS Document */
/* CONTROL TOP PORTION OF SITEWIDE PAGES */
#wrapperHead {
	text-align:left;
	margin:0 auto;
	padding:0;
	width:980px;
}
/* CONTROL SITE TOOLS PORTION OF SITEWIDE PAGES */
#topbar {
	margin:0;
	height:25px;
	width:980px;
	text-align:right;
}
/* CONTROL LOGO, SEARCH, DESCRIPTORS, ETC., PORTION OF SITEWIDE PAGES */
#header {
	margin: 0 0 5px 0;
	height:90px;
	width:980px;
}
/* CONTROL NAVIGATION BAR OF SITEWIDE PAGES */
#navbar {
	width:980px;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-image:url(/images/layout/background_nav.gif);
	background-repeat:no-repeat;
}
/* CONTROLS CONTENT PORTION OF SITEWIDE PAGES */
#content {
	width:980px;
	text-align:left;
	margin:0 auto;
	padding:0;
	width:980px;
}
/* CONTROLS BREADCRUMB PORTION OF SITEWIDE PAGES */
#breadCrumb {
	margin-bottom:10px;
	border-bottom:solid 1px #f4f4f4;
}
/* CONTROLS FOOTER PORTION OF SITEWIDE PAGES */
#footer {
	clear: both;
	background:#f89829;
	height:40px;
	padding-top:5px;
	padding-left:5px;
}
/* CONTROLS COPYRIGHT PORTION OF SITEWIDE PAGES */
#copyright {
	clear: both;
	background:#fff;
	border-top:solid 1px #999;
	height:20px;
	padding-top:5px;
}
