@charset "utf-8";
/* CSS Document */
html { background: #e5e5e5 url(img/bg.jpg)  repeat-x;  text-align: center; font-family:"Trebuchet MS", Tahoma, Arial, Verdana, sans-serif; }

body{ background: url(img/bg_map.png) no-repeat top left;  }

#top_frame{
	width: 923px;
	margin: 0 auto;
	height: 230px;
	margin-top: 20px;
}
	#logo{
		width: 403px;
		height: 164px;
		float: left;
		background: url(img/logo.png) top no-repeat;
	}
	#imageMenuParent{
		width: 464px;
		height: 204px;
		background: url(img/top_menu_bg.png) center no-repeat;
		float: right;
		margin: 0;
		padding: 0;
	}
	
#frame0{
	margin: auto;
	width: 927px; 
	height: 20px;
	background: url(img/window_top_full.png) bottom no-repeat;
}
#frame1{
	margin: 0 auto;
	width: 923px;
	float: left;
	background: #dde2e0;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;	

}
	#content{
		width: 650px;
		padding-left: 20px;
		float: left;
		margin-bottom: 120px;
	}
	#menu_content{
		float: right;
		margin-right: 20px;
		width: 206px;
		padding-top: 20px;
	}
		#right_menu_top{
			width: 206px;
			height: 9px;
			background: url(img/menu_top.png) bottom no-repeat;
		}
		#right_menu_center{
			margin: 0;
			padding: 5px;
			width: 194px;
			background: #dcddda;
			min-height: 200px;
			border: 1px solid #dadbd7;
		}
		#right_menu_bottom{
			width: 206px;
			height: 9px;
			background: url(img/menu_bottom.png) top no-repeat;
		}	
		

#footer{
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: url(img/footer.png) bottom repeat-x;
	height: 75px;
	clear: both;
	left: 0px;
	right: 0px;
	bottom: 0px;
	position: fixed;
}
	#footer p{
		padding-top: 10px;
		font-family: Arial, Helvetica, sans-serif;
		color: #ffffff;
		font-size: 7pt;
	}
	p.note, note{
		font-size: 7.5pt;
		font-weight: bold;
	}
		#footer p a{
			color: #ffffff;
			text-decoration: none;
		}
			#footer p a:hover{
				text-decoration: underline;
			}

h1{
	color: #395e74;
	font-family: Verdana, Tahoma, Arial, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 26px;
	text-align: left;
}
h2, h3{
	color: #395e74;
	font-size: 16px;
	text-align: right;
	font-weight: bold;
	font-family: Verdana, Tahoma, Arial, "Times New Roman", Times, serif;
	border-bottom: 1px solid #999;
}
body, p, ul, ol, li{
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana, sans-serif;
	font-weight: 100;
	line-height: 18pt;
	color: #555555;
	font-size: 10pt;
	text-align: justify;
}

strong{
	color: #036; 
}
a{
	color: #1e6b7a;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
ul{ color: #444444; text-align: justify; }
ul li{ line-height: 24px; font-size: 10pt; } 
ul li a { text-decoration: none; } 
ul li a:hover { text-decoration: underline; }

#query{
	margin: 10px;
	width: 90%;
	border: 1px solid #888;
}
		