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

img {
	border-width: 0px;
}

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

#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 109px;
	list-style: none;
	background: url('../../images/banner02.jpg') no-repeat;
	height: auto;
	
	}
	
	#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: 108px;

}

#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') no-repeat;
	background-position: center;
	background-color:#195E1E;
}

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

h3 {
	font-size: 12px;
	display: inline;
}

h3, h4 {
	font-weight: bold;
}

h4 {
	font-size: 11px;
}

#content {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content p {
	text-align: justify;
}

	#content h2 {
		background: url('../../images/welcome.gif');
		background-repeat: no-repeat;
		margin-bottom: 16px;
	}
	
	#content ul {
		list-style-type: disc;
	}
	
	#content ul li {
		padding-bottom: 6px;
	}
	
	
div#news h2 {
	background: url('../../images/news.gif');
	background-repeat: no-repeat;
}

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

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

div#footer {
	clear: both;
	width: 780px;
	//width: 100%;
	height: 49px;
	margin: 28px 0px 0px 0px;
	padding: 12px 0px 0px 0px;
	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: 18px 0px 17px 0px;
	background-color: #FFFFFF;
	width: 778px;
	text-align: center;
}
