/* sitemap styles */

div#siteBanner {
  width: 950px;
  height: 250px;
  margin: 0 0 10px 0;
  color: #ffffff;
  background-color: transparent;
}

#sitemap div#siteBanner {
  background-image: url(../image/10banner_01.jpg);
  background-repeat: no-repeat;
}

#sitemap ul#sitePolicy li#sitemap a {
  color: #000000;
  border-bottom: 1px solid #ff0000;
}

div#site {
        clear: both;
	display: block;
        position: static;
	width: auto;
	height: auto;
        background-image: url(../image/wp_white1.gif);
        background-repeat: repeat-y;       
	padding: 20px 15px 10px 70px;
}
div#site h1 {
	margin-bottom: 0em;
	border-bottom: none;
	color: #000000;
	font-family:"Times New Roman", Times;
	font-size: 120%;
	font-weight: normal;
        text-indent: 0.5em;
}

div#site table {
	width: 750px;
	margin: 10px 30px;
        align: center;
}

div#site td {
	padding: 12px 5em;
	border-bottom: 1px solid #c0c0c0;
	font-size: 90%;
}

div#site th {
	border-bottom: 1px solid #c0c0c0;
	font-family:"Times New Roman", Times;
	font-size: 90%;
	font-weight: normal
}

