@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
h1 {
    padding: 0 0 1em 0;
    text-align: center;
    font-size: 1.2em;
    color: #232d98;
    text-decoration: underline;
}
#wrapper {
	width: 90%;
  min-width: 992px;
	margin: 10px auto;
	border: 1px solid #232d98;

}
#header {
    position: relative;
	width: 100%;
	text-align: center;
	background-color: #232d98;
	background-image: url(header_bg.gif);
	background-repeat: repeat-x;
}
#midpack {
	margin: 0px 0px 10px 0px;
	width: 100%;
	position: relative;
}
#navi_left ul, #navi_right ul, #navi_top ul {
	list-style-type: none;
}
#navi_top {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 17%;
}
#navi_top li {
	display: inline;
}
#navi_left {
	display: inline;
	margin-left: 1%;
	width: 14%;
	float: left;

}
#navi_right {
	display: inline;
	margin-right: 1%;
	width: 14%;
	float: right;

}
#content {
	margin: 0 auto;
	padding: 10px;
	background-color: #e5e5e5;
	border: 1px solid #232d98;
	width: 65%;
}
#footer {
	margin: 5px;
	font-size: 0.8em;
	font-weight: bolder;
	text-align: center;
}
.navi_box {
	width: 100%;
	margin: 0 0 15px 0;
	border: 1px solid #232d98;
}
.navi_box_header {
	padding: 2px;
	color: #ffffff;
	background-color: #232d98;
	text-align: center;
}
.navi_box_header h1 {
    padding: 0;
	font-size: 1em;
	color: #ffffff;
    text-decoration: none;
}
.navi_box_content {
	padding: 5px;
	font-size: 0.9em;
	background-color: #e5e5e5;
}
.navi_box a:link, .navi_box a:visited, #navi_top a:link, #navi_top a:visited {
	color: #000000;
	text-decoration: none;
	outline: none;
}
.navi_box a:hover, .navi_box a:active, #navi_top a:hover, #navi_top a:active {
	color: #232d98;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}
#navi_right .navi_box_content {
	text-align: center;
}
.navi_box, #navi_top {
	font-size: 1em;
}
.clear {
	clear: both;
}

