body, html {
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #195E1E;
}

a:link { color: #006600; text-decoration: none; }
a:visited { color: #006600; text-decoration: none; }
a:hover { color: #007700; text-decoration: underline; }
a:active { color: #007700; text-decoration: underline; }

img {
	border-width: 0px;
}

#container {
	font-size: 10px;
	//font-size: 20px;
}

#container {
	text-align: left;
	width: 780px;
	//width: 100%
	margin: 0 auto;
	border: 1px solid #FFFFFF;
	background: #FFFFFF url('../images/background.gif') repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#menu {
	height: 47px;
	background: url('../images/menu-bg.gif') repeat-x;
	padding: 0px 0px 0px 0px;
}

#menu ul { /* all lists */
	padding: 0px;
	margin: 0px;
	list-style: none;
}


	#menu ul#nav {
		margin: 0px;
		padding: 10px 0px 36px 10px;
		list-style: none;
		background: url('../images/banner02.jpg') no-repeat;
	}
	
	#menu ul li {
		margin: 0px 4px 0px 5px;
		padding: 0px;
		background: url('../images/menu-bullet.gif') no-repeat 0px 0px;
	}

	
	#menu ul li li {
		padding: 5px 0px 5px 5px !important;
		margin: 1px !important;
		border: 1px solid black;
		background: #FFFFFF !important;
	}
	
	#menu ul li#frst {
		padding: 0px;
		background: none;
	}


#menu li {
	float: left;
	position: relative;
	padding: 5px 0px 5px 10px !important;
}

#menu li.dd ul, #menu li.dd li { /* all list items */
	width: 100px;
}

#menu li ul { /* second-level lists */
	padding: 0px;
	display: none;
	position: absolute;
	top: 100%;
	left: 5px;
}

#menu li > ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#menu li:hover ul, #menu li.over ul { /* lists nested under hovered list items */
	display: block;
}

h1, h2 {
	margin: 0;
	padding: 0;
	font-size: 1px;
}

h1 {
	height: 165px;
	text-indent: -2000px;
	background: url('../images/banner.jpg');
}

h2 {
	height: 51px;
	text-indent: -2000px;
}

h3 {
	color: #195E1E;
	font-weight: bold;
	clear: both;
	font-size: 11px;
}

#content {
	float: left;
	width: 660px;
	padding: 35px 15px 28px 60px !important;
	padding: 35px 15px 0px 60px;
}

#content table {
	margin: 15px 0px 0px 15px;
}

#content table th, #content table td {
	vertical-align: top;
}

#content table th {
	text-align: right;
}

#content p {
	clear: both;
	text-align: justify;
}

	#content h2#welcome {
		background: url('../images/welcome.gif');
		background-repeat: no-repeat;
		margin-bottom: 16px;
	}

	#content h2#aboutus {
		background: url('../images/aboutus-head.gif');
		background-repeat: no-repeat;
		margin-bottom: 16px;
	}

	#content h2#services {
		background: url('../images/services-head.gif');
		background-repeat: no-repeat;
		margin-bottom: 16px;
	}

	#content h2#aboutarchery {
		background: url('../images/aboutarchery-head.gif');
		background-repeat: no-repeat;
		margin-bottom: 16px;
	}

	#content h2#contactus {
		background: url('../images/contactus-head.gif');
		background-repeat: no-repeat;
		margin-bottom: 16px;
	}

	#content h2#newsletter {
		background: url('../images/newsletter-head.gif');
		background-repeat: no-repeat;
		margin-bottom: 16px;
	}
	
		#content h2#newspage{
		background-image:url(../images/news-head.gil.gif);
		
		background-repeat: no-repeat;
		margin-bottom: 16px;
	}

	#content ul {
		list-style-type: disc;
	}
	
	#content ul#rightlist, ul#leftlist {
		margin: 0px 0px 15px 30px !important;
		margin: 0px 0px 0px 15px;
		width: 200px;
		float: left;
	}
	
	#content ul li {
		padding-bottom: 6px;
	}
	
	#content th {
		width: 150px;
	}
	
	#content input {
		width: 120px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
	}
	
	#content input.submit {
		width: 60px;
	}
	
	#content textarea {
		width: 200px;
		height: 100px;
		overflow: auto;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
	}

	
div#news h2, #content h2.news {
	background: url('../images/news.gif');
	background-repeat: no-repeat;
}

div#news {
	float: left;
	width: 222px;
	padding: 35px 0px 0px 38px;
}

	span.date {
		font-weight: bold;
		color: #00224C;
	}
	
	#news p {
		color: #474747;
	}

div#footer {
	clear: both;
	width: 780px;
	//width: 100%;
	height: 37px;
	margin: 28px 0px 0px 0px;
	padding-top: 12px;
	background: url('../images/footer-bg.gif') repeat-x;
}

	#footer p {
		text-align: center;
		margin: 0px;
		padding: 0px;
		color: #7AD380;
	}
	
	#footer a:link { color: #7AD380; text-decoration: none; }
	#footer a:visited { color: #7AD380; text-decoration: none; }
	#footer a:hover { color: #96BE4D; text-decoration: underline; }
	#footer a:active { color: #96BE4D; text-decoration: none; }
	
#thanks {
	padding: 5px 0px 5px 0px;
	background-color: #195E1E;
	width: 780px;
	text-align: center;
	color: #7AD380;
}
#thanks a:link { color: #7AD380; text-decoration: none; }
	#thanks a:visited { color: #7AD380; text-decoration: none; }
	#thanks a:hover { color: #96BE4D; text-decoration: underline; }
	#thanks a:active { color: #96BE4D; text-decoration: none; }


.newstitle{
color: #195E1E;
font-weight:800;
font-size:14px;

}

table#news{
width: 90%;
text-align:justify;
margin-bottom:30px;
}
