
html, body {
	width: 100% !important;
	background-color : white ;
}

body {
	color: black;
	margin: 0;
	padding: 0;
	font-size: 100%;
	position: relative;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: White;
	border-left: 0px solid #ccff99;
	border-right: 0px solid #ccff99;
}

a {
	text-decoration: none;
}
	
a:link {
	color: #0002FD;
	background-color: transparent;
}
	
a:active {
	color: #0002FD;
	background-color: transparent;
}
	
a:visited {
	color: #0002fd;
	background-color: transparent;
}

a:hover {
	color: Green;
	text-decoration: underline;
	background-color: transparent;
}

acronym, abbr, dfn {
	cursor : help ;
	border-bottom : 1px dashed gray ;	
	}

#wrap {
	background-color: #D9FFDB;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-position: center;
	background-image: url(../i/back.jpg);
	border-bottom: 4px solid #269E12;
	border-top: 0px solid #5275FC;
	background-repeat: repeat;
}

h1 {
	margin: 0;
	text-align: center;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

h2 {
	margin-top: 0px;
	background-color: transparent;
}

h3, h4 {
	padding: 0;
	margin: 0;
}
	
#main h3 {
	display: block;
	border-bottom: 0px groove black;
	color: black;
	background-color: transparent;
	margin: 0;
	padding: 0;
}

h4 {
	font-size : 100% ;
}

p.en {
	padding-left: 2em;
	text-indent : -2em;
}

#main {
	float: left;
	width: 76%;
	padding: 1% 1% 1% 1%;
	border-right: 4px solid #008000;
	border-bottom: 4px solid #008000;
	background-color: White;
}

html>body #main {
	width : 74% ;
	}

.menu {
	border-left: 0px solid gray;
	margin: 0  0  0 76%;
	padding: 10px;
	border-bottom: 3px solid White;
	border-right: 3px solid White;
	background-color: transparent;
}
	
.menu .title {
	font-weight: bold;
	padding: 5px;
}
	
.menu ul {
	list-style : none ; 
	margin : 0; 
	border : none ; 
	padding : 0px 0px 0px 15px ; 
	}
.menu li {
	margin: 0;
}
.menu li a {
	width : 100% ; 
	display : block ; 
	padding : 0px 0px 0px 0px ; 
	text-decoration : none ;  
	border-left : 0px solid gray ; 
	border-bottom : 0px solid gray ;
	}
.menu li a:hover {
	background-color: #D9FFDB;
	color: Maroon;
	padding: 0px 0px 0px 0px;
	border-right: 0px solid red;
	border-left: 0px solid red;
	border-bottom: 0px solid red;
}
html>body menu li a { 
	width : auto ; 
	}
menu ul ul {
	list-style : none ; 
	margin : 0 ; 
	border : none ; 
	padding : 0px 0px 0px 15px ; 
	background-color : transparent ;
	}
menu ul ul li a { 
	width : 95% ; 
	display : block ; 
	padding : 0px 0px 0px 15px ; 
	text-decoration : none ; 
	color : blue ; 
	background-color : transparent ;
}
menu ul ul li a:hover { 
	width : 95% ; 
	display : block ; 
	padding : 0px 0px 0px 15px ;  
	text-decoration : none ; 
	color : red ;  
	background-color : transparent ;
	}
	
menu .here {
	border-bottom: 0px solid #e5e5e5;
	border-left: 5px solid gray;
	padding-left: 5px;
	background-color: White;
	color: #000000;
	font-style: italic;
}

#foot {
	padding: 5px 10px 5px 10px;
	clear: both;
	margin-top: 0px;
	font-size: 70%;
}

#foot .col1 {
	float: right;
	right: 1%;
}

#foot .col2 {
	float: left;
	left: 1%;
	width: 76%;
}

#foot ul  {	
	margin :  0 ;
	list-style : none ;
	text-align: center;
	}
	
#foot li {
	display: list-item;
	margin: 0;
	padding: 0;
}

.hide, .ahem {
	display : none ;
	}
	
.lt {
	float: left;
	padding-right: 20px;
}
	
.rt {
	float: right;
	padding-left: 20px;
}

div.floatleft {
	float: left; 
	padding-left: 10px; 
	padding-right: 10px;
	padding-top: 10px; 
	padding-bottom: 1px; 
	border-bottom : 0px dashed gray;
	border-right : 0px dashed gray;
	background-color : transparent;
	margin : 5px ;
	}
	
div.floatleft p {
	margin : 0 ;
	padding-top: 0px ;
	padding-bottom: 05px ; 
	text-indent : 0; 
	}
div.floatleft img {
	padding-left: 5px; 
	padding-right: 5px;
	}

.clear {
	clear : both ;
	}

.search img {
	margin-top : 2px ;
	}
img {
	border : 0 ;
	}
	
ol.lett {
	list-style-type : upper-alpha;
}
ol.smlett {
	list-style-type : lower-alpha;
}

.upd {
	text-align: right;
	clear: both;
	padding-bottom: 0;
	margin-bottom: 0;
	font-style: italic;
}

.nodot {
	list-style: none;
}

.circle {
	list-style: circle;
}

.und {
	text-decoration: underline;
}

.sm {
	font-size: small;
}

.lg {
	font-size: larger;
}

#cont dt {
	margin-left : 0em ;
	width : 25%;
	display : block ;
	color : black ;
	background-color : #f5f5f5 ;
	}
	
#cont dd {
	position : relative ;
	left : 25%;
	top : -1.15em ;
	width : 65%;
	color : black ;
	background-color : #f5f5f5 ;
	}
	
html>body #cont dd {
	top : -1.275em ;
	}

#faq dt {
	color: black;
	font-weight: bold;
}
	
#faq dd {
	color: black;
	padding-bottom: 15px;
}
	
html>body #faq dd {
	padding-bottom: 15px;
}

div.box {
	border: thin solid #0002FD;
}	