@import "navbar.css";
@import "photobar.css";
@import "search.css";


* {
	/*	padding: 0;*/
	margin: 0;
}

body {
	font-family: Verdana, sans-serif;
	text-align: justify;
	/*width: 1000px*/
}

h1 {
	margin: 20px 0 0 50px;
	text-indent: -100px;
	text-align: left;
	height: 80px;
	font-size: 2.2em;
	color: white;
	padding: 80px 0 0 300px;
	/*padding-bottom: 50px;*/
	background: url(../pages/images/dhi-banner.jpg) no-repeat;
	font-family: Impact, sans-serif;
	font-weight: normal;
	/*letter-spacing: 10px*/
}

.invis {
	font-size: 0; /*Text appears in Dreamweaver preview, but not in browser*/
	background: url(../pages/images/dhi-banner-text.jpg) no-repeat;
	padding: 0 0 80px 300px;
}

#test {
	margin: 0;
	padding-left: 0px;
	text-indent: 0px;
	text-align: center;
	height: 118px;
	font-size: 2.2em;
	padding-top: 50px;
	padding-bottom: 0px;
	background: none;
}

.test {
	font-family: "Times New Roman", serif;
	text-align: center;
	font-size: 1.6em;
	color: #660066;
	font-style: italic;
	text-align: center;
	padding-bottom: 30px;
}

h2, h3 {
	font-family: Impact, sans-serif;
	font-weight: normal;
	margin-bottom: 0.5em;
/*	letter-spacing: 0.05em*/
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.2em;
}

.content {
	padding: 0 50px 0 50px;
	margin: 0 200px 0 200px;
	font-size: 12pt;
}

/*
.myform textarea, input {
	font-family: Verdana, sans-serif;
	background-color: #FFF8FF;
}
*/

.special {
	font-family: Georgia, serif;
	font-style: italic;
	text-align: justify
}

.content p {
	padding-bottom: 10px;
}

.content img {
/* Not right for new design
	float: right;
	margin: 10px 0 20px 50px;
*/
}

.partners img {
	float: none;
	margin: 20px;
}

.otw img {
	float: none;
	margin: 20px;
}

.otw td {
	text-align: center;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	vertical-align: top;
}

.mycaption {
	float: right;
	width: 289px;
	font-size: 6pt;
	margin: 0 0 20px 20px;
	color: #808;
	text-align: left;
	clear: right;
}

.partners li {
	display: inline;
}

.ih {
	font-weight: bold;
}

.key {
	background-color: rgb( 228, 200, 228 );
	font-weight: normal
}

.quote {
	/*font-size: 1.2em;*/
	/*font-style: italic;*/
	/*font-family: Georgia, serif*/
}

/*
.hitlist .hit ul {
	list-style-type: disc;
	margin-left: 2em;
}

.hit li {
}
*/

.content ul {
	/*list-style-type: none;*/
	margin: 0 0 1em 1em;
}

.content ol {
	/*list-style-type: none;*/
	margin: 0 0 1em 1.5em;
}

.content a:hover {
    /*background-image: url( images/button_hover.png );*/
	text-decoration: underline;
}

.content a:link {
/*    color: #660066;*/
}

.content a:visited {
/*	color: #660066;*/
}

.content a {
    text-decoration: none;
}

.content p {
	margin: auto;
}

.content li.tall-list {
	margin-bottom: 1em;
}

.content li.no-disc {
	list-style: none;
}
