*		{ 
	margin:0px;
	padding:0px;
}

html	{
	height: 100%;
}

body	{
	padding:0px;
	margin:22px 0px 0px 0px;
	font-family:Verdana;
	font-size:12px;
	color:#585858;
	height:100%;
	overflow:-moz-scrollbars-vertical;
}
a:link 		{ color: #585858; text-decoration: none; padding:0px; }
a:visited 	{ color: #585858; text-decoration: none; padding:0px; }
a:hover 	{ color: #003e65; text-decoration: none; padding:0px; }
a:active 	{ color: #585858; text-decoration: none; padding:0px;  }


/* ---------- Header ---------- */
#header	{
	position:relative;
	width:950px;
	margin:auto;
	height:75px;
}

#header .logo	{
	position:absolute;
	background:url(../images/logo.jpg) no-repeat;
	width:320px;
	height:75px;
	text-indent:-5000px;
}
#header .topbar	{
	position:absolute;
	font-family:Helvetica;
	margin-top:32px;
	right:0;
}
#header .topbar .tp1	{
	border-right:1px dotted #879aa8;
	padding:0px 8px 0px 8px;
	border-left:1px dotted #879aa8; 
}
#header a	{
	padding:3px 6px 3px 6px;
	font-weight:bold;
	color:#003e65;
	text-decoration:none;
}
#header .t2,a	{
	color:#879aa1;
	padding:3px 6px 3px 6px;
	text-decoration:none;
}
#header .t1:hover	{
	color:#fff;
	padding:3px 6px 3px 6px;
	background:#869ba5;
	text-decoration:none;
}
#header .t2:hover	{
	color:#fff;
	padding:3px 6px 3px 6px;
	background:#869ba5;
	text-decoration:none;
}
#header .tsearch	{
	border:1px solid #dfdfdf;
	background:#e3e3e3;
	font-family:Helvetica;
	font-size:12px;
	padding:2px;
	vertical-align:middle;
	color:#a7adaf;
	width:140px;
}
#header .bsearch	{
	background:url(../images/button/search.jpg) no-repeat;
	width:20px;
	height:19px;
	border:none;
	margin:0px;
	padding:0px;
	vertical-align:middle;
}



/* ---------- Main Picture ---------- */
#mainpic	{
	position:relative;
	width:950px;
	margin:10px auto 0px auto;
	padding-bottom:25px;
	border-bottom:1px dotted #879aa8;
}


/* ---------- Top Menu ---------- */
#topmenu	{
	width:950px;
	margin:auto;
	border-bottom:1px dotted #879aa8;
}
#topmenu .m1	{
	padding:18px 0px 18px 0px;
	font-family:Helvetica;
	text-align:center;
	height:17px;
}
#topmenu .m1bg	{
	padding:18px 0px 18px 0px;
	font-family:Helvetica;
	text-align:center;
	height:17px;
	background:url(../images/menu/right.jpg) no-repeat right;
}
#topmenu .mbg	{
	background:url(../images/menu/bg.jpg) repeat-x;
}
#topmenu a	{
	padding:2px 15px 2px 15px;
	color:#003e65;
	font-weight:bold;
	text-decoration:none;
}
#topmenu .a1:hover	{
	color:#fff;
	padding:2px 15px 2px 15px;
	background:#869ba5;
	text-decoration:none;
}


/* ---------- Content ---------- */
#content	{
	width:890px;
	margin:auto;
	background:#f0f0f0;
	padding:30px;
}

.content_start {
	width:950px;
	margin:auto;
	background-color:#f0f0f0;
}

#content p	{
	font-size:11px;
	line-height:16px;
	padding-bottom:15px;
}


/* ---------- Navigator ---------- */
#nav_mpage	{
	width:890px;
	margin:auto;
	padding:30px 30px 20px 30px;
	font-size:10px;
}
#nav_mpage a	{
	text-decoration: underline;
}

/* ---------- Content Main page ---------- */
/* --- Left --- */
#content_mpage	{
	width:950px;
	margin:35px auto 50px auto;;
}
#content_mpage #mleft	{
	float:left;
	width:260px;
}
#mleft #smenu	{
	width:218px;
	background:url(../images/submenu/t2.jpg) bottom no-repeat #879ba6;
	padding-left:10px;
	padding-bottom:35px;
	padding-top:25px;
	padding-right:5px;
}
#mleft #smenu li	{
	margin-left:20px;
	padding-left:3px;
	list-style:none;
	padding-bottom:5px;
}
#mleft #smenu li a	{
	font-family:Helvetica;
	font-weight:bold;
	color:#fff;
}
#mleft #smenu li:hover	{
	list-style:url(../images/submenu/bullet.jpg);
}
#mleft #smenu .sa:hover	{
	color:#003d67;
	text-decoration:none;
}
#mleft #smenu .saover	{
	color:#003d67;
	text-decoration:none;
	list-style:url(../images/submenu/bullet.jpg);
}


/* --- Right --- */
#content_mpage #mright	{
	float:left;
	padding-left:25px;
	padding-bottom:30px;
	border-left:1px dotted #879ba6;
	width:635px;
}
#content_mpage p	{
	font-size:11px;
	line-height:16px;
	padding-bottom:15px;
}

#content_mpage table tr td p	{
	font-size:11px;
	line-height:16px;
	padding-bottom:7px;
}

#mright #nav_mpage	{
	width:100%;
	margin:auto;
	padding:0px 0px 40px 0px;
	font-size:10px;
}
#mright #nav_mpage a	{
	text-decoration: underline;
}

/* --- News --- */
#mright #spicnews li {
	font-size:11px;
	padding-bottom:10px;
	list-style:none;
	line-height:16px;
	margin-left: 0px;
}

/* --- News --- */
#mright li {
	font-size:11px;
	padding-bottom:10px;
	margin-left: 15px;
	line-height:16px;
}




/* ---------- Bottom ---------- */
#bottom	{
	width:950px;
	margin:auto;
	padding-top:10px;
	border-top:1px dotted #879aa8;
	font-size:11px;
}
#bottom #bot_left	{
	float:left;
	width:400px;
	padding-bottom:10px;
}
#bottom #bot_right	{
	float:left;
	text-align:right;
	width:550px;
	padding-bottom:10px;
}

/* ---------- Bottom Main Page---------- */
#bottom_mpage	{
	clear:left;
	width:950px;
	height:72px;
	margin:auto;
	margin-bottom:5px;
	background:url(../images/bottom_mpage.jpg) repeat-x;
}

#but 	{ padding:5px 10px 5px 10px; font-family:Verdana; background:#e7e7e7; border:1px solid #999; font-size:11px; }
#box 	{ padding:5px; font-family:Verdana; border:1px solid #999; background-color:#fff; width:200px; font-size:11px; }
.box 	{ padding:5px; font-family:tahoma; font-size:11px; border:1px solid #999; }
.th1		{ padding:10px 5px 10px 5px; border-bottom: 1px #d7d7d7 solid; text-align:center; }
.td1		{ padding:6px 5px 6px 0px; text-align:left; border-bottom:1px dashed #e7e7e7 }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */





