#outerwrapper {
	width: 100%;
	min-width: 1000px;
	overflow: hidden;
	position: relative;
	text-align:center;
	background-image: url(../images/pagebg.png);
	background-position: top left;
	background-repeat: repeat-x;
}
#wrapper {
	width: 1000px;
	margin: auto;
	overflow: show;
	position: relative;
}
#nav {
	height: 40px;
	width: 100%;
	margin: 0;
	overflow: hidden;
	background-image: url(../images/menubg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	position: relative;
}
#nav UL {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav LI {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	height: 40px;
	width:106px;
	overflow: hidden;
	background-image: url(../images/menubt.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-transform:uppercase;
	line-height:40px;
	text-align:center;
	font-family:Arial;
}
#nav .selectedli {
	color: #fff;
	background-image: url(../images/menuact.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

#nav A {
	color: #ffffff;
	text-decoration: none;
}
#nav .selectedli A {
	color: #6dcff6;
}
#nav A:hover {
	color: #6dcff6;
	text-decoration: none;
}

/*Menu left*/
#left {
	height: auto;
	width: 215px;
	float:left;
}
#left #hinge {
	height: auto;
	width: 20px;
	float:left;
}
#left #menu {
	height: auto;
	width: 195px;
	float:left;
}
#left #menu H1{
	width: 100%;
	height: 31px; 
	position: relative; 
	overflow: hidden;
	margin: 0;
	color: #2683ff;
	font-size: 14px;
	font-weight: bold;
	background-image: url(../images/lmtbg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	text-transform:uppercase;
}
#left #menu H2{
	width: 100%;
	height: 28px; 
	position: relative; 
	overflow: hidden;
	margin: 0;
	color: #d7d7d7;
	font-size: 12px;
	font-weight: bold;
	font-family:Tahoma;
	background-image: url(../images/lmibg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#left #menu H3{
	width: 100%;
	height:auto;
	min-height: 28px; 
	position: relative; 
	margin: 0;
	color: #35BA4D;
	font-size: 12px;
	font-weight: bold;
	font-family:Tahoma;
	border-bottom: 1px solid #b0b0b0;
	overflow: show;
}
#left #menu H4{
	width: 100%;
	height: auto;
	position: relative; 
	overflow: hidden;
	margin: 0;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	font-family:Tahoma;
	border:0;
	padding: 0;
	text-align:left;
	border: 1px solid #b0b0b0;
}
#left #menu H4 A {
	color: #2683ff;
	text-decoration: none;
	font-size:11px;
	font-family:Arial;
}
#left #menu H4 A:hover {
	color: #000000;
	text-decoration: none;
	font-size:11px;
	font-family:Arial;
}

A.linklmenu				{color:#d7d7d7; font-family:Tahoma; font-size:11px; text-decoration:none}
A.linklmenu:hover		{color:#2683ff; font-family:Tahoma; font-size:11px; text-decoration:none}
A.linklmenuac				{color:#2683ff; font-family:Tahoma; font-size:11px; text-decoration:none}
A.linklmenuac:hover		{color:#2683ff; font-family:Tahoma; font-size:11px; text-decoration:none}
A.linktitle				{color:#000000; font-family:Tahoma; font-size:12px; text-decoration:none}
A.linktitle:hover		{color:#2683ff; font-family:Tahoma; font-size:12px; text-decoration:none}
/*New*/
.outtxtspace{line-height: 22px;font-family:Tahoma;font-size:11pt;color:#000000;}

#banner {
	height: 200px;
	width: 373px;
	float:left;
	background-color:#d5d5d5;
}
#banner UL {
	list-style-type: none;
	margin: 0;
	width:100%;
	height:200px;
}
#banner LI {
	margin: 0;
	padding: 0;
	float: left;
}

.smLine	{background:url(../icon/sm_line.gif) repeat-y top right}
.smLineEnd	{background:url(../icon/sm_line.gif) no-repeat top right}
.smHome	{color:#A3050A; background-color:#FDEBF3; border:#A3C1C8 1px solid; padding:3px 10px}
.smLevel1	{color:#6F6919; background-color:#FEFEC4; border:#A3C1C8 1px solid; padding:3px 10px}
.smLevel2	{color:#607849; background-color:#EFECEC; border:#A3C1C8 1px solid; padding:3px 10px}
.smLevel3	{color:#607849; background-color:#FEFEEF; border:#A3C1C8 1px solid; padding:3px 10px}
.smLevel4	{color:#607849; background-color:#FFFFFF; border:#A3C1C8 1px solid; padding:3px 10px}