.title_sidebar{
	width:160px;
	height:33px;
	padding:7px 20px;
	margin:10px 20px;
	float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	background:url(images/sidebarBG.gif) no-repeat;
}
#leftPanel{
	width:220px;
	height:auto;
	float:left;
}
#sideNavContainer{
	width:200px;
	height:auto;
	padding-bottom:15px;
	margin:-50px 20px 0 20px;
	float:left;
	background:#F6F7F7 url(images/navContainrBG_bottom_02.gif) bottom no-repeat;
}
#sideNavContainer_top{
	width:200px;
	height:12px;
	margin:-10px 0px 0 0px;
	float:left;
	background:url(images/navContainerBG_Top_01.png) top no-repeat;
}
#sideNav{
	width:180px;
	height:auto;
	float:left;
	margin:5px 10px 0 10px;
	padding:0;
	border-top:#DEDEDE dashed 1px;
	clear:left
}
#sideNav li{
	width:180px;
	height:auto;
	float:left;
	list-style:none;
	margin: 0;
	border-bottom:#DEDEDE dashed 1px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	background:none;
	font-weight:normal;
	padding:0;
}
#sideNav li a{
	width:140px;
	display:block;
	color:#022931;
	text-decoration:none;
	background:url(images/arrowNav.png) left no-repeat;
	margin:0px 0;
	padding:5px 20px;
	font-weight:normal;
}
#sideNav li a b{
	font-weight:normal;
}
#sideNav li a:hover{
	background:url(images/arrowNav.png) left no-repeat;
	background-color:#022931;
	color:#fff;
}
#sideNav li.active a{
	background:url(images/arrowNav.png) left no-repeat;
	background-color:#022931;
	color:#fff;
}

/*=======================================*/

#contentBoxMid{
	width:670px;
	height:auto;
	min-height:500px;
	float:right;
	clear:right;
	padding:10px 20px;
}

h2{
	font-size:14px;
	color:#FFFFFF;
	background:url(images/h1BG_03.gif) repeat-y;
	width:586px;
	padding:6px 0 6px 0;
	margin-bottom:20px;
}