body {
	background-color: #7f7f7f;
	background-image: url("/rsrc/common/background.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
}

#wrp {
	width: 990px;
	position: relative;
	margin: auto;
	text-align: left;
}
#cnt {
	position: relative;
	width: 990px;
	min-height: 465px;
	height: auto !important;
	height: 465px;
}

h2 {
	padding-bottom: 5px;
	border-bottom: 1px solid #ffbb11;
}

ul, ol {
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}
li {
	margin-bottom: 10px;
	line-height: 15px;
}

table, th, td {
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}
table.encyclopedia {
	width: 100%;
}
table.encyclopedia th {
	padding-top: 5px;
}
table.encyclopedia td {
	padding: 2px;
}
atable.encyclopedia tr.even td {
	background-color: #d8e8f6;
}
atable.encyclopedia tr.odd td {
	background-color: #ffffff;
}

#primary.nav {
	margin-left: 0px;
	margin-top: 50px;
	margin-bottom: 0px;
	width: 740px;
	float: left;
	list-style: none;
}
#primary.nav li {
	display: inline;
	margin-bottom: 0px;
}

#secondary.nav {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	width: 250px;
	float: right;
	list-style: none;
}
#secondary.nav li {
	margin-bottom: 0px;
}

#top {
	width: 990px;
	clear: both;
}

#sidebar-subnav {
	margin: 10px;
}
#sidebar-subnav a {
	display: block;
}

#graphical-subnav {
	margin-bottom: 10px;
}

#sidebar-apply {
	margin: 10px;
}
#sidebar-apply a {
	display: block;
}

#sidebar-locations {
	margin: 10px;
}
#sidebar-locations .country {
	clear: both;
}
#sidebar-locations a {
	display: block;
}
#sidebar-locations .group {
	width: 110px;
	float: left;
}

#ftr {
	width: 990px;
	background-color: #333333;
	background-image: url("/rsrc/common/ftr.gif");
	background-repeat: no-repeat;
	padding: 10px 0px;
	margin-bottom: 20px;
}
#ftr-primary a {
	margin-right: 3px;
	display: block;
}
#ftr-secondary {
	padding-top: 5px;
	border-top: 1px solid #444444;
	margin-top: 5px;
}
#ftr-secondary a {
	amargin-left: 10px;
}
#ftr .location-head {
	margin-left: 10px;
	float: left;
	margin-bottom: 5px;
}
#ftr .country {
	float: left;
}
#ftr .group {
	display: inline;
	width: 175px;
	margin-left: 10px;
	position: relative;
	float: left;
}
#ftr .group a {
	margin-top: 5px;
}
#ftr .group a.location {
	white-space: nowrap;
	margin-top: 0px;
	margin-bottom: 2px;
	display: block;
}
#ftr .subgroup {
	float: left;
}

.clear {
	clear: both;
}