@charset "utf-8";
/* CSS Document */

#div_header {
	width: 950px;
}
#div_logo {
	background-image: url(../images/title.gif);
	background-repeat: no-repeat;
	background-position: 270px 10px;
	background-color: transparent;
}
#div_logo1 {
	clear: none;
	width: 420px;
}
.himgleft {
	float: left;
	width: 200px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.himgright {
	float: right;
	width: 200px;
	text-align: right;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.flagsleft {
	clear: both;
	float: left;
	width: 155px;
}
.flagsright {
	clear: both;
	float: right;
	width: 155px;
}

#menu {
	left: 3px;
	top: 120px;
	background-image: url(../images/bk/menbk.gif);
	padding-top: 3px;
	padding-bottom: 3px;
	border: 2px double #0033FF;
	text-align: center;
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
	clear: both;
}

#menu a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;


}

#menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;


}

#menu a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;

}

#menu a:hover {
	border: 1px #333;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;


}
