html { height: 100% }

body	{ 
	color: black; 
	font-family: Arial, Helvetica; 
	background-color: #fff; 
	/*
	background-image: url(img/bg_top.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	*/
	text-align: center; 
	font-size: 90%; 
	min-height: 90%; 
	}

ul	{ 
	list-style-type: none; 
	margin: 0; 
	*position: relative;
	}

#toplogo {
	text-align:center;
	margin-right:auto;
	margin-left:0 auto;
	width:788px;
	background: url(img/toplogo_bg.jpg) top center no-repeat;
	position:absolute;
	height: 140px;
	top: 37px;
	}

#container { 
	text-align: center; 
	margin-right: auto; 
	margin-left: auto;
	margin-top: -2.5em; 
	padding-top: 0px; 
	width: 788px; 
	height: 100%;
	}

#main   { 
	text-align: center; 
	margin-right: auto; 
	margin-left: auto; 
	width: 788px;
	/*background-image:url(img/bg_main.jpg);*/
	background-position:center;
	background-repeat:repeat-y;	 
	}

#maincontent { 
	background-color: #ffffff; 
	background-image: url(img/pf.gif); 
	background-repeat: no-repeat;
	background-position:center;
	text-align: left; 
	padding-top: 250px; 
	width: 780px; 
	height: 700px 
	font-family: Verdana, Arial, Helvetica; 
	}

#maintable { 
	margin-left: 35px; 
	}

#maintable tr { 
	vertical-align: top; 
	}

#topnavi {
	font-size: 0.9em;
	margin-top: -1.6em;
	position: absolute;
	height: 1em;
	top: 31px;
	z-index:99;
	}

#topnavi li { 
	color: #b0b2b4; 
	margin-right: 60px; 
	padding-bottom: 0.8em; 
	height: 1em; 
	float: left	;
	}

#cop {
	color: #b0b2b4; 
	font-size: 0.9em;
	margin-top: -1.6em;
	position: relative;
	height: 1em;
	top: 31px;
	margin:0 25px 0 0;
	z-index:98;
}

#topnavi li a { 
	color: #b0b2b4; 
	text-decoration: none;
	}

#st	{ 
	margin-top: -22px; 
	margin-left: -196px; 
	position: absolute; 
	width: 279px; 
	height: 181px 
	}

#leftnavi { 
	margin-top: 4.4em 
	}

#leftnavi li { 
	height: 27px 
	}

#content {
	height: 650px;
	overflow: visible
	}

#content a { 
	color: #5c4033; 
	text-decoration: underline 
	}

#content h1 { 
	font-size: 1.4em; 
	font-weight: 500; 
	/*background-color: #e8e0c3; */
	margin: 0 0 1.7em; 
	padding-right: 0.3em; 
	padding-left: 0.3em 
	}

#content p { 
	padding: 0 0.3em 1em 
	}

form table tr { 
	margin-bottom: 1em; 
	height: 2em 
	}

.tdr 	{ 
	text-align: right; 
	padding-right: 20px; 
	width: 2em 
	}

* html .tdr { 
	text-align: right; 
	padding-right: 0; 
	padding-left: 100px; 
	width: 2em 
	}

*+html .tdr { 
	text-align: right; 
	padding-right: 10px; 
	padding-left: 100px; 
	width: 2em 
	}

.submit { 
	margin-top: 10px; 
	float: right 
	}
	
.debug
{
	border:1px solid black;
}	

