body { 
	    margin:0px;
		font-family:Verdana;
		font-size:12px;
	  }
	  hr {
	    color:#000000;
		height:1px;
      }
	  h1 { 
	    width:700px;
	    height:30px;
	    margin:0px;
	    padding:0px;
	    background:#f0f0f0;
        padding-left:20px;
	    font-size:14px;
	  }
	  h2 {
	    margin-top:0px;
	  }
	  h3 {
	    font-size:13px;
		padding:0px;
		margin:0px;
	  }
	  dt {
	    font-size:13px;
	    font-weight:bold;
		margin-top:10px;
		margin-bottom:10px;
	  }
	  dd {
	    padding-left:30px;
      }
	  a {
	    color:#000000;
	  }
	  a:hover {
	    color:#c62127;
	  }
	  .list_num {
	    list-style:decimal;
	  }
	  .list_num  li {
	    margin-top:10px;
	    margin-bottom:10px;
	  }
	  #head {
	    width:100%;
		height:120px;
		border-bottom:1px solid #000000;
        background-image:url(../bg_head.gif);	
	  }
	  #logo {
	    position:absolute;
		left:0px;
	  }
	  #adv {
	    position:absolute;
		right:0px;
	  }
	
	  .list_num li, .dlist dt, #news dt, .highlight {
	    background:#cde8ff;
	  }
	  #button {
	    position:abolute;
		bottom:0px;
		left:300px;
		width:120px;
		height:25px;
	  }
	  #content {
	    padding-top:10px;
		width:100%;
		overflow:auto;
	  }
	  #con_content {
	    margin-left:20px;
	    width:700px;
	  }
	  #menu {
	    width:100%;
		height:20px;
	    padding:0px;
	    margin:0px;
		background:#cde8ff;
	    list-style: none;
		border-bottom:1px solid #000000;
	  }
	  #menu li { 
	    display: inline;
		float:left;
	  }
	  #menu li a {
	    display:block;
		line-height:20px;
		width:100px;
		text-decoration:none;
		color:black;
		text-align:center;
	  }
	  #menu li a:hover {
	    background: white;
		color:black;
	  }
	  #menu li a:active {
	    background: white;
		color:black;
	  }
	  #submenu {
		width:100%;
		height:15px;
		padding:0px;
		margin:0px;
		background:#f0f0f0;
		list-style:none;
	  }
	  #submenu li {
	    display: inline;
		float:left;
	  }
	  #submenu li a {
	    display:block;
		line-height:15px;
		width:150px;
		text-decoration:none;
		color:black;
		text-align:center;
	  }
	  #submenu li a:hover {
	    background: white;
	    color:black;
	  }
	  #buttons {
	    padding:0px;
	    margin:0px;
	    list-style-type:none;
	    position:absolute;
	    right:220px;
	  }
	  
	  #buttons li {
	    display:inline;
		float:left;
		margin-left:5px;
	  }
	  
	  #buttons li a {
	    display:block;
		line-height:25px;
		width:120px;
		text-decoration:none;
		background-image:url(../navi_head.gif);
		text-align:center;
		color:black;
	  }
	  #buttons li a:hover {
	    color:white;
	  }
	  #links {
	    padding:0px;
	    margin:0px;
	    list-style-type:none;
	  }
	  #links li {
	   margin-top:10px;
	   margin-bottom:10px;
      }	   
