@charset "utf-8";
/* CSS Document */
*{padding:0; margin:0;}
h1, h2, h3, h4, h5, h6, p{
	margin:0;	
}

body{
	background-color:#F4FBFF;
	background-image:url(imgs/backontop.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#backonbottom{
	width:100%;
	background-image:url(imgs/backonfoot.jpg);
	background-position:bottom center;
	background-repeat:repeat-x;
}
#cloudbacktop{
	width:100%;
	background-image:url(imgs/cloudbacktop.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	padding-bottom:20px;
}
#blueline{
	width:100%;
	background-image:url(imgs/footrep_y.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;
}
.wrapper{
	width:950px;
	padding:0 49px 0 49px;
	margin:0 auto;
}
.sbar{
	width:155px;
	height:320px;
	padding:180px 10px 0 10px;
	background-image:url(imgs/sidebar.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
.sbar ul{
	list-style-type:none;
	text-align:right;
	font-size:14px;
}
.sbar li{
	width:155px;
	padding:5px 0 5px 0;
	border-bottom:1px dotted #036;
}
.main{
	width:764px;
	margin-left:11px;
}
.header{
	width:764px;
	height:60px;
}
.header h1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:29px;
	padding-top:10px;
	color:#031F47;
}
.navi{
	width:488px;
	height:28px;
	padding-left:275px;
}
.navi ul{
	list-style-type:none;
}
.navi li{
	background-image:url(imgs/menutab3.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	width:115px;
	text-align:center;
	float:right;
	height:28px;
	margin-left:5px;
	cursor:pointer;
	font-size:13px;
}
.navi a{
	color:#ffffff;
	text-decoration:none;
	display:block;
	padding:5px 0 5px 0;
}
.navi li a:hover{
	color:#333333;
	background-image:url(imgs/menutab3.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:23px;
	padding:5px 0 0 0;
}

.ft{
	padding-left:150px;
}
.ft ul{
	list-style-type:none;
}
.ft li{
	width:100px;
	padding:0 10px 0 10px;
	float:left;
	padding:5px 0 5px 0;
	cursor:pointer;
	font-size:13px;
}
.ft a{
	color:#000000;
	text-decoration:none;
	display:block;
}
.ft li a:hover{
	color:#333333;
}

li.selft a{
	color:#333333;
	cursor:default;
}

.lb{
}
.lb ul{
	list-style-type:none;
}
.lb li{
	width:155px;
	padding:5px 0 5px 0;
	border-bottom:1px dotted #036;
	cursor:pointer;
	font-size:14px;
}
.lb a{
	color:#333333;
	text-decoration:none;
	display:block;
	padding:5px 0 5px 0;
}
.lb li a:hover{
	color:#036;
}

li.sellb a{
	color:#036;
	cursor:default;
}

li.selnav a{
	color:#333333;
	background-image:url(imgs/menutab3.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	cursor:default;
	height:23px;
	padding:5px 0 0 0;
}
a.mn{
	color:#ffffff;
	text-decoration:none;
}
a.mn:hover{
	color:#333333;
}
.navbar{
	background-image:url(imgs/menutab3.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	width:115px;
	text-align:center;
	float:right;
	height:23px;
	padding:5px 0 0 0;
	margin-left:5px;
	cursor:pointer;
	font-size:14px;
}
.navbar:hover{
	background-image:url(imgs/menutab3.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
.inhead{
	width:762px;
	background-color:#FFF;
	background-image:url(imgs/headbar.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	border-left:1px solid #031F47;
	border-right:1px solid #031F47;
}
.inhead h2{
	font-size:18px;
	padding:8px 0 0 10px;
	color:#FFF;
}
.incontent2{
	width:764px;
	height:60px;
	background-color:#FFF;

}
.incontent{
	width:742px;
	padding:10px;
	background-color:#FFF;
	border-left:1px solid #031F47;
	border-right:1px solid #031F47;
}
.incontent p{
	font-size:12px;
	padding:0 10px 0 7px;
	text-align:justify;
}
.incontent a{
	color:#03F;
	text-decoration:none;
}
.incontent a:hover{
	text-decoration:underline;
}
.footer{
	background-image:url(imgs/bottompage.jpg);
	border-top:1px solid #031F47;
	width:764px;
	height:36px;
	padding-top:5px;
	text-align:center;
	font-size:11px;
	color:white;
}
.footer a{
	color:#F90;
	text-decoration:none;
}
