@charset "utf-8";
/* CSS Document */

html, body, blockquote, fieldset, input, div, ul, li, h1, h2, h3, h4, form, p {
margin:0;
padding:0;
line-height: 20px;
}
p {
margin-bottom:18px;
}
h1 {
font-size:24px;
margin-bottom:8px;
color:#000000;
padding:15px 0px;
}
h2 {
font-size:16px;
font-weight:bold;
line-height:18px;
margin-bottom:8px;
}
h3 {
font-size:1em;
font-weight:bold;
line-height:18px;
}
h4 {
font-size:10px;
font-weight:bold;
line-height:18px;
}
p.intro {
font-weight:bold;
}
body {
	background: #000000 url(../images/back.jpg) top center repeat-x;
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #FFFFFF;
	margin:0;
	padding:0;
}
p.intro {
font-weight:bold;
}
#wrapper {
	margin:12px auto;
	width:980px;
}
#content {
	background:#000000 url(../images/fence.jpg) repeat-x;
	padding:0 15px 0 20px;
	margin:0;
}
ul {list-style:none}
li {margin-left:-4px;}
a, a:link, a:visited, a:active {
	color:#CC3300;
	text-decoration:none;
	border-bottom: 1px dotted #CC3300;
	padding:0;
	margin:0;
}
a: hover {
	color:#99CC00;
	text-decoration:none;
	padding:0;
	margin:0;
}
a.alt {color:#000000;border-bottom:none}
label {width:62px; color:#99FF00; display: inline-block}
li img {margin: 6px 4px -6px 8px}