*{margin: 0px; padding: 0px;}
body,td,th {
	font-size: small;
	line-height: 1.4em;
}
#layout {
	width: 760px;
	padding: 0px;
	margin: 0px auto;
}
h1 {
}
h1 span {
	font-size: xx-small;
	display: none;
}

h2 {
	font-size: 130%;
	background-color: #eee;
	line-height: 1em;
	padding: 6px 20px;
	margin: 0.5em 0px;
	vertical-align: middle;
	border-top-width: 4px;
	border-right-width: 0px;
	border-bottom-width: 4px;
	border-left-width: 0px;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	letter-spacing: 0.4em;
	color: #660000;
}
h3 {
	font-size: 100%;
	line-height: 1.2em;
	margin: 0.5em 0px;
	border-left-width: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-left-color: #6699FF;
	border-right-width: 0px;
	letter-spacing: 0.2em;
	border-bottom-color: #999999;
	padding: 2px 0px 2px 5px;
	vertical-align: middle;
	font-weight: bold;
	border-bottom-width: 1px;
}
p {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
hr {margin-top: 0.5em; margin-bottom: 0.5em;}
#header {
	width: 760px;
	position : normal;
	border-top-width: 6px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #000030;
	margin: 0px;
	padding: 0px;
	background-image : url(bgimg.gif);
	height: 60px;
}
#footer {
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 8px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000030;
	border-right-color: #000030;
	border-bottom-color: #000030;
	border-left-color: #000030;
	background-color: #9999CC;
	clear: both;
	float : none;
	font-size: 90%;
	line-height: 1em;
	padding: 0px 10px 4px;
}
#footer a {
	color: #660000;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFF00;
	text-decoration: underline;
}

#footer_right {
	font-size: 80%;
	float: right;
	margin-top: 4px;
	text-align: right;
	width: 350px;
}

#contents {
	clear: both;
	width: 760px;
	
  float : none;
  margin-top : 0px;
}
#contents ul,#contents ol {
	padding-left: 2em;
}
#navibar {
	height: 20px;
	vertical-align: middle;
	list-style-type: none;
	background-color: #000033;
	padding: 0px;
}
#navibar ul {
	padding: 0px;
}
.navi {
	font-size: 90%;
	vertical-align: middle;
	color: #000000;
	text-align: center;
	float: left;
	line-height: 17em;
	height: 20px;
	list-style-type: none;
}
.navi A{
	text-decoration: none;
	display: block;
	border-bottom-style: solid;
	float : left;
	color: #FFFFFF;
	height: 17px;
	line-height: 17px;
	width: 100px;
	border-bottom-width: 3px;
	border-bottom-color: #000033;
}
.navi a:hover{
	color: #FFFF00;
	border-bottom-color: #FFFF00;
}
#sidebar {
	width: 200px;
	padding: 5px;
}
#sidebar ul {
	padding: 0px;
}
#subnavi {
	margin: 0px;
}
.sub {
	font-size: 14px;
	vertical-align: middle;
	line-height: 28px;
	height: 29px;
	list-style-type: none;
	margin: 4px 0px;
}
.sub a{
	display: block;
	color: #000066;
	background-color: #eeeeee;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #000030;
	height: 27px;
	text-indent: 0.5em;
	font-size: 100%;
	text-decoration: none;
	line-height: 27px;
	width: 192px;
}
.sub a:hover{
	color: #FFFF00;
	background-color: #330066;
	border-left-color: #000033;
}
.box {
	font-size: 85%;
	color: #003300;
	padding: 4px;
	border: 1px dotted #FF6600;
}
