html, body {
	height: 100%;
}

body {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a {
	font-weight: normal;
	text-decoration: none;
}

a:link, a:visited {
	color: #006654;
}

a:hover, a:active, a:focus {
	color: #878785;
}

a img {
	border: none;
}

td {
	vertical-align: top;
}

#home img, #menu img {
	display: block;
}

#header, #next {
	background-image: url(../images/bg-rule.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

#content {
	padding: 1em 20px 1em 0;
}

#right {
	padding: 0;
	width: 135px !important;
}

h1 {
	margin-top: 0;
	margin-bottom: 0.5em;
	color: #006654;
	font-size: 1.2em;
	font-weight: normal;
}

h2 {
	margin-top: 0;
	margin-bottom: 0;
	color: #006654;
	font-size: 1.05em;
	font-weight: normal;
	line-height: 1.5;
}

p, ul, ol, dl {
	margin-top: 0;
	margin-bottom: 1.25em;
	font-size: 0.8em;
	line-height: 1.5;
}

dt {
	font-weight: bold;
	color: #006654;
}

dd {
	margin-bottom: 1em;
}

.green {
	color: #006654;
}

.top {
	text-align: right;
	font-size: 0.7em;
	margin: 0;
}
