/* ----------- begin file ------------ */

/* make all body text 8 point Verdana or similar, left-aligned, and set background color */
	body {font: medium Verdana, Arial, Helvetica, sans-serif;
		text-align:left;
		background-color:#ccccff;
		color:#000000;}
/* make all level 1 and 2 headers centered in a custom color, and all level 3 headers centered only */
	h1, h2 {text-align: center;
		color:#9900ff;
		background-color: transparent; }
	h3 {text-align: center;
		color: #9988ff;
		background-color: transparent; }
/* a div with an ID of banner includes the logo */
	div#banner { background-image: url(dtb%20web.GIF);
		background-color: transparent;
		color: inherit;
		background-repeat: no-repeat;
		background-position: right center;
		height: 129px; }
/* make contents of all em tags bold and in a custom color */
	em {font-weight: bold;
		font-style: normal;
		color: #9900ff;
		background-color: transparent; }
/* the following group of styles defines the behavior of links in this document */
	a:link {color: #9900ff;
		background-color: transparent; }
	a:visited {color:gray; 
		background-color: transparent; 
		font-style:normal;}
	a:hover {font-weight:bolder;}
	a:link img, a:visited img, a:hover img {border-width: 0;}
/* navigation bar */
	div#navbar {margin: 0 auto;
		border: 1px solid #9900ff;
		padding: 2px 4px;
		color: #000000;
		background-color: #ffffff;
		font-size: small;
		text-align: center;}
	div#navbar p {text-align: center; 
		margin-left: 25%;
		margin-right: 25%;
		width: 50%; }
	div#navbar p a { display: inline-block;
		width: 33.33%;
		border-right: 1px solid #9900ff;
		padding: 0 6px; }
/* page content */
	div#content { margin: 0 100px; }
/* credit */
	div#credit {margin: 0 25%;
		text-align: center;
		font-size: x-small;
		width: 50%;
		padding-top: 3px;
		border-top: 2px #9900ff solid; }
/* this hides stuff that should show only in print */
	span.print_only { display: none; }

/* ----------- end file ------------ */