
html>body #style_division_box {
	font-size:14px;
	position:relative;
	width: 600px;
	height:110px;
	margin-left: auto;
   	margin-right: auto;
	} 
	
legend{
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	color:#000000;
}

html>body #container {
    height: auto;
	}
	
#nav_top{
   white-space : nowrap;
   background-color : #003399;
   float : left;
   color : White;
   border-style : solid; 
   border-color : #0066CC;
   border-width : 2px 0 2px 0; 
} 
#nav_top ul{
   padding : 0;
   margin : 0;
   float : right;
}
#nav_top ul li{
   display : inline;
}
#nav_top ul li a{
   padding-left : 1em;
   padding-right : 1em;
   background-color : #0000FF;
   color : White;
   font-weight : bold;
   text-decoration : none;
   float : left;
   border-right-color : #0066CC;
   border-right-style : solid;
   border-right-width : 1px;
}
#nav_top ul li a:hover{
   background-color : #99CCFF;
   color : #000066;
}

.rollover1 a { display:block; width:32px; background-color:#0000FF;}
.rollover1 a:hover { background-color:#FF8000}

	
