html {
	height: 100%;
}
body {
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	background-color: #c3c3c3;
	color: #868c92;
	height: 100%;
}

/* 0. global elements								*/
/*--------------------------------------------------*/

a {
	color: #868c92;
}

a:hover {
	color: #000;
}

h1 {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #000;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #000;
}

p {
	margin-bottom: 21px;
}

/* 1. main layout and common elements				*/
/*--------------------------------------------------*/

#container {
	text-align: left;
	margin: 0 auto;
	width: 960px;
	padding: 20px 20px 30px;
	background-color: #fff;
	height: 100%;
}

span.black {
	color: #000;
}

span.b {
	font-weight: bold;
}

span.bi {
	font-weight: bold;
	font-style: italic;
}

#header {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

#logo {
	float: left;
	width: 160px;
	padding: 4px 4px 0 10px;
}

#nav {
	list-style: none;
	float: left;
	margin: 10px 0 0 20px;
}

#nav li {
	float: left;
	width: 125px;
	cursor: pointer;
	position: relative;
	height: 30px;
}

#nav li a, #nav li span {
	display: block;
	padding: 4px 4px 4px 10px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

/* Hover over main menu item */
#nav li:hover {
	background-color: #dfe1e3;
}

#nav li:hover ul {
	display: block;
}

#nav li:hover ul ul {
	display: none;
}

/* Hover over page menu item */
#nav li ul li:hover ul {
	display: block;
}

#nav li ul {
	position: absolute;
	top: 30px;
	display: none;
	list-style: none;
}

#nav li ul li {
	float: none;
	width: 280px;
	background-color: #a0a4a4;
	margin-bottom: 1px;
}

#nav li ul li:hover {
	background-color: #616a72;
}

#nav li ul li a, #nav li ul li span {
	color: #fff;
	font-size: 11px;
}

#nav li ul li ul {
	position: absolute;
	top: 0;
	left: 280px;
}

#nav li ul li ul li {
	background-color: #717575;
}

#content {
	float: left;
	padding: 4px 4px 0 10px;
	margin: 0 60px 40px 0;
	width: 586px;
}

#subpages {
	float: left;
	width: 300px;
	margin-bottom: 40px;
}

#subpages ul {
	list-style: none;
}

#subpages ul li {
	list-style: none;
	background-color: #dfe1e3;
	margin-bottom: 1px;
}

#subpages li a {
	display: block;
	padding: 4px 4px 4px 10px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

#subpages ul li:hover {
	background-color: #a0a4a4;
}

#subpages ul li:hover a {
	color: #fff;
}

#footer {
	border-top: 1px solid #dfe1e3;
	clear: left;
	padding: 30px 4px 0 10px; 
}

#footer p {
	margin-bottom: 0;
}