/* CSS Document */

/*left nav*/

#leftbarDiv{ width:200px; float:left; height:1280px; margin:0px;  padding:0px; background-color:#867866; overflow:hidden; color:#d0cbc4;}
	#logoLeftDiv{ width:137px; height:77px; margin:0px; padding:30px; float:left;}
	#topmenuLeftDiv{ float:left; width:170px; margin-left:0px;  padding-left:30px;}
	#topmenuLeftDiv img{margin-bottom:7px;  padding:0px;}
	#midmenuLeftDiv{  width:170px; margin-left:0px; float:left;  padding-left:30px;}
	#btmmenuLeftDiv{ margin-top:80px; bottom:20px; width:170px; height:250px; margin-left:0px; float:left;  padding-left:30px;}
#innerContentDiv{ width:540px; margin-left:20px; float:left;}
	#pathwayDiv{ clear:left; float:left; width:540px; height:20px;}
	#topNavDiv{text-align:right; width:540px; float:left; clear:left; }
	#topNavDiv a { color:#567EB9; font-size:9pt; font-weight:normal; }
	#HeaderDiv{ background-color:#000; color:#567EB9; width:540px; clear:left; float:left;}
	#mainContentDiv{clear:left; margin-top:30px; width:540px; float:left;}
	#user2Div{ clear:left; float:left; width:540px;}
	#user3Div{ clear:left; float:left; width:540px;}
	#footerDiv{ bottom:20px; clear:left; float:left; width:540px;}

.clr {
	clear: both;
}



#topmenuLeftDiv ul
	{ margin:0px; margin-top:10px; margin-bottom:10px; padding:0; list-style-type:none; }
#topmenuLeftDiv li
	{ list-style-type:none; margin:0; padding:0px; width:170px; }


	

#topmenuLeftDiv ul.subsubnav
	{ background:none; list-style-type:none; margin:0 0 0 10px; padding:0; position:static;  }
#topmenuLeftDiv ul.subsubnav li
	{ background:none; list-style-type:none; margin:5px 0 0 0; padding:0; width:150px; }
#btmmenuLeftDiv ul
	{ margin:5px 0 5px; padding:0; list-style-type:none; position:relative; left:-20px; }
#btmmenuLeftDiv li
	{ list-style-type:none; margin:0; padding:0 0 0 0px; width:170px; }
#btmmenuLeftDiv ul.subsubnav
	{ background:none; list-style-type:none; margin:0 0 0 10px; padding:0; position:static;  }
#btmmenuLeftDiv ul.subsubnav li
	{ background:none; list-style-type:none; margin:5px 0 0 0; padding:0; width:150px; }

