@media screen{
	#container{
		width:500px;
	}
	#content{
		width:450px;
	}
	#header{
		width:450px;
	}
	#footer{
		width:450px;
	}
}
@media print{
	.noprint{
		display:none;
	}
	h2{
		page-break-before:always;
	}
	.print_break{
		page-break-before:always;
	}
}
body{
	margin:0;
	text-align:center;
	font-size:10pt;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1{
	color:#888;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.8em;
	font-weight:bold;
}

h2{
	margin-top:6em;
	font-size:1.2em;
	font-weight:bold;
}
h3{
	margin-top:2em;
	font-size:1.0em;
	font-weight:bold;
}
h1 a, h2 a, h3 a{
	text-decoration:none;
}
em{
	font-style:normal;
	font-weight:bold;
}
#container{
	min-height:350px;
	margin:10px auto 0 auto;
}
#content{
	margin:20px auto;
	text-align:left;
	font-size:1em;
}
#header{
	margin:0 auto;
	text-align:left;
}

#header a{
}

#header img{
	float:right;
	border:none;
}
#nav_box{
	text-align:left;
	float:right;
	margin:20px 20px 0 -180px;
	border:1px solid #888888;
	background:#888888;
	font-weight:bold;
	color:#FFFFFF;
}
#nav_box ul{
	list-style:none;
	padding:5px;
	margin:0px;
	background:#F8F8F8;
}
#nav_box li{
	color:#666666;
	font-weight:normal;
	margin:1px 0;
}
#footer{
	margin:0 auto;
	font-size:0.8em;
	color:#AAA;
}
#footer a{
	color:#AAA;
}
