/* CSS Sheet for Dr William B Zuckerman, Ph.D. */ 
/* Written by David Moody - October 4, 2008    */

/* BANNER & HEADLINES                          */
/* Initial color choices:                      */
/* Background - Pale Yellow   (#FFFFcc)        */
/* Font color - Black         (#000000)        */
/* Font type - Verdana                         */

#h1 h1 {
	font: bold x-large Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	background: #ffffcc;
}

#h2 h2 {
	font: large Verdana, Arial, sans-serif;
	color: #000000;
	background: #ffffcc;
	font-size: large;
	vertical-align: text-top;
	position: relative;
	top:-20px;
	width: 100%;
}

#h6 h6 {
	font: xx-small Verdana, Arial, sans-serif;
	color: #ffffcc;
	background: #660000;
	text-align: right;
}

/* MENU                                        */
/* Menu Buttons - Burgundy                     */
/* Menu Accent - Pale Yellow  (#FFFFcc)        */
/* Menu Text - Pale Yellow    (#FFFFcc)        */
/* Menu Background - Black                     */
/*                                             */
/* Mouseover Buttons - Pale Yellow (#FFFFcc)   */
/* Mouseover Accent - Burgundy
/* Mouseover Text - Black                      */

<!-- Navigation Menu>

#navigation p {
display: none;
}

#navigation {
font-family: Veranda, Helvetica, Arial, sans-serif;
font-size: 0.8em;
width: 12em;
padding: 0;
margin-bottom: 1em;
background-color: #ffffff;
color: #000000;
}

/* border-right: 0px solid #000000; */
/* border-bottom: 0px solid #000000; */

#navigation ul {
list-style: none;
margin: 0;
padding: 0;
}

#navigation ul li {
margin: 0;
border-bottom: 1px solid #000000;
border-top: 1px solid #000000;
}

/* border-right: 1px solid #000000; */

#navigation ul li a {
display: block;
padding: 2px 2px 2px 0.5em;
border-left: 10px solid #dddddd;
border-right: 1px solid #000000;
background-color: #660000;
color: #FFFFcc;
text-decoration: none;
width: 100%;
}

/* border-top: 1px solid #DDDDDD; */
/* border-bottom: 1px solid #000000; */

html>body #navsite ul li a {
width: auto;
}

#navigation ul li a:hover {
border-left: 10px solid #660000;
border-right: 1px solid #000000;
background-color: #dddddd;
color: #000000;
}

/* border-top: 1px solid #DDDDDD; */
/* border-bottom: 1px solid #000000; */

#body {
	font: verdana, arial, sans-serif;
	color: #000000;
	background: #ffffcc;
	padding: 2px 2px 2px 2px;
	position: relative;
	left:13em;
	top:-15px;
	width:680px;
}


#banner {
	background: #ffcc00;
	width: 100%;
	padding: 0;
	margin: 0;
	}
	
#highlightbox a:link:hover {
	background: #eeeeff;
	width: 20%;
	align: center;
	border-bottom: 1px dashed #9999ff;
	color: #0000ff;
	}