#container
{
/*
 width:62.7em;
*/
  width:1000px;
  
  min-width:800px;
	margin:0 auto;
	padding:0em;
	min-height:100%;
	text-align:left;
	background-position:left top;
	background-repeat:repeat;
  /*background-color:#666666;*/
  background-image:url(../images/bars_bckgrd.png);
}
#banner
{
/*
height:15.2em;
width:104.7em;
*/
  height:153px;
  color:#FFFFFF;
	width:100%; /* BDB - added for IE6 compat*/
	margin:0;
	padding:0;
	background-image:url(../images/banner.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	font-weight:bold;
	font-size:.6em;
}

#mdlogo a img
{
  border: none;
}

#mdlogo {
	float: left;
	height: 90px;
	width: 168px;
}

#BannerHelp
{
  margin-top: -0.2em;
  width: 4.2em;
}
#BannerLogout
{
  width: 6.2em;
  margin-top: -0.2em;
}

.BannnerIcon
{
	margin-bottom:-.4em;
	border: none;
}
.contentContainer
{
	/*
  border-right:2px solid #DDDDDD;
	border-left:2px solid #DDDDDD;
	border-bottom:2px solid #DDDDDD;
	padding:.8em 1em 1.5em 1em;
  */
  width: 97.4%;
  width: 977px; /* BDB - UGLY IE6 compatibility hack to compensate for some strangeness in widths of CSS on ApplicationEntry pages */
  padding: .8em 1em 1em 1em;
  border: 0;
	margin-top: -1em;
	position: relative;
	z-index: 0;
	font-size: 0.7em;
  
	
}
/* Bread crumb */
.divbreadcrumb
{
  color: #669629;
  font-weight: bold;
  padding: 1em;
}
.breadcrumbSelected
{
  text-decoration: none;
  color: #669629;
  font-weight: bold;
}
.breadcrumb
{
  text-decoration: underline;
  color: #669629;
  font-weight: bold;
}


#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	clear: both;
	background-color: #FFFFFF; 
	color:gray;
	text-align: right;
	margin: 0px;
	padding: 10px 0px 15px 0px;
	width: 1000px;
}

.footerleft {
    float: left;
    font-size: 9pt;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
}

.footercenter {
    float: left;
    padding-top: 10px;
    padding-bottom: 15px;
    font-size: 9pt;
    /* width: 235px; */
    text-align: center;
    padding-left: 10px;
}

.footerright {
    float: right;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 9pt;
    text-align: center;
}

#footer p {
	margin: 0px 5px .0px 0px;
	font-size: 9pt;
	color: white;
}

.footerlinks {
   	text-decoration: none;	
}

.footerlinks a {
   	text-decoration: none;	
}

#footer a {
	color:gray;
   	text-decoration: none;	
}

#footer a:hover {   	
	text-decoration: underline;
}

.watermarkDiv
{
  position: fixed;
  left: 0em;
  bottom: 0em;
  width: auto;
  text-align: center;
  background-color: #dedede; /* #cccccc; */
  height: auto;
  color: #669626;
  border: solid 1px #669626;
  padding: 0.2em;
  margin: 0.2em;
  font-size: 1.5em;
  font-weight: bold;
  z-index: 1;
}
