@charset "utf-8";

/*--------------------------------------------------------------------
  column
----------------------------------------------------------------------*/
nav#path{
	width: 840px;
	height:20px;
	margin: 0;
	margin-bottom: 15px;
	border-bottom: 1px dotted #353535;
	list-style:none;
}

nav#path ul{
	margin:0;
	overflow:hidden;
	font-size:11px;
	margin-bottom: 10px;
}

nav#path ul li{
	float:left;
	padding-left:26px;
	margin-left: -10px;
	margin-right: 23px;
	margin-top:3px;
	background-image: url("../img/path.png");
	background-repeat: no-repeat;
}

nav#path ul li.here{
	color:#d2691e;
	font-weight:bold;	
}

nav#path ulli a:link,ul#tppath li a:visited{
	text-decoration: none; color: #00008b;
}

nav#path ulli a:hover{
	text-decoration: none; color: #87cefa;
}

div.c1{ width:180px; }
div.c2{ width: 640px; }

div.c2 div.c2_body{
	margin-top: 2px;
	border:1px solid #ccc;
	border-style: solid none;
	background-color: #ffffff;
	padding-bottom:15px;
}

div.c2 div.c2_body a:link,div.c2 div.c2_body a:visited{ text-decoration: underline; color: #00008b; }
div.c2 div.c2_body a:hover{ text-decoration: none; color: #00008b; }

/*--------------------------------------------------------------------
  p
----------------------------------------------------------------------*/
p {
	font-size: 12px;
	line-height: 22px;
	text-align: left;
	overflow: hidden;
	margin: 0px 20px;
}

p.algc{
	text-align: center;
}
p.algl{
	text-align: left;
}
p.algr{
	text-align: right;
}

p.notes{
	font-size:11px;
	line-height:15px;
	margin: 8px 30px 8px 30px;
}

/*--------------------------------------------------------------------
  h
----------------------------------------------------------------------*/
h3 {
	font-size: 13px;
	text-align: left;
	padding: 5px 0;
	padding-top:6px;
	padding-left: 15px;
	color:#ffffff;
	margin: 10px 15px;
	margin-top:15px;
	background-color:#708090;
	border: 2px solid #323232;
	border-width: 1px 2px;
}

h4{
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	background-image: url("../img/list_arrow.png");
	background-position: left center;
	background-repeat: no-repeat; 
	padding-left: 10px; 
	margin: 15px 25px;
	margin-bottom: 8px;
}

.hidden{ display:none; }

/*--------------------------------------------------------------------
  table
----------------------------------------------------------------------*/
table{
	border: none;
	border-spacing: 0;
	table-layout: auto;
	border-collapse: collapse;
}

/*--------------------------------------------------------------------
  list
----------------------------------------------------------------------*/
ul.content{
	margin: 0 25px;
	padding:15px 0;
}

ul.content li{
	background-image: url("../img/list_arrow.png");
	background-position: left center;
	background-repeat: no-repeat; 
	padding-left: 10px; 
	font-size: 12px;
	line-height: 22px;
	text-align: left;
	overflow: hidden;
	margin: 0;
}

/*--------------------------------------------------------------------
  em
----------------------------------------------------------------------*/
em{
	font-style:normal;
	font-weight:bold;
}
