html, body{
	margin: 5px 0;
	padding: 0;
}
body{
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
img{
	border: none;
}
h1{
	font-size: 18px;
}
h2{
	font-size: 16px;
}
p{}
a{}
.clearer{
	clear: both;
}
.centered{
	text-align: center;
}

.ice_style{
	font-family: 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #ff0000;
}
.ice_style sup{
	font-size: 95%;
}



#frame{
	width: 920px;
	margin: 0 auto;
	text-align: left;
}

#header{
	position: relative;
	margin-bottom: 10px;
	border: 1px solid #A6A6A6;
	background-image: url(../img/bg_1.gif);
	background-repeat: repeat-y;
	height: 80px;
}
#header h3{
	margin: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
#header h3 span{
	color: #ff0000;
}
#header .logo{
	position: absolute;
	top: 0;
	right: 20px;
}

#wrapper{
	background-image: url(../img/bg_1.gif);
	background-repeat: repeat-y;
	margin-bottom: 10px;
	border: 1px solid #A6A6A6;
}

#navigation{
	float: left;
	width: 160px;
	padding: 20px 5px;
}
.sidebar{
	width: 158px;
	border: 1px solid #A6A6A6;
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidebar li{
	border-bottom: 1px solid #A6A6A6;
	background-color: white;
	font-weight: bold;
	font-size: 13px;
	color: #AFAFAF;
}
.sidebar li a{
	display: block;
	background: #fff url(../img/list_arrow_1.gif) no-repeat 2px center;
	width: auto;
	padding: 3px 0 3px 20px;
	color: #003399;
	text-decoration: none;
}
	* html .menu_list li a{
		width: 138px;
	}
.sidebar li a:hover{
	background: #F6F6F6 url(../img/list_arrow_2.gif) no-repeat 2px center;
	text-decoration: underline;
}
.sidebar li a.active_link{
	background-color: #dfdfdf;
}
.sidebar li p{	/* for empty list elements */
	background: url(../img/list_arrow_3.gif) no-repeat 2px center;
	margin: 0;
	padding: 3px 0 3px 20px;
}
.lang_nav{
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
.lang_nav li a{
	margin-right: 5px;
}

#content{
	position: relative;
	float: right;
	width: 718px;
	padding: 25px 15px;
}
h3.page_title{
	font-size: 14px;
	margin: 0 0 15px 0;
}
h4.page_subtitle{
	background-color: #DCE8F1;
	text-align: center;
	padding: 4px;
	margin-bottom: 5px;
}

.tour_nav{
	position: absolute;
	right: 15px;
	top: 15px;
	text-align: right;
	font: arial;
	font-weight: bold;
	color: blue;
}

table.general, table.general_2{
	margin: 0;
	padding: 0;
	text-align: center;
}
table.general td{
	vertical-align: top;
	width: 33%;
}



#footer{
	background-image: url(../img/bg_1.gif);
	background-repeat: repeat-y;
	border: 1px solid #A6A6A6;
	padding: 3px;
	text-align: center;
	vertical-align:top;
	/*font-size: 11px;*/
}
#footer ul{
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}
#footer ul li{
	display: inline;
	margin-right: 15px;
}


