@charset "utf-8";

/* ////////////////////////////////////////////
	base
 //////////////////////////////////////////// */

body{
	background: #fff url(../images/bg.gif) repeat-x;
}



/* /////////////// headerArea /////////////// */

#headerArea{
	position: relative;
	margin: 24px auto 10px;
	width: 760px;
}
#headerArea img#logo{
	position: absolute;
	top: 0;
	left: 0;
}
#headerArea #headerContent{
	margin-left: 200px;
	text-align: left;
	min-height: 65px;
}
* html #headerArea #headerContent{
	height: 65px;
}
#headerArea #headerContent img{
	vertical-align: top;
}
#headerArea p#langLink{
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -5px;
}

#headerArea ul#exLinks{
	list-style: none;
	border-top: 1px solid #ccc;
	margin: 3px 0;
	padding: 4px 0;

}
* html #headerArea ul#exLinks,
*+html #headerArea ul#exLinks{
	height: 100%;
}
#headerArea ul#exLinks:after{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#headerArea ul#exLinks li{
	font-size: 10px;
	float: left;
}

#headerArea ul#exLinks li a{
	color: #660;
	background: url(../images/arw_gold.gif) 0 50% no-repeat;
	margin-right: 9px;
	padding-left: 11px;
/*	display:block;*/
}
#headerArea ul#exLinks li a:hover{
	color: #990;
}


/* /////////////// contentArea /////////////// */

#contentArea{
	width: 760px;
	margin: 0 auto 0;
	padding: 0 0 15px;
	text-align: left;
	background: url(../images/content_bg.gif) 100% 0 repeat-y;
}
#contentArea .note{
	font-weight: bold;
	color: #f00;
}

/* ----- mainArea ----- */

#contentArea #main{
	width: 550px;
	float: left;
}
#contentArea #main *{
	line-height: 1.5;
}
#contentArea #main h1{
	color: #990;
	padding: 15px 3px;
	font-size: large;
}

#contentArea #main h2{
	color: #333;
	font-size: 120%;
	margin: 3px 0 10px;
	padding: 5px 13px;
	background: url(../images/h2_bg.png) no-repeat;
	border: 1px solid #ccc;
}
*+html body #contentArea #main h2{/* for IE7 */
	background-position: 1px 1px;
}
* html body #contentArea #main h2{/* for IE under 6 */
	font-size: 105%;
	background-position: 1px 1px; 
}
#contentArea #main h2 img{
	margin: 3px 0;
}
#contentArea #main span.en{
	font-weight: normal;
	font-size: 80%;
}

#contentArea #main h3{
	font-size: 115%;
	margin: 5px 0 1.5em;
	padding: 3px 0;
	border-bottom: 1px dotted #ccc;
}
* html body #contentArea #main h3{/* for IE under 6 */
	font-size: 110%; 
}
#contentArea #main h4{
	margin: 5px 0;
}

#contentArea #main ul{
	margin: 0 0 2.5em 17px;
}
#contentArea #main ol{
	margin: 0 0 2.5em 23px;
}
#contentArea #main ul li,
#contentArea #main ol li{
	margin-bottom: 0.3em;
	list-style: none;
}

#contentArea #main ul.links{
	margin-left: 7px;
	list-style: none;
}
#contentArea #main ul.links li a{
	display: block;
	padding-left: 15px;
	background: url(../images/arw_black.gif) 0 0.5em no-repeat;
}
* html #contentArea #main ul.links li a{
	height: 100%; /* for IE under6 */
}

#contentArea #main div.section{
	margin:15px 0 30px;
}
#contentArea #main div.section p{
	margin:0 3px 1em;
	line-height:1.5;
}
#contentArea p.link,
#contentArea p.pagetop{
	text-align: right;
}
#contentArea p.link a{
	padding-left: 15px;
	background: url(../images/arw_black.gif) 0 50% no-repeat;
}
#contentArea p.pagetop{
	margin: 40px 0 5px;
}
#contentArea p.pagetop a{
	color: #999 !important;
	font-size: 90%;
	padding-left: 15px;
	background: url(../images/arw_black_top.gif) 0 50% no-repeat;
}
*+html body #contentArea p.pagetop a{/* for IE7 */
	font-size: 80%; 
}
* html body #contentArea p.pagetop a{/* for IE under 6 */
	font-size: 70%; 
}

#contentArea table th{
	text-align: left;
	padding: 2px 2px 2px 3px;
}
#contentArea table th,
#contentArea table td{
	vertical-align: middle;
	padding: 2px;
}
#contentArea table.profile{
 border-collapse:collapse;
 }
#contentArea table.profile th{
	text-align: center;
	color: #FFFFFF;
	background-color: #660000;
	padding: 2px;
	border-bottom-style: dashed;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #666600;
	border-bottom-color: #666600;
}
#contentArea table.profile td{
	text-align: left;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	border-top-width: 1px;
	border-top-color: #666600;
	border-bottom-width: 1px;
	border-bottom-color: #666600;
	border-right-width: 5px;
	border-right-color: #660000;
	}
#contentArea table.profile span.event{
	text-align: center;
	color: #666600;
	font-weight: bold;
}
#contentArea table.profile span.igs1996{
	color:#FF0000;
	font-weight: bold;
}
#contentArea table th,
#contentArea table td{
	vertical-align: top;}
	
#contentArea #main .contentImgR{
	float:right;
	margin:0 0 10px 10px;
}


/* ----- menuArea ----- */
#contentArea #menu{
	width: 190px;
	float: right;
	background: url(../images/menu_bg.gif) no-repeat;
}
#contentArea #menu *{
	line-height: 1.2;
}
#contentArea #menu h2{
	margin: 0;
	padding: 0;
}
#contentArea #menu ul{
	margin: 0 1px;
}
#contentArea #menu ul li{
	border-bottom: 1px solid #ccc;
	list-style :none;
}
#contentArea #menu ul li a{
	padding: 10px;
	display: block;
	padding-left: 25px;
	background: url(../images/arw_black.gif) 9px 1em no-repeat;
}
#contentArea #menu ul li ul{
	margin: 0;
}
#contentArea #menu ul li ul li{
/*	padding-left: 25px;*/
	border-top: 1px dotted #ccc;
	border-bottom: none;
}
#contentArea #menu ul li ul li a{
	padding: 10px;
	display: block;
	padding-left: 34px;
	background: url(../images/arw_small.gif) 20px 1.2em no-repeat;
}
* html #contentArea #menu ul li ul li a{
	height: 100%; /* for IE under6 */
}

	
.twtr-hd {display:none;}
.twtr-ft {display:none;}


/* /////////////// footerArea /////////////// */

#footerArea{
	width: 760px;
	margin: 7px auto;
	position: relative;
	padding: 15px 0 30px;
	text-align: left;
	background: url(../images/ftr_bg.gif) repeat-x;
}
#footerArea p#copyright{
}

#footerArea address{
	font-style: normal;
	margin: 0 0 15px;
	padding: 0;
}
#footerArea ul#ftrLink{
	position: absolute;
	top: 15px;
	right: 0;
	list-style: none;
}
#footerArea ul#ftrLink li{
	float: left;
	display: inline;
}
#footerArea ul#ftrLink li a{
	color: #660;
	background: url(../images/arw_gold.gif) 0 50% no-repeat;
	margin-right: 10px;
	padding-left: 11px;
}
#footerArea ul#ftrLink li a:hover{
	color: #990;
}



/*\*/
#headerArea ul#globalNav{
	clear:both;
}
/**/
