/*FL1-DMAT styles*/
body {
	margin: 0;
	padding: 0;
	color: #060;
	font-size: 85%;
	line-height: 1.5em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
ul {
	margin: 0;
	padding: 0;
	margin-left: 2em;
}
#pageWrapper {
width:1000px;
margin:auto;
}

.banner {
	background-color:#ffe;
	}

	

.greeting{
	font-size:.65em;
	text-align:left;
	}

#headerBottom {
	border-bottom: .4em solid #999;
	border-top: .4em solid #999;
	height:1.5em;
}

h1, h2, h3, h4 {
	color: #060;
	font-style: italic;
	margin: 0;
	padding: .5em 0;
}
h2 {
	font-size: 1.4em;
	line-height: auto;
}
a:link, a:visited {
	color: #999;
}

a:hover, a:active {
	color: #0000EE;
}
.breadcrumb {
	padding-left: 1em;
	margin-top: -.5em;
	font-weight: bold;
	font-size:.75em;
}
.breadcrumb a:link, .breadcrumb a:visited {
	text-decoration: none;
}
.breadcrumb a:hover, .breadcrumb a:active {
	text-decoration: underline;
}
#associates th {
	color: #937D91;
	background: #D4CCD4;
}

#contentWrapper {
	background-color:#096;
	}
	
#content, #user, #contentNoMenu {
	background-color:#ffe;
	}

/* Left Menu */
#navL{
	background-color:#096;
	float: left;
	width: 20%;
	padding-top: 1em;
	left: 0;
	font-size: 90%;
	line-height: normal;
}
#navL ul  { 
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 1em;
}
#navL li {
}
#navL a:link, #navL a:visited  {
	display: block;
	color: #fff;
	padding: .5em 0;
	text-decoration: none;
}
#navL a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration:underline;
}
#navL a.current  {
	color: #fff;
	font-weight: bold;
}
#navL li ul li {
	margin: 0;
	padding: 0;
}
#navL li ul {	
	margin-bottom: .5em;
}
#navL li ul a   {  
	text-decoration: none; 
	border: none;
}
#navL li ul a:hover {
	color: #700130;
}

.sidebar {
	font-size: 95%;
}

#user fieldset label 
	 {
    width: 200px !important;
	}


#footer {
	color: #fff;
	background: #999;
	font-size: 90%;
}
#footer a {
	color: #fff;
}
.greeting {
	color: #999;
	font-weight: bold;
	text-align: center;
}

#breadcrumb, #google {
	display:none;
	}