/* CSS Document */

body {
	/*background: #fff url(images/bg.jpg) repeat-x top left;*/
	background: #fff url(images/bg.jpg) repeat-x 0px 115px;
	padding: 0px;
	margin: 0px auto;
	font: 12px Geneva, Arial, Helvetica, sans-serif;}

a {
	text-decoration: none;
	color: #629447;}

a:hover {
	text-decoration: underline;
	color: #000;}

h1 {
	font: normal 22px Geneva, Arial, Helvetica, sans-serif;
	padding: 5px 0px;
	margin: 10px 0px;
	font-style: italic;
	color: #000;
	border-bottom: 3px solid #b1c4b4;
	text-align: left;}

h2 {
	font: normal 16px Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	padding: 3px 0px;
	margin: 0px;
	color: #000;
	border-bottom: 2px solid #e0e0e0;}
	
h3 {
	font: normal 16px Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	padding: 3px 0px;
	margin: 0px 0px 6px 0px;
	width: 345px;
	color: #000;
	border-bottom: 2px solid #e0e0e0;}

.maintext {
    font: normal 13px Geneva, Arial, Helvetica, sans-serif;
	padding: 10px 30px 20px 30px;
	text-align: justify;
	line-height: 24px;
	color: #666666;
	background-color: #fff;}
	
	.maintext ul {
		line-height: 20px;
		padding: 0px;
		margin: 0px 0px 0px 30px;}
		
	.maintext li {
		padding: 5px 0px}
		
	.maintext div {
		padding: 3px 41px 0px 0px;
		margin: 0px;
		width: 315px;
		float: right;
		position: relative;
		text-align: center;
		font-size: 11px;
		line-height: 18px;}
		
		.maintext div img {
			margin: 5px 0px 5px 0px;
			border: 3px solid #333333;
			display: block;
			text-align: center;}
			
		.maintext div span {
			padding-left: 40px;
			display: block}
			
.nav {
    font: normal 13px Geneva, Arial, Helvetica, sans-serif;
	padding: 9px 0px;
	color: #7b7b7b;
	text-align: center;}
	
	.nav a {
		color: #aee6b5;
		text-decoration: none;
		padding: 0px 23px;}
		
	.nav a:hover {
		color: #fff;
		text-decoration: none;}
	
#textPic {
	margin: 5px 0px 20px 20px;
	border: 3px solid #333333;}
	
.meetings {
	width: 345px;
	margin-right: 49px;}
	
.meetings2 {
	width: 345px;}
	
	.meetings td, .meetings2 td {
		padding: 3px 5px;}
		
	.green {
		background-color: #d4facc;}
	
.footer {
	background: url(images/footer.jpg) repeat-x top left;
	text-align: center;
	padding: 30px 0px 50px 0px;}
	
	.footer a {
		color: #333333;
		text-decoration: none;}
		
	.footer a:hover {
		color: #000;
		text-decoration: none;}
