﻿body {
	background:url(siteart/sitebg.jpg) repeat-x top #000;
	margin:0;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}

a:link, a:visited, a:active {
	text-decoration:underline;
	color:#fff;
}

a:hover {
	color:#018423;
}

#top {
	background:url(siteart/topbg.gif) repeat-x;
	text-align:right;
}
#top2 {
	text-align:right;
}

a.nav:link, a.nav:visited, a.nav:active {
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	background:url(siteart/buttonbg.gif) repeat-x bottom #018423;
	padding:7px 25px;
	margin-left:1px;
	
}

a.nav:hover {
	color:#000;
}

a.nav-lg:link, a.nav-lg:visited, a.nav-lg:active {
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
	font-size:18px;
	color:#fff;
	background:url(siteart/buttonbg.gif) repeat-x bottom #018423;
	background-color:#018423;
	padding:7px 34px;
	margin-left:1px;
}

a.nav-lg:hover {
	color:#000;
}

a.nav-lg2:link, a.nav-lg2:visited, a.nav-lg2:active {
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
	font-size:18px;
	color:#fff;
	background:url(siteart/buttonbg.gif) repeat-x bottom #018423;
	background-color:#018423;
	padding:7px 34px;
	margin-left:1px;
}

a.nav-lg2:hover {
	color:#000;
}


#content {
	background:url(siteart/contentbg.gif) no-repeat top;
	padding:20px 0;
}

#main-copy {
	background:#000;
	border:1px #202020 solid;
	padding:20px;
	width:460px;
	float:left;
}

.hdr {
	width:460px;
	display:block;
	font-size:18px;
	font-weight:bold;
	color:#018423;
	border-bottom:1px #018423 dotted;
	margin-bottom:5px;
}

#scroll {
	border-top:1px #018423 dotted;
	border-bottom:1px #018423 dotted;
	padding:15px 0;
	text-align:center;
}