body {
	margin-top: 0px;
	margin-bottom: 5px;
}
div.container {
	border-style:dotted;
	border-width:thin;
	border-color:#CCCCCC;
	width:800px;
	
}
.dotted {
  border-bottom: dotted 2px #0066cc;
}

div.header {
	border-bottom-style:dotted;
	border-bottom-width:thin;
	border-bottom-color:#CCCCCC;
}
div.nav {
	width:800px;
	text-align:center;
}
div.content {
	padding:40px;
	background-image:url(images/leaf bckgrnd.gif);
	background-repeat:no-repeat;
	background-position:center;
	text-align: justify;	
}
span#photo {border: 2px solid #cccccc;}
span#photo_border {border:2px solid white;}
div.footer {
	border-top-color: #CCCCCC;
	border-top-style: dotted;
	border-top-width: thin;
	padding-top:20px;
}
p.center {
	text-align:center;
	font-family:"Comic Sans MS", sans-serif, Arial;
	font-size:12px;
}
.text {
	font-family:"Comic Sans MS", sans-serif, Arial;
	font-size:12px;
}
.texttitle {
	font-family:"Comic Sans MS", sans-serif, Arial;
	font-size:16px;
	font-weight:bold;
}
.texttitlered{
	font-family:"Comic Sans MS", sans-serif, Arial;
	font-size:24px;
	font-weight:bold;
	color:#990000
}
.border {
border: 1px solid #CCCCCC;
}
p.centerbold {
	text-align:center;
	text-decoration:underline;
	font-weight: bold;
	font-family:"Comic Sans MS", sans-serif, Arial;
}
p {
	font-family:"Comic Sans MS", sans-serif, Arial;
	font-size:12px;
}
h3.center {
	text-align:center;
	font-family:"Comic Sans MS", sans-serif, Arial;
}
ul {
	font-family:"Comic Sans MS", sans-serif, Arial;
	font-size:12px;
}
ol {
	font-family:"Comic Sans MS", sans-serif, Arial;
	font-size:12px;
}
ul#nav {
  position:relative;
  left:120px;
  padding: 0;
  margin: 0;
  list-style: none;
}
ul#nav li {
  float: left;
  position: relative;
}
li ul {
  display: none;
  position: absolute; 
  top: 32px;
  left: -40px;
  border-style:solid;
  border-width:thin;
  border-color: #8B9EEB;
  background-color:#ADB8D1;
}
li ul li {
	clear:both;
}

li > ul {
	top: auto;
	left: auto;
}
li:hover ul, li.over ul{ display: block; }