body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 80%;
	line-height: 1.75em;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:link {
	color: #5D9732;
}
a:visited {
	color: #5D9732;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #5D9732;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {
	font-size: 175%;
	color: #5e9732;
	margin-top: 15px;
	font-weight: normal;
	margin-bottom: 20px;
}
p {
	padding-bottom: 10px;
	padding-top: 0px;
}
b, strong {
	font-weight: bold;
}
i, em {
	font-style: italic;
}
#wrapper {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	margin-top:25px;
	background-color: #FFFFFF;
	border: #5d9732 solid 2px;
}
#header {
	height: 136px;
	width: 990px;
	background-image: url(/assets/images/bg_header.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
	position: relative;
}
#logo {
	position: relative;
	top: 0px;
	left: 0px;
	height: 136px;
	width: 990px;
}
#contents {
	clear: both;
}
#nav-top {
	width: 800px;
	position: absolute;
	right: 20px;
	bottom: 0px;
	z-index: 100;
	text-align: right;
	color: #FFFFFF;
	height: 32px;
	line-height: 32px;
}
#nav-top  a, #nav-bottom a {
	color: #FFFFFF;
	padding-right: 1em;
	padding-left: 1em;
}

#contents-left {
	width: 245px;
	float: left;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 15px;
	font-weight: bold;
	color: #5D9732;
}
#contents-left a {
	color: #5D9732;
	text-decoration: underline;
}

#contents-top {
	margin-top: 5px;
	text-align: justify;

}

#contents-right {
	width: 700px;
	float: left;
}
#nav-bottom {
	width: 994px;
	margin-right: auto;
	margin-left: auto;
	background-color: #5d9732;
	color: #FFFFFF;
	text-align: center;
	font-size: 75%;
	padding-top: 5px;
	padding-bottom: 5px;
}


#footer {
	text-align: center;
	font-size: 75%;
	line-height: 105%;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #5D9732;
}

