@charset "UTF-8";
/* CSS Document */

body {
	font: 78%/1.5 arial, helvetica, serif;
	background: white;
	text-align: center;
	padding: 0;
	margin: 2em;
}

#container {
	width: 765px;
	background: white;
	text-align: left;
	border: 1px solid #eda;
	margin: 0 auto;
}
#masthead {
	background-color: #000066;
	background-image: url(images/blueSquare.gif);
}

p {
	margin: 1em 2em;
}
p#smurf {
	background: transparent;
	font-style: italic;
	text-align: center;
	font-weight: bold;
	color: #000066;
}

#smurf strong {
	font-size: 1.2em;
	color: black;
}

h1 {
	height: 108px;
	text-indent: -999em;
	margin: 1em 0 0 0;
}

#nav, #nav ul {
	float: left;
	width: 765px;
	list-style: none;
	line-height: 1;
	padding: 0;
	border-width: 1px 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0px;
	background-color: #99CC00;
}

#nav a {
	display: block;
	width: 10em;
	w\idth: 6em;
	color: #000066;
	text-decoration: none;
	padding: 0.25em 2em;
}

#nav li {
	float: left;
	padding: 0;
	width: 10em;
}

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

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

#nav li ul a {
	width: 13em;
	w\idth: 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-color: #FF9933;
}

#content {
	float: left;
	width: 400px;
}

#content a {
	color: #89991c;
}

#content a:hover {
	text-decoration: none;
}

#scaffolding {
	height: 57px;
	clear: both;
	background-color: #89991c;
	background-image: url(images/mbottom.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#imageArea {
	float: right;
	top: -15px;
}

#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;
}

#wide {
	clear: both;
	position: relative;
	margin-top: -10px;
}
#text {
}
strong {
	font-weight: bold;
	color: #669900;
}
.slideindent {
	padding-left: 10px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	padding-left: 2em;
	padding-top: 1em;
}
.right {
	float: right;
	margin-left: 10px;
	margin-right: 30px;
}
