* {
margin:0;
	padding:0;}
body {
background-color:#d7e7bd;
	background-position:center;
	background-repeat:repeat-y;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", osaka, "ƒqƒ‰ƒMƒmŠpƒS pro w3";
	font-size:medium;
	color:#333333;}
.containerall {
background-color:#fdfdfd;
	width:760px;
	margin:0 auto;
	border-left:1px solid #333333;
	border-right:1px solid #333333;}
.containertop {
background-color:#d7e7bd;
	background-image:url(img/logo.png);
	background-repeat:no-repeat;
	background-position:left;
	width:760px;
	height:80px;
	margin:0 auto;}
.containerside {
width:220px;
	float:left;
	margin:0 auto;}
.containercenter {
width:530px;
	float:right;
	margin:0 auto;}
.containerside li {
background-color:#f3f3f3;
	border-bottom:1px solid #fdfdfd;
	list-style:none;}
.containerside li#selected {
background-color:#d7e7bd;}
.containerside li a {
display:block;
	text-decoration:underline;
	padding:15px;}
.containerside li a:hover {
background-color: #d7e7bd;
	color:#0000ff;}
.containerbottom {
clear:both;
	border-top:1px solid #d7e7bd;
	text-align:center;
	font-size:small;
	margin:0 auto;
	padding:10px 10px 0 10px;}
.containerbottom a {
color:#333333;
	text-decoration:none;
}
h1#siteid {
line-height:80px;
	text-align:center;
	font-size:x-large;
	color:#333333;}
p#websitelogoname {
line-height:80px;
	text-align:center;
	font-size:x-large;
	color:#333333;
	margin:0;
	padding:0;
	font-weight:bold;}
h1#pageid,h2 {
font-size:large;
	border-bottom:2px solid #d7e7bd;
	margin:15px 10px 10px 10px;
	padding-bottom:5px;}
p {
line-height:175%;
	margin:10px;
	padding-bottom:10px;}
strong	{
font-weight:normal;}
em	{
font-style:normal;}

dl {
line-height:175%;
	margin:10px;}
dt {
border-left:2px solid #d7e7bd;
	border-bottom:2px solid #d7e7bd;
	padding-left:5px;}
dd {
padding:5px 0 10px 15px;
}