#doc {
	width: 800px;
	margin-top: 30px;
	font-family: helvetica,arial,sans-serif;
	font-size: 12px;
	color: #4a4a4a;
	padding-bottom: 50px;
}

#hd {
	position: relative;
	height: 94px;
	margin-bottom: 20px;
}

a#logo {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 165px;
	height: 47px;
	background-image: url(../img/logo.gif);
}

#hd ul.nav {
	position: absolute;
	bottom: 0;
	left: 0;
}


ul.nav {
	display: block;
	overflow: hidden;
	border-bottom: 3px solid #02a360;
	background: #eee;
	width: 100%;
}

#ft {
	float: left;
	overflow: hidden;
	position: relative;
	width: 100%;
}

#ft ul.nav {
	clear: left;
	float: left;
	border: none;
	text-align: center;
	overflow: visible;
	width: auto;
	position: relative;
	left: 50%;
	background: transparent;
}

#ft ul.nav li {
	display: block;
	position: relative;
	background: transparent;
	float: left;
	right: 50%;
}

#ft ul.nav li a, #ft ul.nav li a.active {
	color: #797979;
	background: transparent;
}

#ft ul.nav li.last {
	border-right: none;
}

#ft ul.nav li a.active {
	color: #797979;
}

ul.nav li {
	display: block;
	float: left;
	border-right: 2px solid #ccc;
	margin: 3px 0;
}

ul.nav li a {
	display: block;
	text-decoration: none;
	padding:0 24px;
	height: 17px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #797979;
	letter-spacing: 1px;
}

ul.nav li.active {
	margin: 0;
}

ul.nav li a:hover {
	color: #02a360;	
}

ul.nav li.active a {
	color: #fff;
	background: #02a360;
	margin: 0;
	padding-top: 3px;
	padding-bottom: 3px;
}

h1 {
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 2px;
	border-bottom: 1px solid #02a360;
	padding-left: 2px;
}

#bd {
	border-left: 2px solid #c9d0d4;
	border-right: 2px solid #c9d0d4;
	padding: 0 10px 0;
	min-height: 380px;
	margin-bottom: 20px;
}

p {
	margin-bottom: 8px;
	text-indent: 5px;
}
