@import url("container.css");
@import url("left_nav.css");
@import url("css.css");

.app_content_w_nav_sub {
	border: 0;
	float: right;
	background-color:#ffffff;
	padding: 0 0 0 8px;
	margin: 0;
	width: 800px;
}
.app_content {
	background-color:#ffffff;
	width: 751px;
}

#breadcrumbs {
	width: 751px;
	height: 22px;
	background-color: #ffffff;
}
.crumb {
	padding: 4px 0 0 0;
	margin:0;
	background-color: #ffffff;
}
.app_title_wrapper
{
  background-color: #5F5853;
  margin: 0 0 8px 0;
  padding:0;
  width: 800px;
  height:28px;
  float:right;
}

.app_title
{
  background-color: #5F5853;
  float:left;
  border:0;
  color: #FFFFFF;
  font-family: "Times New Roman", "Times Roman", Times, serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  padding: 6px 0px 4px 7px;
  font-weight: bold;
}

.app_wrapper {
	background-color:#5F5853;
	margin: 0;
	padding: 0;
	width: 100%;
}

.app_content {
   background-color:#ffffff;
   width: 751px;
}

#app_nav_sub h1,
#app_nav_sub ul li {
	width: 175px;
	border-bottom:1px solid #ffffff;
}

#app_nav_sub h1,
#app_nav_sub ul li {
	width: 175px;
	border-bottom:1px solid #ffffff;
}

ul.app_nav_sub li:hover {
	color: #FFFFFF;
	padding-right: 3px;
	font-weight: bold;
	background: #958E8A;
}

#app_nav_sub ul {
	width: 175px;
}
#app_nav_sub h1 {
	width: 175px;
	margin: 10px 0 0 0;
	padding: 0 0 10px 10px;
}
#left_nav_header {
	width: 175px;
}

h1#left_nav_header,
h1#left_nav_header a
{
  font-family: "Times New Roman", "Times Roman", Times, serif;
  font-variant: small-caps;
  font-size: 24px;
  margin: 0px;
  padding: 23px 0px 45px 0px;
  color: #B2B2B2;
  text-decoration: none;
  text-align: center;
}


/* removed from global.js */

#app_nav_sub
{
  width: 170px;
}

ul.app_nav_sub
{
  width: 162px;
}
/* end removed from global.js */
