/* CSS Document */
.toplevel {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F9F9E3;
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	margin: 1px;
	font-size: small;
	padding-left: 5px;
	padding-right: 5px;
}
.toplevel:hover {
	background-color: #F9F9FF;
	border-top: 1px solid #555555;
	border-bottom: 1px solid #555555;
}
.top {
	background-color: #EBEAD3;
	left: 0px;
	right: 0px;
}
.strapline {
	top: 8px;
	left: 0px;
	right: 0px;
	position: absolute;
	width: 100%;
	text-align: center;
	letter-spacing: 0.1em;
	font-size: x-large;
	color: #950000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: italic;
}
.menu {
	top: 50px;
	left: 0px;
	right: 0px;
	position: absolute;
	width: 100%;
	text-align: center;
	letter-spacing: 0.1em;
}
.submenu {
	text-align: center;
}
.box {
	font-family: Trebuchet MS;
	font-size: small;
	font-style: normal;
	color: #333333;
	width: 450px;
	awidth: 450px;
	awidth: 45%;
	font-weight: normal;
	padding: 15px;
	border-left: 1px dotted #950000;
	border-right: 1px dotted #950000;
	border-top: 1px dotted #950000;
	border-bottom: 1px dotted #950000;
	background-color: #FFFFFF;
}
.leftcol {
  position: absolute;
  left: 10px;
  top: 80px;
}
.rightcol {
  position: absolute;
  right: 10px;
  top: 80px;
}
.sidenote {
	background-color: #F9F9E3;
	border: 1px solid #CCCCCC;
	width: 200px;
	left: 585px;
	position: absolute;
	font-size: x-small;
	padding: 2px;
}
.images {
	background-color: #E0F0FF;
	border: 1px solid #CCCCCC;
	left: 10px;
	right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	font-size: x-small;
}
.infobox {
	background-color: #FFFFEF;
	border: 1px solid #CCCCCC;
	left: 10px;
	right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}
a {
  text-decoration: none;
  color: #000099;
}
a:hover {
  color: #FF2222;
}
img {
  opacity:1;
  filter:alpha(opacity=100);
}
img:hover {
  border-color: #FF2222;
  opacity.disabled:0.9;
  filter.disabled:alpha(opacity=90);
}
.topleft {
  font-family: Arial, Helvetica, sans-serif;
  font-size: xx-large;
  color: #999999;
  padding-left: 30px;
}
.topright {
  font-family: Arial, Helvetica, sans-serif;
  font-size: medium;
  color: #999999;
  top: 10px;
  right: 10px;
  position: absolute;
}
.title {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: x-large;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 100%;
	margin-bottom: 10px;
	color: #950000;
	text-align: center;
}
.subtitle {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: large;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 100%;
	margin-bottom: 10px;
	color: #950000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F5F5F5;
}
.search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}

