@charset "utf-8";
/* CSS Document */

/* ------------------------------------ */
/*                                      */
/*               General                */
/*                                      */
/* ------------------------------------ */


div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
padding: 0;
}

body {
	font: 100% "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial;
	line-height: 15px;
	color: #515A68;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	background-image: url(../images/bg_shdw.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
a:link {
	color: #006699;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #006699;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: none;
}

h1{
font-family:"Lucida Grande", "Lucida Sans Unicode", "Times New Roman", Verdana, Arial;
font-size:14px;
color:#0f7ac0;
}

h2{
font-family:"Lucida Grande", "Lucida Sans Unicode", "Times New Roman", Verdana, Arial;
font-size:12px;
color:#515A68;
}

/* ---------- @ Page Structure -----------*/

#bgcontainer {
	width: 975px;
	position: relative;
	margin: 0px auto;
	padding: 0;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#container {
	width: 975px;
	position: relative;
	margin: 0px auto;
	padding: 0;
}


#leftcol {
	width:200px;
	float:left;
	padding: 0;
	}
	
#rightcol {
	width:730px;
	float:right;
	margin: 0px auto;
	padding-right:20px;

	}

#contentbg{
	margin: 0px auto;
	width: 703px;
	height: 100%;
	position: relative;
	margin-top: 0;
	padding-bottom: 0px;
	text-align: justify;
	}

#clear{
clear:both;
}

/* ------------------------------------ */
/*                                      */
/*               left Navi               */
/*                                      */
/* ------------------------------------ */

* { 
	margin: 0;
	padding: 0;
	} 

#nav {
	width:185px;
	padding:7px 0 2px 9px; /*top, right, bottom, left*/
	font-size:11px;
	
	/*background:url(../images/left_bg.gif);*/
	}
	
#nav li {
	list-style:none;
	}

#nav a, #nav a:visited {
	width:160px;
	height: 23px;
	display:block;
	color:#515151;
	background:url(../images/left_mov_navi.gif);
	padding:10px 22px 0 0; /*top, right, bottom, left*/
	text-align: right;
	text-decoration:none;
	
	}

#nav a:hover, #nav a:active,
#nav li.current_page_item a, #nav li.current_page_item a:visited  {
	background:url(../images/left_mov_navi.gif) 0 -33px;
	text-decoration:none;
	}	

#navbot {
	/*background:url(../images/left_bot.gif);*/
	width:238px;
	height:20px;
	overflow:hidden
}

#navup {
	/*background:url(../images/left_up.gif);*/
	width:238px;
	height:13px;
	overflow:hidden;
	padding:0;
}

/* ---------- @ Content footer -----------*/

#footerbg {
	width: 975px;
	position: relative;
	margin: 0px auto;
	padding: 0;
	background-image: url(../images/bg-footer-trans.png);
	background-repeat: no-repeat;
	height: 110px;
	background-position: right top;

	}

#footercontent {
	width: 915px;
	padding:30px 30px 0 30px;/*top, right, bottom, left*/
	float:left;
	font-size: 10px;
	text-align: right;
	color: #81a1b2;
}

<!---------->
#number {
    width: 95%;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#number ul {
    list-style-type: none;
	margin: 0 0 0 10px;
    padding: 0;
}

#number li {
	color:#666;
	margin: 0;
	border-bottom: 1px dotted #999;
    border-width: 1px 0;
	padding:4px 0 4px 10px;
	background: url(../images/bullet.gif) no-repeat;
	background-position:left 10px;
	width: 600px;
}

#bullet  {
    width: 95%;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#bullet  ul {
    list-style-type: none;
	margin: 0 0 0 10px;
    padding: 0;
}

#bullet   li {
	color:#666;
	margin: 0;
    border-width: 1px 0;
	padding:4px 0 4px 10px;
	background: url(../images/bullet.gif) no-repeat;
	background-position:left 10px;
	width: 600px;
}

.title {
	font: 100% "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial;
	color: #990000;
	font-size: 13px;
	font-weight:bold;
	}