* {
	margin: 0;
	padding: 0;
}
body {
	padding: 1.5em 2em;
	font: 11pt 'Liberation Sans', 'Arial', 'DejaVu Sans Condensed', 'FreeSans', sans-serif;
	line-height: 140%;
}
#header {
	height: 131px;
	text-align: right;
	background: url('gfx/header_middle.png');
	margin-bottom: 1.7em;
}
#menu, h1, h2 {
	font-size: 1.3em;
	font-weight: bold;
}
#menu {
	float: left;
	background: url("gfx/menu_middle.png");
	width: 226px;
	margin-left: 2px;
}
#menu ul {
	list-style-type: none;
}
#menu li a {
	display: block;
}
.nonactive  a {
	color: #222;
	text-decoration: none;
}
.nonactive a:hover {
	color: #166fb8;
}
.nonactive li > a {
	padding: 0.5em 0;
}
#menu > .top {
	background: url("gfx/menu_top.png") top no-repeat;
	padding-top: 30px;
}
#menu > .top > .bottom {
	background: url("gfx/menu_bottom.png") bottom no-repeat;
	padding-bottom: 30px;
}
#menu p {
	border-top: 1px solid #999;
	font-size: 11pt;
	margin: 1.3em 30px 0;
	padding-top: 1.1em;
}
ul.nonactive {
	margin: 0 30px;
}
a {
	color: #044d96;
	text-decoration: none;
}
a:hover {
	color: #000;
}
h1, h2, h3 {
	margin: 1.5em 0 1em;
}
p {
	margin: 1em 0;
}
div.active {
	margin-left: -16px;
	width: 198px;
	background: url("gfx/active_middle.png");
}
.active li a {
	margin: 0 16px;
	color: #fff;
	font-size: 11pt;
	padding: 0.05em 0;
}
.active li a.active {
	font-size: 1em;
	padding: 0.2em 0;
}
.active li a:hover {
	color: #6dbaf9;
}
.active .top {
	background: url("gfx/active_top.png") top no-repeat;
	display: block;
	padding-top: 18px;
}
.active .bottom {
	background: url("gfx/active_bottom.png") bottom no-repeat;
	display: block;
	padding-bottom: 18px;
}
#content {
	margin: 45px 5px 0 270px;
}
ol, #content ul {
	margin-left: 2em;
}
input[type=text] {
	font-size: 11pt;
	border-top: 1px solid #000;
	border-left: 1px solid #333;
	border-right: 1px solid #999;
	border-bottom: 1px solid #888;
	background-color: #efefef;
	color: #555;
	padding: 1px;
}
input[type=text]:focus {
	background-color: #fff;
	color: #000;
}
#searchBox {
	width:130px;
}
#searchButton {
	margin-bottom: -6px;
}
#gotAPackageBox {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	float: right;
	text-align: center;
	border: 1px solid #999;
	background-color: #eee;
	margin: 1.5em;
	padding: 1em 2em 0.5em;
}
.indented
{
	margin-left: 1em;
}
