html {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: arial,sans-serif;
	font-size: 0.8em; 
	margin: 0;
	padding: 0;
	background: #dcdcdc url(../img/bg.gif) repeat-x top;
}

h1 {
	font-size: 1.4em;
	color: #666666;
	letter-spacing: 1px;
}

h2 {
	font-size: 1.3em;
	color: #666666;
	letter-spacing: 1px;
}

h3 {
	font-size: 1.1em;
	color: #666666;
	letter-spacing: 1px;
}

h4 {
	font-size: 1.0em;
	color: #666666;
	letter-spacing: 1px;
}

h5 {
	font-size: 0.9em;
	color: #666666;
	letter-spacing: 1px;
	margin-bottom: 0;
}

h6 {
	font-size: 0.9em;
	color: #666666;
	margin-bottom: 0;
}

p {
	margin: 0;
	margin-bottom: 12px;
}

a, a:visited {
	color: #006633;
	text-decoration: none;
}

a:hover, a:active {
	color: #2AB046;
	text-decoration: underline;
}

hr {
	border: 1px solid #fff;
	border-top: 1px solid #ebebeb;
}

.head {
	border-bottom: 1px solid #ededed;
	padding: 2px 10px;
}

.left { text-align: left; }
.right { text-align: right; }

.body {
	width: 950px;
	margin-top: 20px;
}

.logo {
	float: left;
	padding-bottom: 10px;
	height: 36px;
}

.search {
	float: right; 
	height: 46px;
	vertical-align: bottom;
}

.searchbox {
	width: 100px;
	font-size: 10px;
}

.ruler, .col, .cont, .footer { background-color: #fff; }

.navi1 {
	background: url(../img/navi1-bg.gif) bottom left repeat-x;
}

.navi1 ul {
	font-size: 1.0em;
	font-weight: bold;
	color: #006633;
  margin: 0;
  padding: 0;
  list-style: none;
}

.navi1 li {
  float: left;
  margin: 5px 0 0 0;
  padding: 0;
  background: #fff url("../img/tab-normal.gif") bottom left repeat-x;
  border-bottom: 1px solid #fff;
  height: 35px;
}

.navi1 li.selected {
  border-bottom: 1px solid #ededed;
}

.navi1 li a {
	float: left;
	background: url("../img/tab-normal.gif") top left repeat-x;
	height: 25px;
	padding: 10px 10px 0 10px;
  border-left: 1px solid #a2a2a2;
  border-right: 1px solid #fff;
}

.navi1 li a.selected {
	background: #ededed;
}

.navi1 li.left {
	background: url("../img/tab-left.gif") top left no-repeat;
	padding-left: 10px;
}

.navi1 li.left a {
	padding-left: 2px;
	border-left: 0px none;
}

.navi1 li.ls {
  background: url("../img/tab-left-selected.gif") top left no-repeat;
}

.navi1 li.right {
	background: url("../img/tab-right.gif") top right no-repeat;
	padding-right: 10px;
}

.navi1 li.right a {
	padding-right: 2px;
	border-right: 0px none;
}

.navi1 li.rs {
  background: url("../img/tab-right-selected.gif") top right no-repeat;
}

.ruler {
	background: #ededed url(../img/ruler-right.gif) top right no-repeat;
	border-bottom: 5px solid #fff;
	border-right: 5px solid #fff;
	border-left: 5px solid #fff;
}

.col {
	width: 210px;
	border-right: 1px solid #ededed;
	padding: 5px 20px;
	vertical-align: top;
}

.navi2 {
	font-weight: bold;
	margin: 12px 0 0 0;
}

.navi3 {
	font-weight: bold;
	margin: 4px 0 0 0;
	padding-left: 12px;
	background: url(../img/bullet.gif) no-repeat;
}

.navi2 a.on, .navi3 a.on {
	color: #2AB046;
}

.cont {
	padding: 5px 20px;
	vertical-align: top;
}

.cont a {
	color: #006633;
	text-decoration: none;
}

.cont a:visited {
	color: #2AB046;
	text-decoration: none;
}

.cont a:hover, a:active {
	color: #2AB046;
	text-decoration: underline;
}

.cont ul, .col ul {
	margin: 5px 0 5px 25px;
	padding: 0;
}

.cont li, .col li {
	list-style-image: url(../img/bullet.gif);
	margin: 3px 0px;
}

.path {
	font-size: 0.9em;
	color: #666666;
}

.boxi {
	background: url(../img/intro_top.gif) top left repeat-x;
	margin: 10px 0px;
}

.boxi .contents {
	background: url(../img/intro_bottom.gif) bottom left repeat-x;
	padding: 5px 0px;
}

.boxi .contents p {
	margin: 0;
	padding: 5px 0px;
}

.intro p {
	color: #666;
	font-size: 1.1em;
}

.leftfooter {
	float: left;
	background: url(../img/footer-left.gif) bottom left no-repeat;
	height: 13px;
	width: 10px;
	padding-bottom: 7px;
}

.rightfooter {
	float: right; 
	background: url(../img/footer-right.gif) bottom right no-repeat; 
	height: 13px; 
	padding-right: 20px; 
	padding-bottom: 7px;
}

.footnote {
	color: #666666;
	padding: 5px 25px;
}