@charset "UTF-8";


/* general Block */

html {
	background: #FFC4A6 url(/common/top_images/bg.gif) repeat-x;
height: 100%;
}

body {
	margin: 0 auto;
	width: 768px;
	font-size:12px;
	color: #766B5C;
	line-height: 1.5;
	text-align:center;
	background: #FFC4A6 url(/common/top_images/bg_side.gif) repeat-y;
}

h1 { font-size: x-large; }

h2 { font-size: large; }

h3 { font-size: medium; }

p {
	font-size: small;
	margin: 0.5em 1em;
	color: #766B5C;
	text-align:left;
}

ul, ol, dl {
	margin: 1em;
	padding-left: 2em;
	font-size: small;
	color: #766B5C;
	text-align:left;
}

table {
	font-size: small;
	color: #766B5C;
	text-align:left;
}

a:link {
	color: #766B5C;
	text-decoration: underline;
}

a:visited {
	color: #766B5C;
	text-decoration: underline;
}

a:active {
   color: red;
	 text-decoration: underline;
}


a img { border: none; }

img, object, embed { vertical-align: bottom; }

p.note {
	text-indent: -1em;
	margin-left: 2em !important;
	font-size: x-small;
}

#mainblock{
	width: 760px;
	padding: 4px;
	color: black;
	line-height: 1.5;
	float:left;
	background: url(/common/top_images/bg_side.gif) repeat-y;
}

/*English header Block */

#header {
	float: left;
	width: 750px;
	padding: 5px;
	background: white;
}

#header #logo {
	float: left;
}

#header #logo2 {
	float: left;
}

#header #helpMenu {
	float: right;
	width: 225px;
}

#header ul {
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: small;
}

#header li {
	display: inline;
	margin: 0;
}

#header form {
	margin: 0.5em 0 0 0;
	text-align: right;
	font-size: small;
}

#header fieldset {
	padding: 0;
	border: none;
}

#header input#search {
	margin-right: 0.3em;
	width: 11em;
}

#header input#button {
	background: white;
	color: black;
	font-size: 90%;
}


/* nav Block */

#nav {
	float: left;
	clear: both;
	width: 760px;
	height: 41px;
	background: #ffffff url("/english/common/nav_bg.gif") repeat-x;
	text-align:center;
	margin:0;
	
}

#nav ul {
 	margin: 0px 0px 0px 20px; 
	padding: 0;
	width: 738px;
}

#nav li {
	display: block;
	float: left;
	margin-right:10px;
	height: 36px;
}	


/* contents Block */

#contents {
	clear: both;
	float: left;
	padding: 0px 0px 0px 0px;	
	width: 760px;
	background: #F2F2EB url(/common/top_images/bg_left.gif) repeat-y;
}
/*	background: #dce9fc;*/

/* footer Block */

#footer {
	clear: both;
	width:758px;
	padding-top:10px;
	background: #ffffff url("/common/footer_bg02.gif") top no-repeat;
	font-size: small;
}

#footer p {
	margin: 0;
	padding: 0.3em;
background: #ffffff;
}

#footer #about {
	float: left;
	padding-left:20px;
background: #ffffff;
}

#footer #international {
	float: right;
background: #ffffff;
}

#footer address {
	clear: both;
	margin: 0;
	padding: 0.3em;
	text-align: right;
	font-style: normal;
background: #ffffff;

