* {
	margin: 0;
	padding: 0;
}

html { height: 100%; }

body {
	background-color: #eee;
	color: #333;
	font: 8pt/1.26 Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
}

h1 {
	display: block;
	width: 400px;
	height: 100px;
	margin: 36px 0 0 15px;
	float: left;
	color: #2F7616;
	font-size: 18pt;
}

h2, h3 {
	font-size: 14pt;
	color: #2F7616;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 15px;
}

h3	{
	padding-top: 10px;
	clear: both;
}

h4 {
	font-size: 12pt;
	color: #2F7616;
	padding-top: 10px;
	padding-bottom: 5px;
	clear: both;
}

h4 span {
	font-size: 0.8em;
	color: #333;
	padding-top: 0;
	padding-bottom: 0;
	font-weight: normal;
}

p {
	font-size: 1.2em;
	padding-bottom: 15px;
}

table {
	margin-bottom: 15px;
}
td {
	font-size: 1.2em;
}
th {
	font-size: 1.2em;
}

a {
	text-decoration: none;
	color: #2F7616;
}
a:hover {
	color: #33CC00;
}

#container {
	width: 650px;
	margin: 0 auto;
	background-color: #fff;
	min-height: 100%;
	padding: 0;
}

* html #container {
	height: 100%;
}

#header {
	height: 151px;
	width: 745px;
	padding: 0 0 0 0;
}
	#header #flashlogo {
		width: 120px;
		height: 148px;
		float: left;
	}
	
	#header #minigallery {
		display: none;
	}

#content {
	width: 650px;
	padding: 12px 0 0 0;
}
	#content ul {
		padding: 0 0 15px 20px;
	}
		#content ul li {
			font-size: 1.2em;
		}
		
	#content img {
		border: 1px solid #000000;
		float: left;
		margin: 0 10px 10px 0;
	}
	#content img.cleanimg {
		border: 0;
		float: none;
		margin: 0;
	}
	#content img.floatright {
		float: right;
		margin: 0 0 10px 10px;
	}
	#content p span.floatright {
		float: right;
	}
	#content img.clean {
		margin: 0 0 5px 0;
		border: none;
	}
	#content input, textarea {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 1.0em;
		padding: 1px;
		color: #333333;
	}
	#content textarea {
		padding: 2px 3px;
	}
	
	#content #libwin {
			border: 1px solid #eeeeee; 
			background:#fff; 
			padding: 3px; 
			height: 280px; 
			overflow: auto;
			margin-bottom: 15px;
		}
		#content #libwin a {
			display: block;
			padding: 4px;
			margin: 3px;
			width: 92px;
			float: left;
			background-color: #E8F3E5;
		}
		#content #libwin a:hover {
			background-color: #B1D8A6;
		}
		#content #libwin a.current {
			background-color: #2E7415;
		}
		#content #libwin img {
			border: 0;
			margin: 0;
			float: none;
		}
		
	#content #liboneimg p {
		float: left;
	}	
	#content #liboneimg p.removebutton {
		float: right;
	}
	#content #liboneimg ul {
		list-style: none;
		float: left;
		padding: 0 0 0 10px;
	}
		#content #liboneimg li {
			padding-bottom: 5px;
		}
	#content #liboneimg img {
		margin: 0 10px 0 0;
	}
	
	#content p.linkright {
		border-bottom: 1px dashed #ccc;
		padding-bottom: 3px;
		margin-bottom: 12px;
	}
		#content p.linkright span {
			float: right;
		}
		
	#content div.button {
		background: #000 url(../images/button-01.gif) top left no-repeat;
		float: left;
		margin-bottom: 15px;
	}
		#content div.button p {
			display: block;
			background: url(../images/button-02.gif) bottom left no-repeat;
			padding: 0;
			float: left;
		}
			#content div.button p a {
				color: #fff;
				display: block;
				background: url(../images/button-03.gif) top right no-repeat;
				float: left;
			}
				#content div.button p a strong {
					display: block;
					background: url(../images/button-04.gif) bottom right no-repeat;
					padding: 2px 7px;
					float: left;
					cursor: pointer;
				}
	
	#content div.halfwidth {
		width: 50%;
		float: left;
	}
	
	#content #newsletterlist {
		clear: both;
		border-top: 1px dashed #ccc;
		padding-top: 15px;
	}
		#content #newsletterlist div {
			border-bottom: 1px dashed #ccc;
			padding-bottom: 10px;
			margin-bottom: 15px;
		}
		#content #newsletterlist p {
			padding: 0 5px 2px 5px;
			font-weight: bold;
		}
			#content #newsletterlist p span {
				float: right;
				font-weight: normal;
			}
		#content #newsletterlist p.letterlinks {
			background-color: #E8F3E5;
			padding: 4px 5px;
			font-weight: normal;
			text-align: right;
			line-height: 1;
		}
			#content #newsletterlist p.letterlinks a {
				margin-left: 20px;
			}
			#content #newsletterlist p.letterlinks img {
				border: none;
				float: none;
				margin: 0 0 -2px 0;
			}

#navi {
	display: none;
}
				
#content table.basic {
	border: none;
	width: 100%;
}
	#content table.basic td, #content table.basic th {
		padding: 2px 10px;
	}
	#content table.basic thead th {
		border-bottom: 1px solid #d4edcc;
		text-align: left;
	}
	#content table.basic tbody td {
		border-bottom: 1px solid #eee;
	}
	#content table.basic tbody th {
		border-bottom: 1px solid #eee;
		text-align: left;
	}
	
	#content table.basic tbody tr.alt th, #content table.basic tbody tr.alt td {
		background-color: #f8f8f8;
	}
	
#footer {
	margin: 40px 0 0 0;
	border-top: 1px dashed #ccc;
	padding-bottom: 15px;
}
	
/*
---- Clearfix
*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */