@charset "utf-8";

body,div,ul,li,h1,h2,h3,h4,h5,h6,p,a {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	color: #000;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 62.5%;
	background: url(../images/bg.gif) repeat top center;
}
#wrapper {
	width: 780px;
	height: auto;
	margin: 0 auto;
	background: #FFF;
}
#header, #header a {
	width: 780px;
	height: 120px;
	display: block;
	background: url(../images/title.jpg);
}
#header h1 {
	display: none;
}
#banner {
	height: 180px;
	width: 780px;
}
#main {
	background: #FFF;
	width: 780px;
	height: auto;
}
#menu_wrapper {
	width: 200px;
	background:#FFF;
	position: relative;
	top: 0px;
	float: left;
}
#menu_main {
	width: 164px;
	margin: 14px 16px 20px 20px;
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	position: relative;
}
#menu_main .menu_lv_one a, #menu_main .menu_lv_one_current a{
	width: 150px;
	height: 1.6em;
	margin-top: 0.5em;
	padding: 5px 0 0 14px;
	font-size: 1.2em;
	display: block;
	list-style: none;
	text-decoration: none;
}
#menu_main .menu_lv_one_2lines a, #menu_main .menu_lv_one_2lines_current a {
	width: 150px;
	height: 3.0em;
	margin-top: 0.5em;
	padding: 8px 0 0 12px;
	font-size: 1.2em;
	display: block;
	list-style: none;
	text-decoration: none;
}
#menu_main .menu_lv_two a, #menu_main .menu_lv_two_current a{
	list-style: none;
	width: 149px;
	height: 1.4em;
	margin-top: 3px;
	margin-left: 10px;
	padding: 2px 0 0 5px;
	font-size: 1.0em;
	display: block;
	text-decoration: none;
}
	
.menu_lv_one a:link, .menu_lv_one_2lines a:link, .menu_lv_two a:link, .menu_lv_one a:visited, .menu_lv_one_2lines a:visited, .menu_lv_two a:visited	{background: #ECECF2; color: #000063; font-weight: normal;}
.menu_lv_one a:hover, .menu_lv_one_2lines a:hover, .menu_lv_two a:hover, .menu_lv_one a:active, .menu_lv_one_2lines a:active, .menu_lv_two a:active	{background: #B7B7CF; color: #000063; font-weight: normal;}
.menu_lv_one_current a, .menu_lv_two_current a {background: #000; color: #FFF; font-weight: bold;}

/*#menu_contact {
	width: 160px;
	;
	position: absolute;
	float: left;
	top: 0px;
}
#menu_contact ul li {
	list-style: none;
}*/
#content {
	font-size: 1.1em;
	padding: 20px 20px 40px 20px;
	width: 540px;
	background: #FFF;
	text-align: left;
	position: relative;
	float: left;
}
#content h2 {
	font-size: 1.6em;
	font-weight: bold;
	color: #000063;
	margin-bottom: 2em;
}
#content p {
	line-height: 1.8em;
	margin-bottom: 2em;
	text-align: justify;
}
#content .img_floatleft {
	float: left;
	overflow: auto;
	margin-right: 1em;
}
#content .img_floatright {
	float: right;
	overflow: auto;
	margin-left: 1em;
}
#content .quote {
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	color: #000063;
	line-height: 1.8em;
	text-align: justify;
	width: 500px;
	margin-left: 20px;
	margin-bottom: 20px;
}
#content h3 {
	font-size: 1.3em;
	font-weight: bold;
	color: #000063;
	margin-bottom: 1em;
}
#content h4 {
	font-size: 1.2em;
	font-weight: bold;
}
#content ul li{
	line-height: 1.8em;
	margin-left: 50px;
}
#content ul li.nodot {
	list-style: none;
}
#footer {
	float: left;
	border-top: 1px solid #999;
	padding: 0.5em 0 0.5em 0;
	width: 780px;
	background: #CCC;
	text-align: right;
	display: block;
}
