@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 21px;
	line-height: 180%;
	text-align: center;
}

.master-container {
	width: 985px;
	margin: 0px auto -5px auto;
	padding: 0px;
	text-align: left;
	display: block;
}

.page-container {
	text-align: left;
	width: 945px;
	margin: 0px 0 0 0;
	padding: 0 20px 0 20px;
	background-color: white;
	display: block;
	position: absolute;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-indent: 0;
}

li {
	list-style: none;
	text-align: left;
}
.logo {
	padding: 0 0 30px 0;
	margin: 14px 0 10px 0;
	border-bottom: 1px solid #CCC;
	line-height: 100%;
}

.main {
	width: 945px;
	border-top: 1px solid #CCC;
	padding-top: 10px;
	clear: both;
}

.navigation {
	width: 316px;
	padding-right: 10px;
	float: left;
	display: block;
	text-align: left;
}

.content {
	width: 629px;
	float: left;
	display: block;
	text-align: left;
}

.set {
	margin-bottom: 20px;
	clear: both;
}

.pusher {
	cursor:pointer;
	color: #339900;
}

.pusher:hover {
	color: black;
}

.emphasis {
	color: #999;
}

h1 {
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 21px;
	line-height: 180%;
	font-weight: normal;
	color: #339900;
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 20px 0;
	padding: 0;
}

.group {
	margin: 0 0 20px 0;
	padding: 0;
}

a, .footer a {
	color: #339900;
	text-decoration: none;
}
a:hover, .footer a:hover {
	color: black;
}

a.pagetop  {
	color: #999;
	text-decoration: none;
}
a:hover.pagetop {
	color: #339900;
}

.footer {
	border-top: 1px solid #CCC;
	padding-top: 10px;
	clear: both;
	font-size: 16px;
	line-height: 160%;
	padding-bottom: 20px;
}

.last {
	margin-bottom: 0px;
}
