body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: white;
    color: black;
	padding: 0;
	margin: 1em;
}

#container {
	width: 64em;
	background: #6cf;
    color: black;
	text-align: left;
	border: 1px solid #963;
	margin: 0 auto;
	padding:10px;
	/* original border-color: #33f */
	/* min-width: 800px; */
}

#sidebar {
float: right;
width: 25em;
border-style: solid;
border-width: 2px;
border-color: black;
margin-left: 10px;
padding-left: 5px;
padding-right: 5px;
background: #60f;
color: #cff;
}

#sidebar h3 {
  margin-bottom: 0;
}

#sidebar dl {
  margin-top: 0;
}

#sidebar p {
  margin-top: 0;
}

p {
	margin: 1em;
}

h1 {
  text-align: center;
}

h1, h2, h3 {font-family:serif}

#banner {
	height: 120px;
    color: #03f;
	background: #690;
	margin: 0;
	padding:5px;
	text-align: center;
    vertical-align: middle;
    font-family: palatino, times, serif;
}

#news {
	border: double thick red;
	padding:1em;
	color:red;
	background-color:yellow;
	margin: 1em auto;
	width:60%;
}

/* Navigation bar CSS starts here */
#nav, #nav ul {
	float: left;
	width: 64em;
	list-style: none;
	line-height: 1em;
	background: white;
    color: black;
	font-weight: bold;
	padding: 0;
	border: solid #33f;
	border-width: 1px 0;
	margin: 0;
}

#nav a {
	display: block;
	width: 9em;
                    	/* width: 6em;  ORIGINAL - KEEPS TOP MENU SHORTER */
	color: #33f;
    background: white;
	text-decoration: none;
	padding: 0.25em 2em;
}

#nav a.daddy {
	background: url(images/rightarrow2.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
/*	width: 10em;           */
	font-family: Arial, Helvetica, serif;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 13.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
/*	width: 13em       */
}

#nav li ul a {
	width: 9em;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#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: #33f;
    color: white;
}

#nav a:hover, #nav a.sfhover {
	background: #33f;
    color: white;
}


/* Nav bar CSS ends here */


#content {
	clear: left;
}

/*    #content a {
	color: #60f;
}     */

#content a:hover {
	text-decoration: none;
    color: #6cf;
    background: #60f;
}

#scaffolding {
	height: 70px;
	background: white url(images/header_bg.gif) no-repeat;
    color: black;
	border: solid #33f;
	border-width: 1px 0 0 0;
	margin: 1em 0 0 0;
}

#scaffolding a {
	text-decoration: none;
	text-indent: -999em;
	display: block;
	height: 70px;
	background: url(images/hdlogo_flip2.gif) no-repeat;
	background-position: 181px 0;
}

#scaffolding a:hover {
	background-position: 181px -70px;
}

#footer {
  text-align: center;
  font-size: small;
}

.backtotop {
	text-align:right;
	font-size:small;
}


.mb0	{margin-bottom:0}

.mb0 + * {margin-top:0}




