 body {
	margin:0px; 
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	background-color:#E6E6FA;
	}
h1 {
	margin:0px 0px 20px 0px;
	padding:0px;
	font-size:28px;
	line-height:10px;
	font-weight:900;
	color:#667;
	}

h2 {
        margin:0px 0px 0px 0px;
        padding:0px;
        font-size:18px;
        line-height:50px;
        font-weight:900;
        color:#667;
        }

h3 {
        margin:0px 0px 0px 0px;
        padding:0px;
        font-size:18px;
        line-height:50px;
        font-weight:900;
        color:red;
        }

p {
	font:13px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 0px 0px;
	padding:0px;
	}

#Header {
        margin:0 0 0px 0; 
	padding:0px 0 2.0ex 0px; 
	height:120px;
	line-height:10px; 
	#background-color:#E6E6FA;
	background-color:#667;
	font-size:20px;
	font-weight:999;
	color:#8B4513;
	background-image:url('../img/dh-header.png');
        background-position:center;
        background-repeat:no-repeat;
	}

#Content {
	margin:10px 105px 50px 105px;
	padding:30px 20px 0 20px;
	color:#667; 
	background-color:#E6E6FA;
	font-size:13px;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}

#Menu ul {
	padding: 0 0;
	margin-left: 105px;
	margin-right: 105px;
        text-align: center;
	#border-bottom: 1px solid #778;
	font: bold 0.75em verdana, arial, helvetica, sans-serif;
	}

#Menu ul li {
	list-style: none;
	margin: 0;
	display: inline;
	}

#Menu ul li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px sold #778;
	border-bottom: none:
	background: #DDE;
	text-decoration: none;
	}

#Menu ul li a:link {
	color: #448;
	}

#Menu ul li a:visited {
	color: #667;
	}

#Menu ul li a:link:hover, #Menu ul li a:visited:hover {
	color: #000;
	background: #AAE;
	border-color: #227;
	}

#Menu ul li a#current {
	background: white;
	border-bottom: 1px solid white;
	}

#Link li a {
        background: #DDE;
        text-decoration: none;
        }

#Link li a:link {
        color: #448;
        }

#Link li a:visited {
        color: #667;
        }

#Link li a:link:hover, #Link li a:visited:hover {
        color: #000;
        background: #AAE;
        border-color: #227;
        }

a:link {
	text-decoration: none;
	color: #448;
	}

a:link:hover, #Link li a:visited:hover {
        color: #000;
        background: #AAE;
        border-color: #227;
        }

#Copyright {
	clear:both;
        margin:50px 150px 50px 150px;
	font-weight:800;
	font-size:10px;
	text-align: center;
	color:#999;
	}

#copyrightText {
	position:relative;
	left:-1.5em;
	}

