@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	padding: 0px;
}
#main {
	width: 1000px;
	margin: 0px auto 0px auto;
	background-image: url(../images/menuback_long.jpg);
	background-repeat: repeat-x;
}
#header {
	height: 152px;
	margin: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-image: url(../images/background.jpg);
}
#logo {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
#language {
	float: right;
	margin-top: 130px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navtop {
	height: 48px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#navtop div {
	padding: 0px;
	margin: 0px;
	float: right;
	width: 940px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #7e7e7e;
}
#navtop  div ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navtop  div li {
	float: left;
	margin: 0px;
}
#navtop div li a{
	text-decoration:none;
	color:#000;
	display:block;
	padding-top: 6px;
	padding-right: 16px;
	padding-bottom: 6px;
	padding-left: 16px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-top-color: #7e7e7e;
	border-right-color: #7e7e7e;
	border-bottom-color: #7e7e7e;
}
#navtop div li a:hover{
	color:#333;
	text-decoration:none;
	background-image:url(../images/top_background.png);
	background-repeat:repeat-x;
}
#contents {
	border: 1px solid #E6E6E6;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#footer {
	background-color: #000000;
	height: 30px;
	float: left;
	margin: 0px;
	padding: 5px;
	text-align: center;
	color: #FFFFFF;
	width: 99%;
	clear: both;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FF9900;
}
#navigation {
	margin: 5px;
	padding: 5px;
	float: left;
	width: 200px;
	border: 1px solid #009900;
}
#leftcontent {
	float: left;
	width: 375px;
	background-image: url(../images/box_bg.jpg);
	margin: 5px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-repeat: repeat-y;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00CCFF;
}
a {
	color: #0099FF;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
}
#leftcontent_top {
	background-image: url(../images/box_top.jpg);
	background-repeat: no-repeat;
	height: 20px;
	margin-top: -5px;
	margin-right: -10px;
	margin-bottom: -10px;
	margin-left: -10px;
	width: 400px;
}
#rightcontent {
	margin: 5px;
	float: right;
	width: 545px;
	background-image: url(../images/box560_bg.jpg);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00CCFF;
}
#rightcontent img {
	padding: 5px;
	border: 1px solid #CCCCCC;
}
#rightcontent_top {
	background-image: url(../images/box560_top.jpg);
	background-repeat: no-repeat;
	height: 20px;
	margin-top: -5px;
	margin-right: -10px;
	margin-bottom: -10px;
	margin-left: -10px;
	width: 570px;
}
p {
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: justify;
}
h1 {
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
.red {
	color: #FF0000;
}
.magenta {
	color: #FF00FF;
}
.turquoise {
	color: #00CCFF;
}
.purple {
	color: #990066;
}
.blue {
	color: #0099FF;
}
.deepblue {
	color: #0000FF;
}
.green {
	color: #009900;
}
h2 {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0099FF;
}
#googlemap {
	height: 350px;
	width: 530px;
	border: 1px solid #33CCFF;
}
