* {
    margin: 0;
    padding: 0;
}

html,
body {
	height: 100%;
}

body {
	background-color: #FFFFFF;
    font: 13px/1.5 "Lucida Grande", sans-serif;
}

header {
	background: url("../images/NB47cUfXHpf.png") repeat-x scroll 0 0 #3B5998;
	border-bottom: 1px solid #23487E;
	font-weight: bold;
	height: 33px;
	width: 100%;
}

header div {
	width: 896px;
	margin: 0 auto;
	position: relative;
}

header hgroup,
header nav {
	display: inline-block;
}

header hgroup h1 a {
	background: url("../images/Ffl-7E3Nwkb.png") center 7px no-repeat;
	display: block;
	height: 19px;
	width: 167px;
	padding: 7px 13px 7px 13px;
}

header hgroup h1 a:hover {
	background-color: #1A3C6C;
}

header hgroup h1 a span {
	display: none;
}

header nav {
	float: right;
	position: absolute;
	top: 0;
	right: 0;
    margin: 0;
    padding: 0;
}

header nav ul {
	list-style-type: none;
	/* line-height: 33px; */
    margin: 0;
    padding: 0;
}

header nav ul li {
    display: block;
    float: left;
	/* line-height: 33px; */
	position: relative;
}

header nav ul li a {
	font-size: 11px;
	color: #FFFFFF;
	/* display: inline-block; */
	display: block;
	font-weight: bold;
	/* height: 29px; */
	line-height: 29px;
	text-decoration: none;
	vertical-align: top;
	padding: 3px 13px 0px 13px;
}

header nav ul li a:hover {
	background-color: #1A3C6C;
}

header nav ul li:first-child a:after {
    background: none repeat scroll 0 0 #526DA4;
    content: "";
    display: block;
    height: 14px;
    position: absolute;
    right: 0;
    top: 9px;
    width: 1px;
}

section {
	width: 896px;
	margin: 20px auto 40px auto;
    border: 1px solid #D9D9D9;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 1px #DDDDDD;
    padding: 25px 20px 20px;
}

section pre {
	overflow: auto;
    color: #006000;
    font-family: monospace;
    font-size: 13px;
}