*{
	margin:0;
	padding:0;
	font-size:12px;
	list-style:none;
}
a{
	color:royalblue;
	text-decoration:none;
}
a:hover, a:active{
	color:green;
	text-decoration:none;
}
body{
	background-color:#efefef;
	color:white;

}
#summary{
	text-align:right;
	background:#666666;
	padding-right:10px;
}
#container{
	width:800px;
	margin:auto;
	border-left:1px solid #cacaca;
	border-right:1px solid #cacaca;
	background-color:#efefef;
}
#header{
	padding-top:20px;
	padding-left:40px;
	padding-bottom:20px;
	background-image:url("images/header_bg2.jpg");
	background-repeat:no-repeat;
	height:85px;
}
h1 a{
	color:white;
	font-size:30px;
	font-weight:normal;
	text-decoration:none;
}
h1 a:active, h1 a:hover{
	color:white;
}
h2{
	font-size:15px;
	font-weight:normal;
}
#body{
	display:table;
	clear:both;
}
#contents{
	display:table;
	float:left;
	clear:none;
	padding-top:20px;
	padding-left:48px;
	padding-right:20px;
	color:#333333;
	width:569px;
	background:#f7f7f7;
	font-size:12px;
}
#menu{
	display:block;
	border-top:1px solid white;
	border-right:1px solid white;
	width:160px;
	float:left;
	clear:none;
	background-color:#ececec;
}
#menu ul li{
	background-color:white;
}
#menu ul li a{
	background-color:#f7f7f7;
	background-image:url("images/btn.jpg");
	border-right:1px solid gray;
	border-bottom:1px solid gray;
	display:block;
	width:100%;
	height:20px;
	padding-top:7px;
	padding-bottom:3px;
	font-weight:bold;
	font-size:13px;
	color:#444444;
	text-decoration:none;
	text-indent:10px;
	margin-bottom:2px;
}
#menu ul li a:hover, #menu ul li a:active{
	background-image:url("images/btn2.jpg");
	border-right:1px solid gray;
	border-bottom:1px solid gray;
}
#menu ul .sub{
	background:#ced7e5 !important;
}
#menu ul .sub:hover, #menu ul .sub:active{
	color:white;
	background:#296cd8 !important;
}
h3{
	color:#0d4bff;
	text-align:left;
	width:570px;
	display:block;
	border-bottom:2px solid royalblue;
	font-size:16px;
	margin-bottom:20px;
}
#contents p{
	margin-bottom:16px;
	line-height:130%;
}
#contents strong{
	color:#e12722;
}
#contents em{
	color:#0d4bff;
	font-style:normal;
	font-weight:bold;
}
#footer{
	color:white;
	text-align:center;
	clear:both;
	border-top:1px solid white;
}
#footer p{
	padding-top:3px;
	padding-bottom:3px;
	background:royalblue;
}
#footer p a{
	color:white;
}