@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}
body{
	background-color: #EEEECC;
}
img{
	border-style: none;
}
a:link{
	color: #009900;
	text-decoration: none;
}
a:visited{
	color: #335520;
	text-decoration: none;
}
a:hover{
	color: #33CC99;
	text-decoration: underline;
}
h1{
	width: 765px;
	height: 65px;
	margin: 0 auto 0 auto;
	padding: 15px 22px 5px 13px;
	background: transparent url("images/h1_background.gif") top left no-repeat;
	text-align: left;
}
h1 a{
	display: block;
	width: 100%;
	height: 100%;
	background: url("images/h1_a_background.gif") top left repeat-x;
}
h1 a:hover{
	background: url("images/h1_a_hover_background.gif") top left repeat-x;
}
h1 img{
	margin: 5px;
}
#Main{
	width: 800px;
	margin: 0 auto 0 auto;
	background: transparent url("images/main_background.gif") top left repeat-y;
}
#Skip{
	width: 180px;
	height: 300px;
	margin: 15px 0 0 0;
	padding: 0 32px 0 0;
	float: right;
	background: transparent url("images/skip_background.jpg") 18px 2px no-repeat;
}
#Skip a{
	display: none;
}
#Footer{
	width: 762px;
	height: 30px;
	margin: 0 auto 0 auto;
	padding: 0 22px 18px 16px;
	clear: both;
	background: transparent url("images/footer_background.gif") top left no-repeat;
	text-align: right;
	line-height: 30px;
	font-size: small;
}
#Menu{
	width: 535px;
	margin: 0 0 0 0;
	padding: 5px 20px 5px 27px;
	background: #FFFFFF url("images/main_background.gif") top left repeat-y;
	border-right: dashed 1px #F5D6B4;
}
#Menu dd ul{
	width: 500px;
	margin: 10px auto 5px auto;
	padding: 10px;
	border-top: dashed 1px #F5D6B4;
	border-bottom: dashed 1px #F5D6B4;
	text-align: justify;
}
#Menu dt{
	display: none;
}
#Menu li{
	display: inline;
	margin: 0 5px 0 5px;
	list-style: none;
}
#Content{
	width: 535px;
	padding: 5px 20px 5px 27px;
	background: transparent url("images/main_background.gif") top left repeat-y;
	border-right: dashed 1px #F5D6B4;
}
#mainimg{
	display:block;
	margin: 5px auto 5px auto;
}
h2{
	height: 60px;
	margin: 0 0 0.75em 0;
	padding: 0 0 0 70px;
	background: transparent url("images/h2_background.jpg") top left no-repeat;
	color: #107C10;
	font-size: x-large;
	font-weight: bold;
	line-height: 60px;
}
h3{
	margin: 2.5em 0 0.75em 1em;
	color: #107C10;
	font-size: large;
	font-weight:bold;
	line-height:120%;
	border-bottom: solid 1px #99CC99;
}
h4{
	margin: 1.25em 0 0.75em 2em;
	color: #107C10;
	font-size: medium;
	font-weight: bold;
	line-height: 120%;
}
h5{
	margin: 1.25em 0 0.75em 2.5em;
	color: #107C10;
	font-size: small;
	font-weight: bold;
	line-height: 120%;
}
p, ol, ul, dl, fieldset{
	margin: 0.75em 0 0.75em 3em;
	color: #000000;
	font-size: medium;
	font-weight: normal;
	line-height: 120%;
}
#Content li{
	margin: 0.25em 0 0.25em 0;
}
#Content dl dt{
	margin: 0.75em 0 0 0;
	color: #107C10;
	font-size: medium;
	font-weight: bold;
}
#Content dl dd{
	margin: 0.25em 0 0.75em 2em;
	color: #000000;
	font-size: medium;
	font-weight: normal;
}
#Content img{
	margin: 10px auto 10px auto;
}
#Content table{
	margin: 10px 0 10px 3em;
}
fieldset{
	width: 90%;
	margin: 1em auto 1em auto;
	padding: 1em;
	overflow: scroll;
}
legend{
	font-size: medium;
	font-weight: bold;
}
dl.imgandcaption dd{
	width: 300px;
	margin: 0 0 30px 0;
	padding: 0.5em 0.25em 0.25em 80px;
	border-bottom: solid 1px #99CC99;
	border-right: solid 15px #99CC99;
	border-left: solid 1px #99CC99;
	text-align: right;
	font-size: small;
}
div.chainimg{
	width: 480px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 72px;
}
.AccessGuide dd{
	padding-bottom: 2.5em;
}
.AccessGuide em{
	padding: 1px;
	border-top: dashed 1px #CEE6CE;
	border-bottom: dashed 1px #CEE6CE;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	font-size: small;
	vertical-align: middle;
}
.AccessGuide strong{
	padding: 2px;
	background: #E8F8E8;
	border: solid 1px #107C10;
	font-style: normal;
	font-weight: bold;
	font-size: medium;
	line-height: 1.8em;
}
#Content dl#TopMenu dt{
	display: none;
}
#Content dl#TopMenu li{
	list-style: url("images/indexmenu_li.gif") circle outside;
}
