body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #333;
	background: #FFF;
	margin: 10px;
	cursor: default;
}

a {
	color: #587189;
	text-decoration: none;
}

h2 {
	font-weight: normal;
	color: #D15227;
	cursor: pointer;
}

h2.first {
	margin-top: 0px;
}

h3 {
	margin: 0px;
	font-weight: normal;
	color: #587189;
}

img {
	vertical-align: top;
	border: none;
}

#wrapper {
	width: 820px;
	margin: auto;
}

#header {
	background: url(images/orc.png) top no-repeat;
	display: block;
	height: 50px;
}

#content {
	display: block;
	border-left: 1px solid #6D6D6D;
	border-right: 1px solid #6D6D6D;
}

#error {
	display: block;
	border-left: 1px solid #6D6D6D;
	border-right: 1px solid #6D6D6D;
	padding: 5px;
}

#error h2 {
	margin-top: 0px;
}

#error p {
	margin-bottom: 0px;
}

#articles {
	padding: 5px;
	margin-bottom: 5px;
}

#keys {
	background: #EEE;
	text-align: center;
	padding: 5px;
}

#footer {
	background: url(images/footer.png) top no-repeat;
	display: block;
	height: 20px;
}

#Leadership, #Workplace, #Training, #Relationships, #Media, #Other {
	display: none;
}

.article {
	margin-bottom: 5px;
}

.article h3 {
	background: #F9F9F9;
	padding: 5px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
}

.article div.description {
	background: #F0F0F0;
	padding: 5px;
}

.article div.download {
	background: #F9F9F9;
	padding: 5px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
}

.article div.download a {
	margin-right: 10px;;
}
