body {
	margin: 0;
	padding: 0;
	font-family: Arial, Hevletica, sans-serif;
	font-size: small;
	text-align: center;
	background: #f7f7f7 url("graph/back.png") repeat-x;   
}
#main_box {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0;  
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	text-align: left;
	background: #fff;
} 
#header {
	margin-top: 0;
	margin-bottom: 0;
	background: #fff;
	padding: 0;
  width: 780px;
  height: 120px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
#menubar {
  height: 20px;
  color: #999;
  background: #36c;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}

/* Menu */
#menu {
	float: left;
	width: 176px;
	border: 1px solid #999;
	margin-top: 1px;
	margin-left: 1px;
	margin-right: 1px;
}
#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
#menu ul li {
	display: inline;
	text-align: left;
}
#menu a {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
}
#menu a.no_bot_bor {
	border-bottom: none;
}
#menu a.no_top_bor {
	border-top: none;
}
#menu li a:link, #menu li a:visited {
	display: block;
	text-decoration: none;
	background: #e7e7e7 url("graph/menu_back1.png") repeat-x bottom;
	color: #2f2f2f;
	padding: 5px 5px 5px 0.5em;
} 
#menu li a:hover, #menu li a:active {
	text-decoration: none;
	background: #36c url("graph/menu_back2.png") repeat-x;
	color: #fff;
}
* html #menu a {
	height: 1px;
} 
/* End Menu */

#content {
	float: right;
	width: 579px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-left: 1px solid #999;
}
hr {
  border: none;
  background-color: #999;
  height: 1px;
}
img {
  border: 0;
}
a:link, a:visited {
	color: #03c;
	text-decoration: none;
} 
a:hover, a:active {
	text-decoration: underline;
	color: #c00;
} 
.text3 {
	text-align: justify;
	line-height: 1.4;
}
.baselist {
	list-style-type: circle;
}  
.baselist li {  
	padding-bottom: 5px;
	line-height: 1.4;
	text-align: justify;
}
.baseolist li {
	line-height: 1.4;
	text-align: justify;
	padding-bottom: 5px;
}
#box1 {
	height: 100px;
}
#footer { 
	clear: both;
	width: 780px;
	margin: auto; 
	font-size: 85%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #fff;
	background: #163474;
}

