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

body {
	background-color: #FFF;
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
}
h1 {
	font-size: 1.1em;
	font-weight: bold;
	color: #488BE7;
}
h2 {
	font-size: 1em;
	color: #003366;
}
.bold {
	font-weight: bold;
}



#wrapper {
	padding: 0px;
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	top: 0px;
	font-size: 0.9em;
}
#header {
	background-image: url(_images/header.jpg);
	height: 180px;
	width: 750px;
	margin: 0px;
	padding: 10px;
	text-align: right;
}
#header a {
	text-decoration: underline;
	color: #003366;
	font-size: 0.8em;
}

#menu_top {
	height: 25px;
	width: 770px;
	margin: 0px;
	font-size: 0.9em;
	background-color: #00234A;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-bottom-color: #999;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
	color: #FFF;
	background-image: url(_images/menu_top.png);
	text-align: left;
}
#menu_top .unselected a {
	color: #FFF;
	padding: 2px;
}
#menu_top .unselected {
	padding: 2px;
	color: #FFF;
}


#menu_top .selected  {
	color: #FFF;
	font-weight: bold;
	padding: 4px;
}
#menu_top .language {
	text-align: right;
}

#navigation {
	background-color: #273554;
	color: #FFF;
	text-align: left;
	height: 22px;
	width: 750px;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
	font-size: 0.9em;
}
#menu_left {
	background-color: #273554;
	width: 140px;
	height: auto;
	float: left;
	color: #FFF;
	font-size: 0.9em;
	padding: 20px;
}

#menu_left .selected  {
	font-weight: bold;
}

#menu_left p a {
	color: #FFF;
	text-decoration: underline;
}

#menu_left p {
	color: #FFF;
}
#menu_left p.menutitle {
	color: #CCC;
	font-style: italic;
}


#main_content {
	width: 570px;
	height: auto;
	float: right;
	background-color: #FFF;
	text-align: justify;
	color: #003366;
	font-size: 0.8em;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#main_content img  {
	float: left;
	padding: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#main_content img.gallery  {
	padding: 20px;
}
#main_content img.thumb {
	margin: 5px;
	padding: 0px;
	height: 75px;
}


#main_content p {


}
#main_content table {
	border: thin solid #999;
	padding: 1px;
	width: 350px;
}
#main_content table.query {
	width: 550px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
	margin-top: 10px;
}
#main_content table.spec {
	width: 400px;
}

#main_content table.sendbutton {
	width: 550px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main_content .query tr td  {
	height: 25px;
}





#footer {
	background-color: #003366;
	width: 765px;
	height: 20px;
	clear: both;
	font-size: 0.7em;
	padding-top: 7px;
	color: #CCC;
	text-align: right;
	padding-right: 5px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-top-width: thin;
}
hr {
	color: #CCC;
	height: 1px;
	margin: 0px;
	padding: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
#main_content a {
	color: #00F;
	text-decoration: underline;
}
