body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	background-repeat: repeat-y;
	font-family: Osaka, '‚l‚r ‚oƒSƒVƒbƒN', sans-serif;
	font-size: 12px;
	color: #000000;
}
.header {
	margin: 0 0 0 0px;
	background-color: #333399;
	background-repeat: no-repeat;
	background-position: 100% 0;
}
.logo {
	margin: 0;
	padding: 5px 220px 5px 20px;
}
.logo img {
	width: 500px;
	height: 50px;
	border: none;
}
.main {
	width: 680px;
	margin: 0 0 0 180px;
	padding: 20px;
	background-repeat: no-repeat;
}
.main h1 {
	margin: 0 0 20px 0;
	padding: 2px 5px;
	border: double 3px #CCCC99;
	background-color: #333399;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 0.5em;
}
.main h2 {
	margin: 0 0 5px 0;
	padding: 2px 5px;
	border-left: solid 15px #333399;
	background-color: #9999cc;
	font-size: 14px;
	color: #000066;
}
.text p {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 150%;
        color: #555555;
}
.text {
	margin: 0 0 20px 20px;
}
.photo {
	float: left;
	margin: 0 10px 10px 0;
}
.photo2 {
	float: right;
	margin: 0 10px 10px 10px;
}
.footer {
	width: 100%;
	margin: 0 0 0 0px;
	padding: 5px 0;
	border-top: solid 2px #CCCCCC;
	font-size: 10px;
	color: #999999;
	text-align: center;
}
.menu {
	width: 180px;
	position: absolute;
	left: 0;
	top: 60px;
}
.menu div {
	width: 180px;
	padding: 8px 0;
	border-bottom: dashed 1px #cccccc;
}
.menu div.top {
	border-top: dashed 2px #996666;
}
.menu div.current {
	background-color: #647872;
}
.menu a {
	padding-left: 15px;
	background-image: url(arrow1.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.menu a:link {
	color: #ffffff;
}
.menu a:visited {
	color: #ffffff;
}
.menu a:hover {
	background-image: url(arrow2.gif);
	color: #CC3333;
}
.hiddenImg {
	display: none;
}
.rightMenu {
	width: 170px;
	position: absolute;
	left: 900px;
	top: 80px;
}
.rightMenu p.title {
	margin: 0;
	padding: 2px 5px 2px 15px;
	border: solid 1px #CCCCCC;
	background-image: url(icon_title.gif);
	background-repeat: no-repeat;
	background-position: 2px 3px;
	background-color: #EAEAEA;
	font-weight: bold;
	line-height: 100%;
}
.menuGroup {
	margin-bottom: 20px;
	padding: 5px;
	border: solid 1px #CCCCCC;
	border-top: none;
}
.menuGroup div {
	padding: 0 0 0 10px;
	background-image: url(icon_mgroup.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
}
.menuGroup a:link {
	font-weight: bold;
	color: #333399;
	text-decoration: none;
}
.menuGroup a:visited {
	font-weight: bold;
	color: #333366;
	text-decoration: none;
}
.menuGroup a:hover {
	font-weight: bold;
	color: #CC3333;
	text-decoration: none;
}
li {
	font-size: 12px;
        font-weight: bold;
        margin-left:1em;
	color:#666633;
	margin-bottom:1.2em
}
li a {
	text-decoration:none;
        font-weight: bold;
	color:#2d444f;
	border-bottom:solid 1px #c5e1ed
}
li a:hover {
	color:#49abdb
}
a {
	font-weight: bold;
        text-decoration:none;
	color:#2d444f;
}
a:hover {
	color:#49abdb
}
