body
{
	padding: 0px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../imgs/body_bg.jpg);
	background-repeat: repeat-x;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
a {
	color: #666;
	text-decoration: none;
}

a:hover{
	color: #666;
	text-decoration: underline;

}


#logo {
	background-image: url(../imgs/logo.jpg);
	background-repeat: no-repeat;
	background-position: 62px 21px;
	height: 51px;
	margin: 0px;
	font-family: "Century Gothic", Verdana, "Comic Sans MS";
	font-size: 24px;
	padding-top: 21px;
	padding-left: 221px;
}
#nav {
	margin-bottom: 19px;
}
#nav .itm{
	height: 25px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #09c;
	float: right;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	color: #eb6300;
	font-family: "Century Gothic", Verdana, "Comic Sans MS";
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
}
#nav a{
	font-family: "Century Gothic", Verdana, "Comic Sans MS";
	font-size: 18px;
	line-height: 25px;
	color: #09c;
	text-decoration: none;
	font-weight: bold;
}
#nav a:hover{
	color: #eb6300;
}
#toc {
	background-image: url(../imgs/toc_bg.jpg);
	width: 180px;
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 14px;
	padding-left: 5px;
	padding-top: 34px;
}
#toc a{
	color: #444;
	text-decoration: none;

}
#toc a:hover{
	text-decoration: underline;

}
#toc ul{
	margin: 0px;
	padding: 0px;


}
#toc li{
	line-height: 32px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e8e8e8;
	background-image: url(../imgs/toc_li_style.jpg);
	background-repeat: no-repeat;
	background-position: 16px center;
	padding-left: 42px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	font-size: 12px;

}
#toc li.sel{
	background-image: none;
	padding: 0px;


}
#main {

}
#main #location{
	background-image: url(../imgs/location_bg.jpg);
	float: right;
	padding-top: 12px;
	padding-right: 4px;
	padding-bottom: 12px;
	padding-left: 24px;
	background-repeat: no-repeat;
	background-position: left center;
}
#main #pg_title{
	margin-left: 18px;
}
#main #content{
	background-image: url(../imgs/content_bg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	margin-top: 4px;
	padding-top: 37px;
	padding-right: 45px;
	padding-bottom: 17px;
	padding-left: 41px;
	line-height: 18px;
	text-align: justify;
}
#main #content a{
	color: #3399cc;
	text-decoration: none;

}
#main #content a:hover{
	text-decoration: underline;

}

#main #content ul{
	padding: 0px;
	list-style-position: outside;
	list-style-type: square;
	line-height: 28px;
	margin-left: 16px;
}
#main #content li{
	margin-bottom: 0px;

}
#main #content ul ul{
	margin-left: 0px;
}

#main #content li li{
	list-style-type: none;
	list-style-image: none;
	padding-left: 42px;
	line-height: 24px;

}
#footer {
	background-image: url(../imgs/footer_bg.jpg);
	background-repeat: no-repeat;
	height: 63px;
	width: 885px;
	margin-left: -60px;
	padding-top: 27px;
	padding-left: 215px;
	line-height: 24px;
}
.clear {
	clear: both;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #0099cc;
	margin: 0px;
	padding: 0px;
	line-height: 34px;
}

h2 {
	font-weight: bold;
	color: #666;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

