body {
  font-family: Georgia, "Times New Roman",
        Times, serif;
	background-color: #727EA3;
	margin: 1em;
}

#content {
	width: 43em;
	margin: auto;
  text-align: left;
}

#container {
  position: relative;
  height: auto;
  text-align:center;
  width: 100%;
}

a {
  text-decoration: none
}

a:link {
  color: #001F7A
}
	
a:visited {
  color: #0033CC }
	
address {
  margin-top: 1em;
  padding-top: 1em;
  border-top: thin dotted }
}

a:active {
	color: red;
}

h1 {
	text-align: center;
	padding: 0 0 0.25em 0;
	margin: 0;
}

ul.sub {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.menu {
	font-family: Helvetica, Geneva, Arial,
        SunSans-Regular, sans-serif;
	list-style: none;
	padding: 0;
	margin: 0;
}

li.menu {
	float: left;
	position: relative;
	width: 10em;
	text-align: center;
	cursor: default;
	background-color: #CFD4E6;
	border: 1px solid #6078BF;
	border-width: 1px 0;
}

li ul.sub {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	width: 10em;
	border: solid 1px #6078BF;
}

li>ul.sub {
	top: auto;
	left: auto;
}

#sub li li {
	display: block;
	float: none;
	border: 0;
	font-family: Helvetica, Geneva, Arial,
        SunSans-Regular, sans-serif;
}

li:hover ul, li.over ul {
	display: block;
}

#nav li li a:hover {
	padding: 0.2em 5px;
	border: 5px solid #596380;
	border-width: 0 5px;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #596380;
	padding: 0.2em 10px;
}

div.body {
  margin: 2em;
}