/* Generated by KompoZer */
body {
  border:  none;
  margin: 0px;
  padding: 0px 0px 15px 0px;
  font-family: "Times New Roman",Times,serif;
  background-color: #88a8ff;
}
div.container {
  margin: 15px auto -1px;
  background-color: #ffffff;
  width: 750px;
  border: none;
}
div.header {
  color: #ffffff;
  background-color: #002db3;
  clear: both;
  padding: 0px 0px 0px 0px;
  text-align: right;
  /* background-image:url('images/postheader.jpg');
  background-repeat:repeat-x;
  background-position:bottom left; */

}
div.content {
  background-color: white;
/*  border-left: 1px solid gray;
  padding: 1em;
  margin-left: 190px;
  border-left: thin solid #000000; */
}
div.content h1 {
  color: #8D0020;
  text-align: center;
}
div.content p {
  margin: 20px 10px 20px 10px;
}
p.center {
  text-align: center;
}
div.footer {
  padding: 0px 0px 15px 0px;
  margin: 0px 0px 0px 0px;
  text-align: center;
  color: #000000;
  border-top-style: solid;
  border-color: #002db3;
  background-color: #ffffff;
  background-image:url('images/footer.jpg');
  background-repeat:repeat-x;
  background-position:bottom left;
  clear: left;
}
div.footer p {
  padding: 0px 0px 5px 0px;
  margin: 0px 0px 0px 0px;
}

/* dropdown menu css - with many thanks to the authors of the Suckerfish Dropdowns */
#nav, #nav ul {
	/* float: left; */
	width: 100%;
	/* width: 36em; */
	list-style: none;
	line-height: 1;
	background-color: #88a8ff;
	font-family: sans-serif;
	/* font-size: 85%; */
	/* font-weight: bold; */
	padding: 0px 0px 0px 0px;
	/* border: solid #eda; */
	/* border-width: 1px 0; */
	margin: 0;
	/* margin: 0 0 1em 0; */
}
#nav a {
	display: block;
	/* width: 10em;
	w\idth: 6em; */
	width: 125px;
	/* color: #7C6240; */
	color: white;
	text-decoration: none;
	text-align: center;
	padding: 5px 0px 5px 5px;
	margin: 0;
	/* padding: 0.25em 2em; */
}
#nav a.tabactive {
	background: url(images/tabactive.gif) center right no-repeat;
	height: 37px;
	line-height: 37px;
	padding: 0;
	margin: 0;
}
#nav a.tabinactive {
	background: url(images/tabinactive.gif) center right no-repeat;
	height: 37px;
	line-height: 37px;
	padding: 0;
	margin: 0;
}
#nav a.daddy {
	background: url(images/rightarrow2.gif) center right no-repeat;
}
#nav li {
	float: left;
	padding: 0;
	/* width: 125px; */
	font-size: 12px;
	/* height: 40px; */
	/* width: 10em; */
}
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 200px;
	/* w\idth: 225px; */
	/* width: 14.4em;
	w\idth: 13.9em; */
	font-weight: normal;
	border-width: 4px;
	margin: 0;
}
#nav li li {
	padding-right: 1em;
	/* width: 250px; */
	/* w\idth: 225px; */
	height: auto;
}
#nav li ul a {
	width: 183px;
	/* w\idth: 225px; */
	/* width: 13em;
	w\idth: 9em; */
	text-align: left;
}
#nav li ul ul {
	margin: -28px 0 0 224px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
#nav li:hover, #nav li.sfhover {
	background: #c0c0c0;
}
