*{
	border-collapse:collapse;
	color:#000;
	font-family:Arial, sans-serif;
	font-size:12px;
	line-height:2.1;
	margin:0px;
	padding:0px;
}
body{
	background:url('/images/bkg.jpg');
}
h1{
	color:#000;
	font-family:'Century Gothic',Gothic,sans-serif;
	font-size:19px;
	letter-spacing:2px;
}
h2{
	color:#3E641E;
	font-family:'Century Gothic', Gothic, sans-serif;
	font-size:15px;
	font-weight:normal;
	line-height: 19px;
	margin-right: 70px;
	padding-top: 14px;
}
h3{
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: bold;
	display: inline;
}
h4{
	color:#000;
	font-size:13px;
	font-weight: bold;
	line-height: 15px;
}
a, img{
	border:0px solid #000;
}
/*

ul{
	list-style:none inside url('/images/bullet.png');
	padding:19px 0px 10px 40px;
}

*/

ul {
	list-style-type: none;
	margin:0px;
}
li {
	background-image: url('/images/bullet.png');
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 25px;
	margin-left: 30px;

}


object{
	display:block;
}
fieldset{
	padding:25px;
}
#container{
	background:#FFF;
	margin:0px auto;
	width:920px;
}
#header{
	background:url('/images/header.png');
	margin:0px auto;
	width:920px;
}
#header a, #header td, #header a em{
	color:#809E1E;
	text-decoration:none;
}
#header a{
	font-size:13px;
	text-decoration:none;
}
#footer{
	background:url('/images/footer.png');
	height:86px;
	padding:100px 0px 0px 20px;
	width:900px;
}
#footer, #footer a{
	color:#7EA242;
	font-size:10px;
}