/* CSS Document */

.header {
	background: url(art/header.jpg) no-repeat;
	height: 150px;
}

.header a, .header a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	font-weight: bold;
	text-decoration: none;
}

.header a:hover {
	color: white;
}

.main-bg {
	background: url(art/main-background.jpg) repeat-y;
}

.nav, .nav a, .nav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	padding-left: 10px;
}

.nav a:hover {
	text-decoration: underline;
	color: black;
}

.heading {
	padding-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: black;
	font-weight: bold;
	border-top: 1px solid #c6f887;
}

#home {
	padding-top: 4px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: black;
	font-weight: bold;
}

.main-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
}

.main-txt-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}

.main-txt a, .main-txt a:visited {
	color: #5fa535;
	text-decoration: none;
}

.main-txt a:hover {
	text-decoration: underline;
}

.index-bg {
	background: url(art/index-bg.jpg) no-repeat;
}

.section-bg {
	background: url(art/section-bg.jpg) no-repeat;
}
.main-bg .main-txt .index-display {
	font-size: 12px;
	background-color: #F4FEE6;
	margin: 30px;
	padding: 10px;
	border: 1px solid #C6F887;
	background-image:url(art/header-bottom.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
