html, body {
	height: auto;
	margin: 0;
	background-color: #F5F4F4;
}
h1 {
	background-color: #193974;
	color: #FFFFFF;
	font-family: "Arial Narrow", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	padding: 4px;
	margin-left: -46px;
}
.wrap0 {
	background-color: #FFFFFF;
	margin: 0 auto;
	height: 100%;
	width: 780px;
	border-left: 1px #999999 dashed;
	border-right: 1px #999999 dashed;
	position: relative;
}

.headindex {
	background-position: right;
	background-repeat: no-repeat;
	width: 100%;
	height: 200px;
}
.head {
	background-image: url(head.gif);
	background-position: right;
	background-repeat: no-repeat;
	width: 100%;
	height: 130px;
}

.indexleft {
	border-right: 0px #A0A0A0 solid;
}

.content {
	border-left: 1px #A0A0A0 dashed;	
	padding-left: 98px;
	padding-right: 20px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	color: #666666;
}
.empty {
	border: none;
	height: 20px;
}

.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
}

.menu li {
	display: block;
	text-align: right;
	margin: 0;
	padding: 0;
	border: 0;
}

.menu li a {
	display: block;
	width: 100%;
	text-decoration: none;
	background-color: #FFF;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0;
	border: 0;
}

.menu li a:hover {
	color: #FFF;
	background-color: #193974;
}

.footer {
	position: relative;
	width: 100%;
	bottom: 0px;
	background-color: #F8F8F8;
	border-top: 1px #A0A0A0 dashed;
	color: #999;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 3px 0;
}
.footer a {
	color: #C00000;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

