*{zoom:0.9;}

body{
	position:relative;
    margin:0 auto 0 auto;
	padding: 0;
	line-height:1.4;
	color:#333;
	font-family:Arial, sans-serif;
	font-size:0.9em;
	background:#eeeaff;
	text-align:center;
	width:800px;
}

div#main{
    position:relative;
    margin-left : auto ;
    margin-right : auto;
    width:800px;
}
.upperline{
	background: url('./img/upperline.jpg') no-repeat;
	height:22px;
    width:800px;
}
.textbox{
position:relative;
	background: url('./img/centerline.jpg') repeat;
    width:800px;
    text-align:left;
}
.textbox ul{
margin-top:0px;
margin-bottom:0px;
list-style-position:inside;

}
.textbox li{
list-style-position:inside;
}
.underline{
	background: url('./img/bottomline.jpg') no-repeat;
	height:24px;
    width:800px;
}
.title{
background: url('./img/circle_orange.gif') left center no-repeat ;
margin-left:20px;
text-indent: 30px; 
font-size: 20pt;
font-weight: bolder;
font-family:serif;
color:#333399;
}
.textarea{
margin-left:20px;
margin-right:20px;
text-indent: 1em; 
}
.textarea p{
margin:0;
}
.textarea dt{
font-size:12pt;
font-weight: bolder;
}
/*---------menu bar ---------*/
#menucontainer{
	position:relative;
	height:50px;
	color:#FFFFFF;
	background: url(./img/navi/bottom.jpg) repeat-x bottom left;
	width:100%;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	}
#menunav{
	position:relative;
	height:38px;
	font-size:18px;
	text-transform:uppercase;
	font-weight:bold;
	background:#fff url(./img/navi/background.jpg) repeat-x bottom left;
	padding:0 0 0 20px;}
	
#menunav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;	
	float:left;}

#menunav ul li{
	display:block;
	float:left;
	margin:0 1px;}

#menunav ul li a{
	display:block;
	float:left;
	color:#EAF3F8;
	text-decoration:none;
	padding:0 0 0 20px;
	height:38px;}

#menunav ul li a span{
	padding:12px 20px 0 0;
	height:21px;
	float:left;}

#menunav ul li a:hover{
	color:#fff;	
	background:transparent url(./img/navi/hover.jpg) repeat-x bottom left;}

#menunav ul li a:hover span{
	display:block;
	width:auto;
	cursor:pointer;}
#menunav ul li a.current, #menunav ul li a.current:hover{
	color:#fff;
	background:#1D6893 url(./img/navi/left.jpg) no-repeat top left;
	line-height:275%;}
#menunav ul li a.current span{
	display:block;
	padding:0 20px 0 0;
	width:auto;
	background:#383636 url(./img/navi/right.jpg) no-repeat top right;
	height:38px;}
/* ---------------------- END menu ---------------------- */  
/* ---------------------- table ---------------------- */                    
 table#table-01 {
    width: 530px;
    border: 1px #E3E3E3 solid;
    border-spacing: 0;
    background: #D5F0F0 url('./img/bg_01.gif') repeat-x 0 100%;
    margin-top:10px;
}

table#table-01 th {
    padding: 5px;
    border: #98DCDC solid;
    border-width: 0 0 1px 1px;
    background: #73CECE url('./img/bg_01_header.gif') repeat-x 0 100%;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table#table-01 td {
    padding: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: #FFFFFF #8ED9D9 #8ED9D9 #FFFFFF;
    color: #1A4444;
    text-align: center;
    white-space: nowrap;
}
/* ---------------------- end table ---------------------- */  
/* ---------------------- ENTRY FORM ---------------------- */  
#reg {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:60%;
	margin:50px;
	color:#666; }
.fieldset {
	width:300px; }
.fieldset .label {
	text-align:right;
	width:70px;
	float:left;
	padding:0.2em;
	margin:0;
	margin-top:0.3em; }
.fieldset .nobr {
	display:none; }  
.fieldset .textfield {
	margin:3px;
	height:20px;
	width:200px; }
.fieldset .textarea {
	margin:3px;
	height:165px;
	width:200px; }