/*---------------------------------------
	Text Tag
---------------------------------------*/
h1 {
	height: 30px;
	background: url(img/h1.gif) top left no-repeat;
}
h2 {
	background: url(img/h2.gif) bottom left no-repeat;
	padding-left: 10px;
	margin-bottom: 10px;
	color: #336633;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 150%;
}
h2.long {
	line-height: 120%;
}

h3 {
	display: inline;
	padding-left: 5px;
	border-left: outset 5px #336633;
	color: #336633;
	font-size: 1.0em;
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #336633;
}
a:hover {
	text-decoration: underline;
}

#mmain ul {
	list-style: none;
	margin-left: 15px;
}
#mmain li:first-letter {
	background: url(img/disc.gif) center left no-repeat;
	padding-left: 15px;
}
#mmain li {
	text-indent: -15px;
}

.color {
color: #336633;
}

/*---------------------------------------
	Table
---------------------------------------*/
#mmain table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 3px;
}
#mmain table th {
	padding: 3px;
	border-bottom: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	background: #477547;
	color: #ffffff;
	text-align: center;
}
#mmain table tr.odd {
	background: #eaefea;
}
#mmain table tr.even {
	background: #ffffff;
}
#mmain table td {
	padding: 3px;
	border-bottom: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
}
#mmain table td.fee {
	text-align: right;
}

/*---------------------------------------
	Main
---------------------------------------*/
div#mhead {
	margin-top: 10px;
	padding: 10px 10px 0 10px;
	background: url(img/main_h.gif) top center no-repeat;
}

div#mmain {
	width: 515px;
	padding: 0 10px;
	border-left: solid 1px #336633;
	border-right: solid 1px #336633;
}
div#mbottom {
	height: 10px;
	margin-bottom: 10px;
	background: url(img/main_b.gif) bottom center no-repeat;
	font-size: 1px;
	line-height: 1px;
}

/*---------------------------------------
	Submenu
---------------------------------------*/
#submtl a {
	display: block;
	height: 25px;
	background: url(img/subm_tl.gif) top center no-repeat;
}

#submenu ul {
	list-style: none;
	font-size: 0.9em;
	line-height: 200%;
}
#submenu li {
	background: url(img/subm.gif) top center no-repeat;
}
#submenu li a {
	display: block;
	height: 23px;
	padding-left: 18px;
}
#submenu li a:hover {
	background: url(img/subm_hv.gif) top center no-repeat;
	text-decoration: none;
}
a#submnow {
	background: url(img/subm.gif) bottom center no-repeat;
}
#submbt a {
	display: block;
	height: 23px;
	background: url(img/subm_bt.gif) top center no-repeat;
}
#submbt a:hover {
	background: url(img/subm_bt.gif) bottom center no-repeat;
	text-decoration: none;
}

/*---------------------------------------
	This Page Only
---------------------------------------*/
div#flwtxt {
	float: left;
	width: 379px;
}