/* CSS Document */

body {	
	margin: 0px; 
	padding: 0px; 
	background: #f1f1f1 url(images/bg2.jpg) no-repeat top center;
	text-align: center;
	font: 12px Verdana, Arial, Helvetica, sans-serif;}

#container {
	margin: 0px auto;
	text-align: left;
	width: 740px;}

h1, h2 {
	font: normal 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #666666;
	padding: 20px 0px 10px 0px;
	border-bottom: 1px solid #91c319;
	margin: 0px 0px 5px 0px;}

ul li {
	padding: 3px 10px 3px 5px;
	margin: 0px;}

.maintext {
	padding: 15px 40px 10px 40px;
	margin: 0px;
	text-align: justify;
	line-height: 18px;
	color: #000;
	vertical-align: top;}
	
	.maintextSlide {
		padding: 0px 20px 10px 20px;
		margin: 0px;
		text-align: justify;
		line-height: 18px;
		color: #000;
		vertical-align: top;
		background: none;}
	
	.maintextFlash {
		padding: 10px 0px;
		margin: 0px;
		vertical-align: top;
		width: 100%;
		background: none;}
		
	.maintext a {
		text-decoration: none;
		color: #666666;}
	
	.maintext a:hover {
		text-decoration: underline;
		color: #91c319;}
		
.footer {
	border-top: 1px solid #ccc;
	color: #666;
	text-align: center;
	padding: 15px 0px;}
	
.footer a {
	text-decoration: none;
	color: #666;}
	
.footer a:hover {
	text-decoration: none;
	color: #000;}
