	html,
	body {
		margin:0;
		padding:0;
		height:100%;
		text-align:center;
		background-color:gray;
	font-family:arial,sans-serif;
	font-size:small;
	color:#222;		
	}
	H1 {padding:0 0 16px 0;margin:0;}
	#container {
		min-height:100%;
		position:relative;
		width:798px;
		text-align:left;
		margin: 0px auto;
		background-color:#EEE;
	}
div#header {
	padding:11px 0 0 12px;
	height:89px;
	background:#0F3B83 url("/images/header-bg.jpg") repeat-x;
	border-bottom:6px double gray;
}
	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}
div#headerblurb {
	position:absolute;
	width:240px;
	top:19px;
	right:6px;
	color:#333;
	font-weight:bold;
}
	#body {
		padding:10px;
		background:#EEE;
		padding-bottom:115px;	/* Height of the footer */
	}
	#footer {
		position:absolute;
		bottom:0;
		width:100%;
		height:115px;			/* Height of the footer */
		background:#DDD;
	}
	/* other non-essential CSS */
	#header p,
	#header h1 {
		margin:0;
		padding:10px 0 0 10px;
	}
	#footer p {
		margin:0;
		padding:10px;
	}

#nav, #nav ul {
	width: 100%;
	list-style: none;
	line-height: 1;
	background: #EEE;
	font-weight: bold;
	padding: 0;
	border: solid #EDA;
	border-width: 1px 0;
	margin: 0 0 1em 0;
}

#nav a {
	display: block;

	color: #7C6240;
	text-decoration: none;
	padding: 0.25em 2em;
}

#nav a.daddy {
	background: url(/images/rightarrow2.gif) center right no-repeat;
}

#nav li {
	float: left;
	background:#EEE;
	padding: 0;
	
}

#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;
	z-index: 100;
}

#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: #eda;
}


#measureerrorW {color:#F00}
#measureerrorH {color:#F00}



