@charset "UTF-8";
/* CSS Document */

#masterpage {
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	font-size: 0.83em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

	#header {
		height: 117px;
	}
	
		#header img {
			border: 0;
		}
	
	#content {
		background-color: #FFFFCC;
		padding: 15px;
		min-height: 400px;
	}
	
	#footer {
		background-image: url(images/footer.gif);
		background-repeat: no-repeat;
		background-position: top;
		padding-top: 25px;
		text-align: center;
		font-size: 0.8em;
	}

/* Index items */

#masterindex {
	width: 800px;
	background-color: #6DAF41;
	color: #FFFFFF;
	font-size: 1.17em;
	height: auto;
}

	#leftindex {
		min-height: 414px;
		width: 517px;
		float: left;
		min-height: 184px;
		padding-right: 13px;
		background-color: #6DAF41;
		background-image: url(images/indexdivider.jpg);
		background-position: right;
		background-repeat: repeat-y;
	}
	
	#rightindex {
		width: 260px;
		float: right;
		/*padding: 10px 5px 0 5px;
		background-color: #6DAF41;
		min-height: 390px;*/
		background-image: url(images/index/indexright.jpg);
		background-position: bottom right;
		background-repeat: no-repeat;
		font-weight: bold;
	}
	
		#rightindex a {
			color: #006600;
			font-weight: bold;
			text-decoration: none;
		}
	
	/* HTML Index */
	.tableleft
	{
		background-image: url(images/index/bottomleft.jpg);
		background-repeat: no-repeat;
		background-position: bottom;
	}
	
	.tablemid
	{
		background-image: url(images/indexdivider.jpg);
		background-repeat: repeat-y;
	}
	
	.tableright
	{
		background-image: url(images/index/indexright.jpg);
		background-repeat: no-repeat;
		background-position: bottom right;
		font-weight: bold;
	}
	
	.indexlink {
		color: #006600;
		text-decoration: none;
	}

#clear
{
	clear: both;
}

#indexfooter
{
	padding-top: 8px;
	text-align: center;
	font-size: 0.8em;
}

a
{
	color: #5BA528;
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
	color: #006600;
}

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

a:active
{
	text-decoration: none;
	color: #5BA528;
}

h1 {
	font-family: "T VAG Rounded Thin", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #006600;
	margin: 0;
}

	h1+h2 {
		margin-top: 10px;
	}

h2 {
	font-family: "T VAG Rounded Thin", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.16em;
	font-weight: bold;
	color: #009933;
	margin: 0;
}

img {
	border: none;
}

.pictures img {
	cursor: pointer;
}

.bold
{
	font-weight: bold;
}

.imgpadding {
	padding: 15px;
}

.greenheader
{
	font-family: "T VAG Rounded Thin", Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.16em;
	font-weight: bold;
	color: #009933;
}

.mission {
	font-size: 1em;
	padding-left: 8px;
}

.yellowtext {
	color: #FFCC00;
}

.imgpadright {
	padding: 0 10px 10px 0;
}

#anniversary {
	/*background-image: url(images/20yrlogo.png);
	background-repeat: no-repeat;
	background-position: center;*/
	width: 450px;
	padding: 10px 50px 10px 50px;
	font-weight: bold;
}

	#anniversary a {
		color: #006600;
	}