* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	font-size: 80%;
	line-height: 135%;
/*	font-family: "MS UI Gothic", sans-serif; */
	word-spacing:1px;
/*	letter-spacing: 0.05em; */
}
#logo70{
	background-color:#000066;
	width:220px;
	background-repeat:no-repeat;
	height:70px;
	background:url(app_title.gif) 0px -30px; 
}
h1, h2, h3, p {
	padding-bottom: 1em;
}
#container 	{
	width: 100%;
	background-color: transparent;
  position: relative;
  height: 100%;
  min-height: 100%;
	font-family: Tahoma, Verdana, Arial;
}
body > #container {
  height: auto;
}
#contents {
    padding-bottom: 50px;
}
.center {
    padding-top: 50px;
	text-align: center;
}
.finding
{
    margin: 20px 100px 0px 20px;
    padding-left: 5px;
    text-align: left;
    border-left:solid 10px red;
    border-bottom:solid 1px gray;
    font-weight:bold ;
    }
.contents
{
	padding-bottom: 0px;
  padding-top: 20px;
  padding-left: 70px;
  padding-right: 70px;
	text-align: left;
    }
#footer {
	width: 100%;
	position: absolute;
	bottom: 0;
    margin: 0px;
	height: 30px;
    background:url('footer_logo.gif') no-repeat right bottom;
    background-repeat: no-repeat;
}
#footermessage{
	height: 9px;
    margin: 0px 200px 0px 0px;
	font-size:80%;
	background-color: transparent;
}
#footerline{
    height: 21px;
    margin-right: 200px;
    padding-left: 5px;
    margin-bottom:0px;
    color:White;
    line-height:21px;
    font-size:10px;
    background:#000066;
}
#topline{
    height:70px;
    background:#000066;
}
#notify {
	width: 400px;
	border:4px dotted #C0C0C0;
	margin:50px auto 0px auto;
	padding:10px;
	text-align: left;
}
.caption{
	width: 400px;
	text-align:left;
	font-weight: bold;
	margin:5px auto 5px auto;
	padding-right:100px;
}
.data{
	width: 400px;
	text-align:left;
	margin:5px auto 5px auto;
	padding-left:100px;
}
