#logo {
	width:6.95em;
	height:3.1em;
	background:url(images/logo.gif) no-repeat center center;
	margin:15% auto;
	padding:0;
	text-indent:-9999px;
}
.table {
	width:25em;
	padding:2em;
	color:#fff;
	background:#36315f;
	float:right;
	margin: 0 0 2em 2em;
}
.table h2{
	color:#fff;
	font-weight:bold;
}
.table table {
	width:100%;
}
.footnote {
	text-align:center;
}
.infobox h2{
	display:block;
	padding:0;
	margin:0;
	color:#36315f;
	font-weight:bold;
}
.section {
	border-bottom:#999 1px solid;
	padding:1em 0;
}
.section img {
	margin:0 2em;
}
.section ul {
	line-height:1.7em;
}
.red {
	color:#BF3052;
}
dl{
	width: 90%;
	margin:0 auto;
}
dt {
	width: 10%;
	float: left;
	padding: .7em 0;
	font-weight: bold;
}
dd {
	float: left;
	width: 90%;
	margin: 0 0 0 0;
	padding: .7em 0;
	border-bottom: 1px solid #999;
}
#navigation {
	margin:0 auto;
	width:52.417em;
}
#navigation ul {
	position:relative;
	list-style:none;
	margin:0;
	padding:0;
	border-top:0.1em solid #999;
	border-right:0.1em solid #999;
	float:left;
}
#navigation ul li {
	float:left;
	background:#fff;
	position:relative;
}
#navigation ul li a {
	display:block;
	padding:0.5em 1em;
	color:#36315f;
	background:#fff;
	text-decoration:none;
	border:0.1em solid #999;
	border-top:none;
	border-right:none;
}
#navigation ul li a:hover {
	color:#fff;
	background:#36315f;
	text-decoration:none;
}
#navigation ul ul {
	list-style:none;
	position:absolute;
	top:2.6em;
	left:0;
	width:10em;
}
#navigation ul ul li, #navigation ul ul li a {
	float:none;
}
#navigation ul li ul {
	display:none;
	margin-top:-1px;
}
#navigation ul li:hover ul,
#navigation ul li.over ul {
	display:block;
}

