body{
	background: #dcdce3;
	margin: 0px;
	padding: 0px;
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
}

a:link {
	color: #354166;
	text-decoration: none;
}

a:visited {
	color: #354166;
	text-decoration: none;
}

a:hover {
	color: #1c1e35;
}

#container {
  position: relative;
	width: 960px;
	margin: 0 auto;
	background: #FFFFFF url(grfx/containerbg.gif) repeat-y;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 4px;
	text-align: left;
	voice-family: "\"}\""; 
   voice-family:inherit;
	width: 910px;
}

html>body #container {
	width: 910px;
} 

/* page header */

#pageHeader {
	margin-bottom: 5px;
}

#pageHeader h1 {
	width: 910px;
	height: 38px;
	background: url(grfx/dtlogo.gif) no-repeat;
	margin: 0px;
	padding: 0px;
}

#pageHeader span {
  display: none;
}

#pageHeader h2 {
  display: none;
}

/* quickSummary */

#quickSummary {
	background: url(grfx/box.jpg) no-repeat;
	width: 910px;
}

#quickSummary .p1 {
	background: url(grfx/box2.gif) no-repeat right;
	height: 160px;
	margin: 0px;
	padding: 0px;
}

#quickSummary .p1 span {
  display: none;
}


#quickSummary .p2 {
	height: 27px;
	background: #5e74a1;
	margin: 5px 0 5px 0;
	padding: 5px 0 0 10px;
	vertical-align: bottom;
	voice-family: "\"}\""; 
   voice-family:inherit;
	height: 22px;
}

html>body #quickSummary .p2 {
	height: 22px;
} 

/* preamble */

#preamble {
	margin: 0 0 0 225px;
	background: #7b86b7;
	padding: 15px;
}

#preamble h3 {	
  height: 19px;
	margin: 0px;
	padding: 0px;
}

/* supportingText */

#supportingText {
	margin: 0 0 0 225px;
	background: #7b86b7;
	padding: 0 15px 1px 15px;
	/* this is wierd. Origionally this div had no bottom padding.
	When I positioned the footer absolutly, a gap of about 8px appeared
	at the bottom of the page where the bg image of container wasn't getting displayed.
	Adding a nominal amount of bottom padding (1px) to supportingText
	fixed this problem. However I have no idea why the problem exhibited in the first place
	or why this fixed it. */
}

#content h3 {
  height: 19px;
	margin: 0px;
	padding: 0px;
}

#footer {
	margin: 0;
	padding: 10px 0;
	text-align: left;
	font: 85% Verdana, Arial, Helvetica, sans-serif;
}

/* menuLeft */

#menuLeft {
	width: 220px;
	position: absolute;
	top: 240px;
	left: 5px;
	background: #9ba9d1;
}

#menuLeft2 {
	padding: 15px 10px 10px 10px;
}

#menuLeft h3 {
	margin: 0px;
	padding: 0px;
	font: 125% Verdana, Arial, Helvetica, sans-serif;
}

#menuLeft ul {
	margin: 12px 0 15px 15px;
	padding: 0px;
}

#menuLeft li {
	list-style: none;
	margin: 0;
	padding: 0px;
}

#lselect li  {
	margin: 0 0 10px 0;
}

#lselect li a {
  display: block;
}

#lselect li .c {
  display: inline;
}

#lselect h3 {
  height: 22px;
}

#lresources h3 {
  height: 15px;
}

#larchives h3 {
  height: 14px;
}

.nav a:link {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
.nav a:visited {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.nav a:hover {
	color: #87cefa;
}




