/* CSS Document */

body {
	margin:0;
	padding:0;
	text-align:center;
}
a {
	color:#990000;
}
h1, h2, h3, h4, h5, h6, p {
	margin:0;
	padding:0;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin-bottom:8px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom:8px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom:8px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display:block;
	border-bottom:1px solid #ccc;
	margin-bottom:12px;
	padding-bottom:4px;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-bottom:4px;
	background-image: url("site_images/homekickerarrow.gif");
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left:9px;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin-bottom:8px;
	display:block;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 3px 0 3px 0;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom:16px;
	font-size: 14px;
	line-height: 140%;
}
#page {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:760px;
}
#header {
	margin-bottom:2px;
}
#note {
	position:relative;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	width:760px;
	margin-bottom:12px;
	padding:4px;

}
html>body #note {
	width:752px;
}
#story {
	position:relative;
	text-align:left;
	width:760px;
}
p br {
	margin-bottom: 16px;
}
