body {
	background: #e9e9e9;
	font-family: Verdana, Tahoma, 'Microsoft Sans Serif', sans-serif;
	font-size: 68.75%;
	margin: 0;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Tahoma, 'Microsoft Sans Serif', sans-serif;
}

ul {
	list-style-type: disc;
}

ul.key-points li {
	list-style-image: url("key-points-bullet.png");
}

img.icon {
	margin: 0;
	vertical-align: middle;
}

#global-wrapper {
	margin: 0 auto;
	width: 769px;
}

#global-table {
	border: outset 3px #fff;
	width: 769px;
}

#logo {
	background: #36659b;
	border: inset 1px #fff;
	padding: 0;
	vertical-align: top;
}

#logo h1 {
	margin: 0;
}

#logo a {
	background: url("logo.png") no-repeat scroll center center;
	display: block;
	height: 200px;
	width: 180px;
}

#logo span {
	display: none;
}

#header-search {
	background: #fff url("header.jpg") no-repeat scroll right bottom;
	border: inset 1px #fff;
	width: 582px;
}

#header-search div {
	margin-top: 155px;
	text-align: right;
}

#header-search .search-button {
	background: #a9cbe5;
	color: #000080;
}

#quicklinks {
	background: #000;
	border: inset 1px #fff;
	color: #fff;
	padding: 0;
	text-align: center;
}

#quicklinks ul {
	margin: 0;
}

#quicklinks li {
	display: inline;
	line-height: 2.5;
	list-style-type: none;
	padding: 0 1.5em 0 0;
}

#quicklinks a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#quicklinks a:hover {
	color: #f00;
	text-decoration: underline;
}

#navigation {
	background: #9d8d6b;
	border: inset 1px #fff;
	padding: 3px;
	vertical-align: top;
}

#navigation h6 {
	background: #7e9197;
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
	padding: 1px;
	text-transform: uppercase;
}

#navigation ul {
	margin: 0 0 0 3.5em;
}

#navigation li {
	line-height: 2;
	list-style-image: url("navigation-bullet.png");
}

#navigation a {
	color: #fff;
	text-decoration: none;
}

#navigation a:hover {
	color: #f00;
	text-decoration: underline;
}

#content {
	background: #fff;
	border: inset 1px #fff;
	padding: 5px;
}

#footer {
	background: #7e9197;
	border: inset 1px #fff;
	color: #fff;
	line-height: 3;
	padding: 2em 0 .5em;
	text-align: center;
}

#footer ul {
	margin: 0;
}

#footer li {
	display: inline;
	line-height: 2.5;
	list-style-type: none;
	padding: 0 1.5em 0 0;
}