* {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  color: #303050;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  text-align: center;
}
#wrapper {
  position: relative;
  text-align: left;
  width: 760px;
  margin-right: auto;
  margin-left: auto;
}
#header {
  height: 160px;
  background-image: url(/images/header.jpg);
  background-repeat: no-repeat;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

/* The Menu Bar */

#nav, #nav ul {
	float: left;
	list-style: none;
	line-height: 1.2;
	background: white;
	font-weight: bold;
	font-size: 11px;
	width: 760px;
	padding: 0;
	border: solid #330099;
	border-width: 1px 0;
	margin: 0 0 1em 0;
}

#nav a {
	display: block;
	width: 98px;
	color: #221a1a;
	background: #cc6465;
	text-decoration: none;
	padding: 0.25em 0.25em;
/*	border: solid #FFF;
	border-width: 0 2px;
*/
}

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

#nav li {
	float: left;
	padding: 0;
	width: 108px;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 108px;
	font-weight: normal;
/*	border-width: 1px;
*/	margin: 0;
}

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

#nav li ul a {
	width: 108px;
/*	width: 9em;  */
}

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

#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: #cc6465;
	width: 108px;
	color: white;
	border-bottom-color: white;
	border-bottom-width: 2px;
}

#content {
	clear: left;
}

#content a {
	color: #7C6240;
}

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

#scaffolding {
	height: 70px;
	background: white url(/images/header_bg.gif) no-repeat;
	border: solid #eda;
	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;
}

/* End of Menu Bar  */

#main {
  clear: left;
  border-collapse: collapse;
}
#footer {
	border-top: 2px solid #330099;
	background-color: #cc6465;
	font-size: 80%;
	text-align: right;
	clear: both;
	padding-top: 0.2em;
	padding-right: 10px;
	padding-bottom: 0.2em;
	padding-left: 0;
}
h1 {
  font-size: 150%;
  font-weight: normal;
  padding-bottom: 0.4em;
  color: #221a1a; 
}
h2 {
  font-size: 125%;
  font-weight: normal;
  padding-bottom: 0.4em;
  color: #221a1a; 
}

h3 {
	font-size: 105%;
	font-weight: normal;
	padding-bottom: 0.4em;
	color: #221a1a;
/*	line-height: 200%;
*/}

h4	{
	font-size: 100%;
	font-weight: normal;
	padding-bottom: 0.4em;
	color: #221a1a;
/*	line-height: 150%;
*/}

p {
  font-size: 80%;
  line-height: 1.2em; 
  padding-bottom: 1em;
} 

/*tbody	{
	font-size: 80%;
	}
*/
.smaller	{
	font-size: 80%;
	font-weight: normal;
	}

ul	{
	font-size: 80%;
	line-height: 1.6em;
	padding-bottom: 1em;
	padding-left: 2em;
	}
	
#extras .box {
  padding: 0 10px 2em 0;
}
#extras .box h4 {
  font-size: 110%;
  font-weight: normal;
}
#extras .box p {
  font-size: 80%;
	}

.floatleft	{
	float: left;
	padding: .5em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
.floatright	{
	float: right;
	padding: .5em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

.clear	{
	clear: both;
	}

.border	{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

.centre	{
	text-align: center;
	}

.right	{
	text-align: right;
	}

.aligncentre	{
	text-align: center;
	}

.alignright	{
	text-align: right;
	}

.alignleft	{
	text-align: left;
	}
